﻿.ProductScrollerList
{/* background: transparent url('/Content/Images/bg_scroller.png') center top no-repeat;
    display: block;
    height: 75px;
    overflow: hidden;
    padding: 30px 20px;
    position: absolute;
    width: 922px;*/
    height: 290px;
    width: 639px;
    position:relative;
    margin: 20px 0;
    overflow: hidden;
    
    
    
    background: transparent;
    display:block;
    float:left;
}
.ProductScrollerList a
{
    text-decoration: none;
}
.ProductScrollerList .ProductScrollerName
{
    border-top-left-radius: 17px !important;
    border-top-right-radius: 17px !important;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    /*padding-left: 74px;*/
    width: 200px;
    color: #ffffff;
    background: #274793;
    padding: 0 10px;
    margin-left: 4px;
    text-align: center;
    z-index: 5;
}

.ProductScrollerList .ProductScrollerBox
{
    margin: -9px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px 0 #d2bd9e;
    -webkit-box-shadow: 0 0 5px 0 #d2bd9e;
    box-shadow: 0 0 5px 0 #d2bd9e;
}

.ProductScrollerList .ProductScrollerItems
{
    width: 545px;
    height: 230px;
    overflow:hidden;
    position:relative;
    padding: 10px 0 5px;
    margin: 10px 0 0;
    left: 43px
}
.ProductScrollerList .ProductScrollerItems .ProductScrollerItem
{
    border: 1px solid #e6e7e8;
    -moz-box-shadow: 5px 5px 5px #e6e7e8;
    -webkit-box-shadow: 5px 5px 5px #e6e7e8;
    box-shadow: 5px 5px 5px #e6e7e8;
    position:absolute;
    display:block;
    width: 175px;
    height: 220px;
}

.ProductScrollerList .ProductScrollerItem .ProductScrollerItemImage
{
    width: 140px;
    height: 120px;
    padding: 5px 0 0 15px;
    margin: 0 auto;
    text-align: center;
}

.ProductScrollerList .ProductScrollerItem .ProductScrollerItemName
{
    width: 140px;
    text-align:center;
    padding: 20px 0 0 15px;
    font-size: 13px;
    height:20px;
    line-height: 20px;
    overflow: hidden;
    color: #274793;
    /*margin-top: 19px;
    padding-left: 10px;
    width: 219px;
    height: 41px;
    background: transparent;
    float: left;
    overflow:hidden;
    color: #666666;
    font-size: 15px;*/
}

.ProductScrollerList .ProductScrollerItem .ProductScrollerItemPrice
{
    width: 140px;
    text-align:center;
    padding: 8px 0 0 15px;
    font-size: 13px;
    height:20px;
    line-height: 20px;
    overflow: hidden;
    color: #000000;
}
.ProductScrollerList .ProductScrollerItem:hover .ProductScrollerItemName
{
    /*text-decoration: underline !important;*/
}

.ProductScrollerList .ShowLeftArrow, .ProductScrollerList .ShowRightArrow
{
    width: 32px;
    height: 96px;
    background: transparent url('/Content/Images/bg_scroller_btn_left.png') no-repeat center top;
    cursor:pointer;
}
/*
.ProductScrollerList .ShowLeftArrow:hover
{
    background-image: url('/Content/Images/bg_scroller_btn_left_hover.png');
}
*/
.ProductScrollerList .ShowRightArrow
{
    background-image: url('/Content/Images/bg_scroller_btn_right.png');
}
/*
.ProductScrollerList .ShowRightArrow:hover
{
    background-image: url('/Content/Images/bg_scroller_btn_right_hover.png');
}*