/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#faf9f0;
	background-image:url('gui/bg.gif');
	background-repeat:repeat;
	color:#000;
}
#container {
	margin:20px auto 0;
	padding-bottom:30px;
	width:1032px;
	position:relative;
}
#content {
	float:left;
	display:inline;
	width:884px;
	height:636px;
	background-image:url('gui/content_bg.png');
	background-repeat:no-repeat;
}
#contentInner {
	margin:13px;
	background-color:#FFF;
}
#slideItem {
}
#previous {
	float:left;
	display:inline;
	margin-top:250px;
	margin-right:3px;
	width:74px;
	height:33px;
	background-image:url('gui/previous.png');
	background-repeat:no-repeat;
}
#next {
	float:left;
	display:inline;
	margin-top:250px;
	margin-left:-3px;
	width:74px;
	height:33px;
	background-image:url('gui/next.png');
	background-repeat:no-repeat;
}
#previous:hover, #next:hover {
	cursor:pointer;
}
#nav {
	margin-top:12px;
	text-align:center;
}
#nav a {
	color:#fff;
	font-size:11px;
	text-decoration: none;
	padding:3px 3px;
	border:1px solid #4798b8;
	background-color:#8ec2da;
	-moz-border-radius:6px;
	margin-left:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#nav a:hover {
	background-color: #6a93ac;
}
#nav a.activeSlide {
	background-color: #6a93ac
}
#nav a:focus {
	outline: none;
}

.clear {
	clear:both;
}

