#sliderHolder{

height: 250px;
padding-bottom:60px;


}



#sliderDiv{
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	width:950px;
	height:121px;	
	margin-top: 150px;
	scrollbar-base-color: #1C3F95;/*blue*/
	scrollbar-track-color: #000000; /*black*/
	scrollbar-face-color: #1C3F95; /*blue*/
	scrollbar-highlight-color: #D3C57D; /*yellow*/
	scrollbar-3dlight-color: #D3C57D; /*yellow*/
	scrollbar-darkshadow-color: #D3C57D; /*yellow*/
	scrollbar-shadow-color: #D3C57D; /*yellow*/
	scrollbar-arrow-color: #D3C57D; /*yellow*/
}

#sliderDiv img {
	padding:0px;
	margin:0px;
}
