#scroller {
	clear:both;
	width: 648px;
	overflow: hidden;
	height:204px;
	float:left;
	background:#FFFFFF;
}

#scrollercontent {
	width: 10000px;
}
.section {
	width: 648px;
	height:204px;
	float: left;
}


#navigation {
	float:right;
	margin-top:-15px;
	-margin-top:-12px;
	margin-right:5px;
	-margin-right:3px;
	z-index : 5;
	font-size : 10px;
	filter:alpha(opacity=70);
	-moz-opacity:.4;
	opacity: 0.4;
	cursor:pointer;
}
#navigation .selected {
	color : #000000;
	text-decoration : none;
	background:#E6E6E6;
	padding:3px;
	margin-left:3px;
}

#navigation .normal{
	text-decoration : none;
	color : #000;
	background : #FFFFFF;
	padding:3px;
	margin-left:3px;
	-moz-opacity:.4;
}
#navigation a:hover{
	/*padding-top:1px;*/
	background : #E6E6E6;
	color:#000000;
	-moz-opacity:1;
}
