﻿#main {
clear : both;
}
#scroller {
	margin : 0;
	padding : 0;
	font-family : "lucida sans unicode", helvetica, tahoma;
	clear:both;
	width: 762px;
	margin: 0 auto;
	margin-top:0px;
	overflow: hidden;
	height:188px;
}
#content {
	width: 3048px;
}
.section {
	width: 762px;
	height:164px;
	float: left;
}
#scroller .detail {
width : 100%;
margin-top:0px;
margin-right:0px;
position : relative;
float:right;
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
#scroller .title {
font-size : 19px;
font-weight : bold;
/*text-transform : uppercase;*/
padding:0 0 0 5px;
padding-top:0;
background:#FFFFFF;
}
#scroller .spots {
font-size : 11px;
padding:0 0 0 5px;
background:#FFFFFF;
}
#scroller .spts {
width:100%;
border-bottom :1px gray solid;
}
#navigation {
cursor : pointer;
margin : 0;
padding : 0;
font-family : "lucida sans unicode", helvetica, tahoma;
position : relative;
float:right;
margin-top:-20px;
margin-right:0px;
padding-top:1px;
height:20px;
z-index : 5;
text-align:right;
font-size : 10px;
font-weight : bold;
filter:alpha(opacity=70);
-moz-opacity: 0.9;
opacity: 0.9;
}
#navigation a:hover{
background : #198dcd;
color : #ffffff;
}
#navigation .selected {
color : #ffffff;
text-decoration : none;
background : #3FA8E2;
padding:5px;
}
#navigation .normal{
text-decoration : none;
color : #666666;
background : #ffffff;
padding:5px;
}