div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 550px;
	height: 300px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 555px;
	height:300px;
	overflow:hidden;
	float:left;
		}
	div.scroller div.content {
	width: 3000px;
		}

A.sekme {
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display:block;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #FFFFCC;
}
A.sekme:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-left-color: #003333;
	display:block;
}
