﻿.ProductListScrollNewArrivals
{
    overflow: hidden;
    height: 300px;
} 
.ProductListScrollHomepageRecommendedBuys
{
    overflow: hidden;
    width: 270px;
    float:left;
}
.ProductListScrollProductDetails
{
    overflow: hidden;
    width: 750px;
	margin: 0 20px;
    float:left;
    clear: none;
}
.ProductListScrollCartItemAdded
{
    overflow: hidden;
    width: 435px;
    float:left;
    clear: none;
}
.ProductListScrollGiftCard
{
    overflow: hidden;
    width: 450px;
    float:left;
    clear: none;
}
.ProductListScrollAutoship
{
    overflow: hidden;
    width: 650px;
    float:left;
    clear: none;
}
.ProductListScrollMyFavorites
{
    overflow: hidden;
    width: 650px;
    float:left;
    clear: none;
}
.ProductListScrollUpButton
{
    width: 100%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/UpArrow.gif');
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    cursor:pointer;
}
.ProductListScrollDownButton
{
    width: 100%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/DownArrow.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    clear: both;
    cursor:pointer;
}
.ProductListScrollUpButtonDisabled
{
    width: 100%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/UpArrow-g.gif');
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    cursor:default;
}
.ProductListScrollDownButtonDisabled
{
    width: 100%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/DownArrow-g.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    clear: both;
    cursor:default;
}
.ProductListScrollLeftButton
{
    width: 20px;
    height: 100px;
    background-image: url('/images/LeftArrow.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor:pointer;
}
.ProductListScrollRightButton
{
    width: 20px;
    height: 100px;
    background-image: url('/images/RightArrow.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor:pointer;
}

.ProductListScrollLeftButtonDisabled
{
    width: 20px;
    height: 100px;
    background-image: url('/images/LeftArrow-g.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor:default;
}
.ProductListScrollRightButtonDisabled
{
    width: 20px;
    height: 100px;
    background-image: url('/images/RightArrow-g.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor:default;
}

