/***********Slider****************/
/* modify width and height of scrolling section if necessary	*/		
div.scroller1 
{ 
	width: 890px;  /*598*/	
	overflow: hidden;
	
}
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
div.scroller1 div.section1
{
	
	
	overflow:hidden;
	float:left;
	
}

div.scroller1 div.content 
{
	width: 10000px;
}

/* Change the design of the controls part */
.controls 
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
	border-top:1px solid #FFFFFF;
	clear:both;
	margin:0;
	padding:0;
	width:600px;
	cursor:pointer;
}

.controls ul 
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.clearfix 
{
	display:block;
}

.controls li 
{
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	height:25px;
	line-height:25px;
	margin:0;
}

/* Button CSS */
.form-button, .form-button-alt {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none !important;
background:#F18200 none repeat scroll 0 0;
border:1px solid #DE5400;
color:#FFFFFF;
cursor:pointer;
font-family:arial,sans-serif !important;
font-size:12px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:bold !important;
line-height:normal !important;
overflow:visible;
padding:1px 8px;
text-align:center;
vertical-align:middle;
width:auto;
}
#product_list{overflow:hidden; width:939px; background-image:url(../images/list_mid_bg.png); background-repeat:repeat-y; padding:7px 15px 7px 15px}
#product_list ul{overflow:hidden; width:939px; padding:0px; margin:0px; text-align:left}
#product_list li{text-align:center; display:inline; float: left; margin-right:15px}

.product_list{margin-left:-8px; width:890px}
.product_list .left_arrow{position:absolute; z-index:100; margin-left:-25px; margin-top:60px}
.product_list .right_arrow{position:absolute; z-index:100; margin-left:885px; margin-top:60px}

