/*SLIDERS*/
#sliderref1 { width: 99%; height: 220px;background-color:#ebe9eb;;}
#sliderref1 div { width: 99%; height: 220px; padding:0; text-align:center;overflow:hidden}
#sliderref1 div { top: 0; left: 0 }


#sliderref1 ul { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	/*height:30px;*/
}

#sliderref1 li { 
	float:left;
	text-indent:0;
	padding:0;
	margin:5px !important;
	list-style-image:none !important;	
	width:45%;
	height:100px; 
}

#sliderref1 img { 
	border:1px solid #CCCCCC;
}
