body {

}
#wrapper {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	overflow:visible;
}

#slider {
	position:relative;
	padding:0px;
/*	overflow:hidden;*/
	overflow:visible;
	border: 0px solid #a9a9a9;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}
.content {
	width:700px;
	float: left;
	position: relative;
}
.inslider a {
	text-decoration:none;
}
.contentholder {
	border: 1px solid #ccc;
	height: 350px;
	width: 700px;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
}
.contentslider {
	position: absolute;
	top: 0; left: 0;
}
.imgslider img {
	float: left;
}
.contentnav {
	position: inherit;
	bottom: -96px;
	left: auto;	
	z-index: 100;
	text-align: center;
	border: none;
	margin-top: 10px;
}
.contentnav img{
	border: 1px solid #fff;
}
.contentnav a, {
	text-decoration: none;

}
.contentnav .active img {
	border: 1px solid #184a99;
}