/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-left:50px;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#scroller_front {
list-style-type:none;
float:left;
}

#scroller_back {
list-style-type:none;
float:left;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Master button styles - note that up and down versions 
have been removed in this example */

.simply-scroll-btn {
	position: absolute;
	background-image: url(../images/carousel_buttons.png);
	background-repeat:no-repeat;
width: 25px;
	height: 25px;
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	left: 0;
	top: 32px;
	background-position: 0 -25px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
	cursor:default;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -50px;
}

.simply-scroll-btn-right {
	left: 625px;
	top: 32px;
	background-position: -25px -25px;
}
.simply-scroll-btn-right.disabled {
	background-position: -25px 0 !important;
	cursor:default;
}
.simply-scroll-btn-right:hover {
	background-position: -25px -50px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 550px;
height: 145px;
}


/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 550px;
height: 145px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 115px;
height: 145px;
}

.carousel_linen_container {
width:90px;
height: 145px;
background-image: url(../images/linen/linen_spec_bubble.png);
background-repeat:no-repeat;
background-repeat:no-repeat;
color:#003057;
}

.carousel_linen_container:hover {
background-image: url(../images/linen/linen_spec_bubble_hover.png);
background-repeat:no-repeat;
background-repeat:no-repeat;
color:#FFF;
}

.carousel_linen_spec_container {
width:84px;
height:30px;
margin-top:20px;
line-height:13px;
font-size:11px;
padding:5px 0 0 6px;
clear:both;
}

.carousel_linen_usage_container {
width:90px;
clear:both;
margin-top:10px;
height:20px;
}

.carousel_linen_usage_container p {
float:left;
color:#003057;
font-family: 'MuseoSlab500Regular', sans-serif;
}

.carousel_linen_usage_textfield {
float:right;
width:47px;
height:25px;
padding:0 5px;
border:none;
background:#DDDCD4;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#003057;
margin:0;
}

.carousel_linen_usage_textfield:hover, .carousel_linen_usage_textfield:focus {
float:right;
width:47px;
height:25px;
padding:0 5px;
border:none;
background:#959A9D;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
margin:0;
color:#FFF;
}

.carousel_linen_usage_selection {
width:50px;
height:20px;
float:right;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
margin:0;
color:#000000;
}