/***********Slider****************/
/* modify width and height of scrolling section if necessary	*/		
div.scroller 
{ 
	width: 660px; 
	height: 200px;
	border:1px solid #cccccc;
	float:left;overflow: hidden;
}
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
div.scroller div.section 
{
	width:660px;
	height:200px;
	overflow:hidden;
	float:left;
	/*padding:1em;*/
}

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

.clearfix 
{
	display:block;
}


#previouslink,#nextlink{width:34px;height:200px;cursor:pointer;position:relative;}
#previouslink{float:left;
margin:0 -15px 0 0;
background:url(../images/slider/arrow_left_slideshow.png) center no-repeat;
}
#nextlink{
/*float:right;*/margin:0 0 0 664px;
background:url(../images/slider/arrow_right_slideshow.png) center no-repeat;
}

