div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 660px; 
	/*height:auto*/
	overflow: hidden;
	color:#4F4F4F;
	line-height:24px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:610px;
		/*height:auto*/
		overflow:hidden;
		float:left;
		padding:10px;		
		}
	div.scroller div.content {
		width: 10000px;
		}

			

.controls a{
	color:#FFFFFF;
	font-size:12px;
	background-image: url(../images/bg_bookmark.jpg);
	text-align: center;
	border:#DFEFEF solid 1px;
	height:22px;
	cursor: hand;
	padding:2px 8px;
	margin:0px 1px;
	background-repeat: repeat-x;
	background-position: center;
	background-color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.controls a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

