div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 570px;
	height: 190px;
	overflow: hidden;
	left:0px;
	top:0;
	z-index:30;
	float:left;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:570px;
	height:190px;
	overflow:hidden;
	float:left;
	padding:7px;
}
div.scroller div.section a {
	width:90px;
	display:block;
	text-align:center;
	font-size:16px;
	float:left;
}

div.scroller div.section a:hover, div.scroller div.section a.active {
	text-decoration:none;
	color:#000;
}

div.scroller div.section img {
	float:none;
	clear:both;
}

div.scroller div.section img.small {
	padding: 45px 0 40px 0;
}

div.scroller div.section span {
	float:none;
	clear:both;
	display:block;
}

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

}

.prev{
	width:18px;
	height:18px;
	text-indent:-5000px;
	background:url(../images/bg-prev.gif) 0 0 no-repeat;
	position:relative;
	left:0px;
	top:80px;
	float:left;
}
.next{
	width:18px;
	height:18px;
	text-indent:-5000px;
	background:url(../images/bg-next.gif) 0 0 no-repeat;
	position:relative;
	float:left;
	top:80px;
}
