/**
 * This div element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-skin-tango
{
    background: url(scroller-bg.jpg) 0 0 no-repeat;
    width: 235px;
    height: 353px;
    margin-top: 6px;
}

.scroller .jcarousel-skin-tango
{
    background: url(customscrollerbg.jpg) 0 0 repeat-x;
    width: 600px;
    height: 233px;
	margin-top:0;
	border:1px solid #D0D0D0;
	margin-bottom:25px;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the ul list (inside the div described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango .jcarousel-container {
    x-moz-border-radius: 10px;
    xbackground: #F0F6F9;
    xborder: 1px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 154px;
    padding: 76px 40px 10px;
	height:266px;
}

.scroller .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 564px;
    padding: 12px 18px;
	height:208px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  154px;
    height: 266px;
}

.scroller .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  564px;
    height: 208px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 154px;
    height: 266px;
	line-height: normal;
	text-align:center;
	font-family: tahoma, Verdana, Arial;
}

.scroller .jcarousel-skin-tango .jcarousel-item {
    width: 188px;
    height: 208px;
	line-height: normal;
	text-align:center;
	font-family: tahoma, Verdana, Arial;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    xmargin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 143px;
    right: 5px;
    width: 27px;
    height: 53px;
    cursor: pointer;
    background: transparent url('scroll-arrow-right.png') no-repeat 0 0;
}

.scroller .jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
    top: 12px;
    right: -12px;
    width: 29px;
    height: 201px;
    cursor: pointer;
    background: transparent url('customrightarrow.jpg') no-repeat -29px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    xbackground-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -27px 0;
}

.scroller .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -29px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.scroller .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.scroller .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.scroller .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 143px;
    left: 5px;
    width: 27px;
    height: 53px;
    cursor: pointer;
    background: transparent url('scroll-arrow-left.png') no-repeat 0 0;
}

.scroller .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 12px;
    left: -12px;
    width: 29px;
    height: 201px;
    cursor: pointer;
    background: transparent url('customleftarrow.jpg') no-repeat -29px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    xbackground-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -27px 0;
}

.scroller .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -27px 0;
}

.scroller .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.scroller .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.scroller .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('next-vertical.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;

    cursor: pointer;
    background: transparent url('prev-vertical.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#scrollarea {
	width:840px; 
	background:#C5C5C5; 
	overflow:hidden;
}

#scrollarea #scrolltab {
	float:left; 
	width:300px; 
	color:#B6006E; 
	display:inline; 
	font-weight:bold; 
	background:#EFEFEF url('scroll-bar-topleft.jpg') no-repeat top left; 
	position:relative; 
	padding:8px 10px 3px; 
	text-transform:uppercase;
}

#scrollarea #scrolltabtoggle {
	position:absolute;
	top:0px; 
	right:0px; 
	width:75px; 
	height:24px; 
	background:url('hide.jpg') no-repeat 0px 0px;
}

#scrollarea #scrolltabtoggle.show {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:75px; 
	height:24px; 
	background:url('hide.jpg') no-repeat 0px -24px;
}

#scrollarea #scrolltabtoggle a {
	display:block; 
	height:24px;
}

#scrollarea #scrollitems {
	clear:both; 
	height:240px; 
	width:840px; 
	background:url('scroll-area-bg.jpg') repeat-x top left; 
	xborder-bottom:2px solid #C5C5C5;
}

.jcarousel-item .image {
	height:140px; 
	padding-top: 20px;
	overflow:hidden; 
	margin-bottom:20px;
}

.scroller .jcarousel-item .image {
	height:110px;
	margin-bottom:0px;
	padding-top:0px;
}

.jcarousel-item .image a img {
	xborder:1px solid #C7C7C7;
}

.jcarousel-item .image a:hover img {
	xborder:1px solid #BD0F71;
}

.jcarousel-item .name {
	padding:0 5px 10px;
	line-height: 12px;
}

.jcarousel-item .name a {
	font-size:11px; 
	color:#5182C7;
	font-weight: bold;
	text-decoration: underline;
}
.jcarousel-item .name a:hover {
	color:#5182C7; 
	text-decoration:none;
}

.jcarousel-item .price
{
    color: #333333;
    font-size:11px; 
	font-weight: bold;
}

.jcarousel-item .sale-price
{
    color: #DB2521;
    font-size:11px; 
	font-weight: bold;
	padding-top: 4px;
}

.jcarousel-item .designer {
	font-size:10px; 
	color:#909090; 
	font-family:Arial, Helvetica, sans-serif; 
	padding-top:2px;
}


/**
 * This div element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#holidayscroller .jcarousel-skin-tango
{
    xbackground: url(scroller-bg.jpg) 0 0 no-repeat;
	background:none;
    width: 100%;
    height: 330px;
    margin-top: 6px;
}

#holidayscroller .jcarousel-container {
    position: relative;
}

#holidayscroller .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#holidayscroller .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#holidayscroller .jcarousel-list li,
#holidayscroller .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the ul list (inside the div described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
#holidayscroller .jcarousel-next {
    z-index: 3;
    display: none;
}

#holidayscroller .jcarousel-prev {
    z-index: 3;
    display: none;
}


#holidayscroller .jcarousel-skin-tango .jcarousel-container {
    x-moz-border-radius: 10px;
    xbackground: #F0F6F9;
    xborder: 1px solid #346F97;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 883px;
    padding: 70px 40px 10px;
	height:250px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  885px;
    height: 250px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-item {
    width: 176px;
    height: 250px;
	line-height: normal;
	text-align:center;
	font-family: tahoma, Verdana, Arial;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-item-horizontal {
    xmargin-right: 10px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#holidayscroller .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 143px;
    right: 5px;
    width: 27px;
    height: 53px;
    cursor: pointer;
    background: transparent url('scroll-arrow-right.png') no-repeat 0 0;
}

#holidayscroller .holidayborder .jcarousel-skin-tango .jcarousel-next-horizontal{
	background: transparent url('scroll-arrow-right-holiday.png') no-repeat 0 0;
}

.normalborder{
	 background: transparent url('scollernormalbg.jpg') no-repeat 0 0;
}

.holidayborder{
	 background: transparent url('holidayscrollerbg.jpg') no-repeat 0 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    xbackground-position: -32px 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -27px 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#holidayscroller .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#holidayscroller .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
#holidayscroller .normalborder .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#holidayscroller .normalborder .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#holidayscroller .normalborder .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
#holidayscroller .holidayborder .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#holidayscroller .holidayborder .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#holidayscroller .holidayborder .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -27px 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 143px;
    left: 5px;
    width: 27px;
    height: 53px;
    cursor: pointer;
    background: transparent url('scroll-arrow-left.png') no-repeat 0 0;
}

#holidayscroller .holidayborder .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url('scroll-arrow-left-holiday.png') no-repeat 0 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    xbackground-position: -32px 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -27px 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#holidayscroller .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#holidayscroller .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active,
#holidayscroller .normalborder .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#holidayscroller .normalborder .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#holidayscroller .normalborder .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active,
#holidayscroller .holidayborder .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#holidayscroller .holidayborder .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#holidayscroller .holidayborder .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: -27px 0;
}

/**
 *  Vertical Buttons
 */
