@charset "UTF-8";

#container {
	width:850px;
	height:650px;
	z-index:2;
	margin-left: -375px;
	top: 0px;
	left: 50%;
	position: absolute;
}
#nav {
	width:380px;
	height:45px;
	z-index:1;
	maring-left:348px;
	margin-top: 25px;
	position:absolute;
	margin-left: 330px;
}
#content {
	position:absolute;
	width:445px;
	height:300px;
	z-index:11;
	top: 250px;
	left: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#content a {
	text-decoration: none;
	color: #333;
}
#content a:hover {
	color: #FFF;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
p {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 15px;
	text-align: left;
}
#background {
	background-image: url(images/background.png);
	height: 650px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-repeat: repeat-x;
	background-position: center;
}
body {
	margin-top: 0px;
	margin-left: 0px;
}
#rotban {
	position:absolute;
	width:697px;
	height:162px;
	z-index:5;
	top: 81px;
	left: 5px;
}
#gallery {
    height:695px;
    width: 162px;
    margin-top: 15px;
}

#gallery div {
    text-align: center;
    width: 575px;
    height: 500px;
}

#gallery img {
    padding: 10px;
    border: 1px solid #333;
    background-color: #FFF;
}

#controls {
    text-align: center;
}
#pager    a, #main .control  {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background: #0E3B3B;
    padding: 2px 5px;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer;
}
#pager a.activeSlide {
    background-color: #E6E2AF;
    color: #000;
}
#pager a:hover, #playControl:hover {
    background: #900;
}
