body {
background-color:#111111;
margin : 0;
padding : 0;
}

a {
cursor : pointer;
}

.frame {
position : relative;
text-align : left;
width : 665px;
background : #E6E6E6;
z-index : 2;
}


#main {
clear : both;
}


}
.highslide {
}
.highslide-image {
border : 2px solid white;
}
.highslide-caption {
display : none;
border : 2px solid white;
border-top : none;
font-family : verdana, helvetica;
font-size : 10pt;
padding : 5px;
background-color : white;
}
.highslide-loading {
display : block;
color : white;
font-size : 9px;
font-weight : bold;
text-transform : uppercase;
text-decoration : none;
padding : 3px;
border-top : 1px solid white;
border-bottom : 1px solid white;
background-color : black;
}
a.highslide-credits, a.highslide-credits i {
padding : 2px;
color : silver;
text-decoration : none;
font-size : 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
color : white;
background-color : gray;
}
.highslide-move {
cursor : move;
}
.highslide-overlay {
display : none;
}
.controlbar {
background : #ffffff;
width : 40px;
height : 34px;
}
.controlbar a {
display : block;
float : left;
padding : 5px;
color : #000000;
text-decoration : none;
}
.highslide-display-block {
display : block;
}
.highslide-display-none {
display : none;
}

#scroller {
	clear:both;
	width: 665px;
	margin: 0 auto;
	margin-top:0px;
	overflow: hidden;
	height:105px;
}
#content {
	width: 46000px;
}
.section {
	width: 665px;
	height:105px;
	float: left;
}
#navigation {
	background-image: url(07.png);
	font-family: "Trebuchet MS", Tahoma, Verdana;
	position : relative;
	float:left;
	margin-top:-20px;
	margin-left:20px;
	padding-top:2px;
	padding-left:0px;
	height:50px;
	z-index : 5;
	text-align:center;
	font-size : 12px;
	font-weight : bold;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	width: 170px;
}
#navigation .selected {
	color : #ffffff;
	text-decoration : none;
	background-image: url(08.png);
	padding:9px;
}

#navigation .normal{
text-decoration : none;
color : #E47F15;
background : #E6E6E6;
padding:9px;
}

#navigation a:hover{
background : #000000;
}

#scroller .detail {
width : 665px;
margin-top:105px;
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:0px;
padding-top:0;
background:#FFFFFF;
}
#scroller .spots {
font-size : 11px;
padding:0 0 0 5px;
background:#FFFFFF;
}
#scroller .spts {
width:665px;
}