#holidayscroller .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('next-vertical.png') no-repeat 0 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-next-disabled-vertical,
#holidayscroller .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
#holidayscroller .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;

    cursor: pointer;
    background: transparent url('prev-vertical.png') no-repeat 0 0;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

#holidayscroller .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
#holidayscroller .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
#holidayscroller .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#holidayscroller #scrollarea {
	width:840px; 
	background:#C5C5C5; 
	overflow:hidden;
}

#holidayscroller #scrollarea #scrolltab {
	float:left; 
	width:300px; 
	color:#B6006E; 
	display:inline; 
	font-weight:bold; 
	background:#EFEFEF url('scroll-bar-topleft.jpg') no-repeat top left; 
	position:relative; 
	padding:8px 10px 3px; 
	text-transform:uppercase;
}

#holidayscroller #scrollarea #scrolltabtoggle {
	position:absolute;
	top:0px; 
	right:0px; 
	width:75px; 
	height:24px; 
	background:url('hide.jpg') no-repeat 0px 0px;
}

#holidayscroller #scrollarea #scrolltabtoggle.show {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:75px; 
	height:24px; 
	background:url('hide.jpg') no-repeat 0px -24px;
}

#holidayscroller #scrollarea #scrolltabtoggle a {
	display:block; 
	height:24px;
}

#holidayscroller #scrollarea #scrollitems {
	clear:both; 
	height:240px; 
	width:840px; 
	background:url('scroll-area-bg.jpg') repeat-x top left; 
	xborder-bottom:2px solid #C5C5C5;
}

#holidayscroller .jcarousel-item .image {
	height:125px; 
	padding-top: 20px;
	overflow:hidden; 
	margin-bottom:20px;
}

#holidayscroller .jcarousel-item .image a img {
	xborder:1px solid #C7C7C7;
}

#holidayscroller .jcarousel-item .image a:hover img {
	xborder:1px solid #BD0F71;
}

#holidayscroller .jcarousel-item .name {
	padding:0 5px 10px;
	line-height: 12px;
}

#holidayscroller .jcarousel-item .name a {
	font-size:11px; 
	color:#5182C7;
	font-weight: bold;
	text-decoration: underline;
}
#holidayscroller .jcarousel-item .name a:hover {
	color:#5182C7; 
	text-decoration:none;
}

#holidayscroller .jcarousel-item .price
{
    color: #333333;
    font-size:11px; 
	font-weight: bold;
}

#holidayscroller .jcarousel-item .sale-price
{
    color: #DB2521;
    font-size:11px; 
	font-weight: bold;
	padding-top: 4px;
}

#holidayscroller .jcarousel-item .designer {
	font-size:10px; 
	color:#909090; 
	font-family:Arial, Helvetica, sans-serif; 
	padding-top:2px;
}

.scroller .sc-product-scroller-headline {
	font-size:18px;
	font-weight:normal;
	color:#fff;
	padding:10px 20px 9px;
	background:url(scrollerheaderbg.jpg) no-repeat 0 0;
	line-height:normal;
}

.scroller .addtoquote {
	margin:0 auto;
	width:109px;
	padding-top:7px;
}

.scroller .addtoquote a {
	display:block;
	height:24px;
	background:url(atqbutton.jpg) no-repeat 0 0;
}

.scroller .addtoquote a:hover {
	background-position: 0 100%;
}

.scroller .jcarousel-item .name {
	padding-bottom:4px;
}
