#slide {position:absolute; height:auto}

#slider li {float:left; width:auto; height:auto}
.pagination {
	position:absolute;
	top: 232px;
	right:-384px;
	 
	list-style:none;
	height:25px;
	z-index: 5;
	visibility: visible;
}
.pagination li {
	float:left;
	cursor:pointer;
	height:11px;
	width:11px;
	background-color:#fff;
	border:2px solid #fff;
	-webkit-border-radius: 25px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;

}
.pagination li:hover, li.current {background: #C30}

* {margin:0; padding:0}

#wrapper {width:565px; height:260px; margin:0px auto}
#container {
	position:relative;
	padding:0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	
}
#slider {
	float:none;
	position:relative;
	overflow:auto;
	width:960px;
	height:258px;
/*	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	
}
#slider ul {
	position: absolute;
	list-style: none;
	z-index: 3;
	visibility: visible;
/*	height: 1192px;*/
	left: 182px;
	top: -2px;
}
