#feature{
	width:500px;
	float:center;
	display:inline;
	clear:both;	
	margin:40px 0 0 -11px;
	padding:0 !important;
	position:relative;
	overflow:hidden;
	height:200px;
}

.sliderwrapper{
	overflow: hidden;
	width: 500px; 
	height: 150px;
	clear:both;
}

.sliderwrapper .contentdiv{
	visibility: hidden;
	display:block;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	float:right;
	display:inline;
	width:500px;
}

.sliderwrapper .contentdiv a{
	display:block;
	width:100%;
	height:200;
}

.pagination{
	width: 500px;
        height : 15px;
	float:middle;
	line-height:normal !important;
	background:#fff;
	clear:both;
	padding:10px;
}

.pagination a{
	width:12px;
	height:12px;
	padding:5px 5px;
	text-align:center;
	float:left;
	display:inline;
	margin:0 5px 0 0;
	border:1px solid #bbb;
	color:#000;
	background:#f3f3f3;
}

.pagination a.selected{
	background:#fff !important;
	color:#000 !important;
	cursor:default;
}

.pagination a:hover{
	text-decoration:none;
	color:#999;
	background:#ddd;
}
