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

#slider {
/*	background-color:#3a3a3a; */
	position:relative;
	padding:5px;
	height:480px;
	overflow:hidden;
	border: 1px solid #a9a9a9;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}
.content {
	width:210px;
	float: left;
	position: relative;
}
.inslider a {
	text-decoration:none;
}
.contentholder {
	border: 0px solid #CCCCCC;
	height:460px; 
	width: 207px;
	overflow: hidden;
	position: relative;
}
.contentslider {
	position: absolute;
	top: 5; left: 5;
}
.imgslider img {
	float: left;
}
.contentnav {
	position: absolute;
	bottom: 0px; left:95px;
	top: 470px;
	height:30px;
	z-index: 100;
	text-align: center;
	line-height: 0px;
	border: 0px solid #000;
}