/* Scroller */

#scroller_container {
	background-color:transparent;
	float:right;
	position:relative;
	overflow:hidden;
	width: 610px;	 
	height:230px;
	margin:0 10px 0 20px;
	right:0px;
	
	border:1px solid #F66000;
	
	-moz-border-radius:8px;
  	-webkit-border-radius:8px;	
  	
  	padding:8px;
}

div.scrollable {
	background-color:transparent;
	float:right;
	position:relative;
	overflow:hidden;
	width: 610px;	 
	height:220px;	
	margin:20px 0 0 20px;
	right:0px;		
}

div.scrollable {  

}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#items {	
	position:absolute;
	width:20000em;	
	clear:both;
	font-size:85%;
	height:200px;
	text-align:left;

}


/* custom positioning for navigational links */
a.prev, a.next {
	
}

a.prev {
	position:absolute;
	top:-46px;
	left:-5px;
}

a.next {
	position:absolute;
	top:-46px;
	left:587px;
}



/* single item */
#items div {
	position:relative;
	float:left;
	width:610px;
	height:200px;
	color:#000000;
	margin-right:10px;
}

/* style when mouse is over the item */
#items div.hover {
	
}

/* style when element is active (clicked) */
#items div.active {
	/*background-color:#066;
	cursor:default;*/
}

#items div h2, #items div h3, #items p, #items span {
	color:#000000;	
	margin:0 0 15px 0;
	padding:0;
}



#items .scroller-image {
	float:left;
	margin-right:10px;
	width:400px;
}

#items .scroller-text{
	float:right;
	width:190px;
}

#items div h2 {
	font-size:110%;
}

#items div h3 {
	font-size:105%;
}


#items div p {

}



/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../webpics/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:50px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px 0px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../webpics/scrollable/arrow/right.png);
	clear:right;	
}


#hd #ccoriginaldiv {
	height:225px;
	width:620px;
	float:right;
	margin-right:10px;
}

#hd .autoPadDiv {
	margin-top: -18px!important;
}


.scroller-specials-text {
	background-image:url(../webpics/scroller/special_4.png);
	clear:both;
	float:none !important;
	height:150px !important;
	margin-left:-5px;
	margin-top:54px;
	position:absolute !important;
	width:150px !important;
}

.specials-td {
	font-size:12px;
	font-weight:bold;
	height:150px;
	max-width:110px;
	padding:0 20px;
	text-align:center;
	vertical-align:middle;
	width:110px;
	border-width:0px;
}