/* everything is constructed with a single background image */


/* panes */
#scrollpanes {
	position:relative;
	float:left;
	overflow:hidden;
	background:url(../images/h600.png) repeat-x 0% 30%;
	/*background: url(../images/blue_bg.jpg) no-repeat 0px -5px;*/
	border-bottom:2px outset #fff  ;
	border-left:2px outset #fff;
	border-right:2px outset #fff;
	border-top:2px outset #fff;		
	width:752px;
	height:250px;
	margin-bottom:30px;
	clear:both;	
}


/* single pane */
#scrollpanes div {
	color:#fff;	
	margin:10px 30px;
	float:left;
	display:block;
	width:752px;
	cursor:pointer;
	font-size:14px;

}

#scrollpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

/**Category Product Settings**/

#scrollpanes h5,
#scrollpanes h5 a {
	color:#000;
	width:400px;
	text-decoration:none;
}

#scrollpanes .price-block-config {
	position:absolute; 
	top:152px; 
	left:-49px; 
	width:170px:
	height:20px; 		
}

#scrollpanes .price {
	font-size:15px; 
	color:#ed1717;
	font-weight:bold; 		
}

#scrollpanes .price-block-reg {
	position:absolute; 
	top:130px; 
	left:-18px;
	width:125px;
	height:16px;
	font-size:14px;
	color:#333;
	font-weight:bold;  		
}

#scrollpanes .strike {
	font-size:14px;
	text-decoration:line-through;
}

#scrollpanes .price-block-sale {
	position:absolute; 
	top:130px; 
	left:115px;
	width:125px;
	height:16px;
	font-size:15px; 
	color:#ed1717;
	font-weight:bold; 		
}

#scrollpanes .configurable-price-from-label {
	font-size:14px;
	color:#333;
	font-weight:bold;  	
}

#scrollpanes .backward { 
	display:block;
	z-index:100;
	position:absolute;
	background:url(../images/scroll_left.png) no-repeat 0 0;
	width:29px;
	height:60px;
	left:0px;
	top:95px;
	text-indent: -999em;
	}	
	
#scrollpanes .forward { 
	display:block;
	position:absolute;
	background:url(../images/scroll_right.png) no-repeat 0 0;
	width:29px;
	height:60px;
	left:-30px;
	top:95px;
	text-indent: -999em;
	}
	
#scrollpanes .forward {											
	left:723px;
}
												
#scrollpanes .backward:hover {background:url(../images/scroll_left_hover.png) no-repeat 0 0;}
#scrollpanes .forward:hover {background:url(../images/scroll_right_hover.png) no-repeat 0 0;}
