﻿#wrapper {
	width:680px;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:10px;
	overflow:visible;
}

#slider {
	background-color:#3a3a3a;
	position:relative;
	padding:10px;
	overflow:hidden;
	border: 1px solid #a9a9a9;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}
.content {
	width:657px;
	float: left;
	position: relative;
	background-color:#FFF;
}
.inslider a {
	text-decoration:none;
}
.contentholder {
	border: 1px solid #a9a9a9;
	height:200px;
	width: 657px;
	overflow: hidden;
	position: relative;
	background-color:#FFF;
}
.contentslider {
	position: absolute;
	top: 0; left: 0;
}
.imgslider img {
	float: left;
}
.contentnav {
	position: absolute;
	bottom: 23px; left:30px;
	height:30px;
	z-index: 100;
	text-align: center;
	line-height: 30px;
	
}
.contentnav a {
	padding: 5px;
	text-decoration: none;
	color: #333;
}
.contentnav a.active {
	font-weight: bold;
	color:#FFF;
	background: #603;
}
