.sliderwrapper{
	position: relative; 
	overflow: hidden; 
	width: 888px; 
	height: 100px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; 
	position: absolute; 
	left: 0;  
	top: 0;  
	background: white;
	width: 888px; 
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	z-index: 1000;
	width: auto;
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.pagination a{
	padding: 0 5px;
	height: 15px;
	width: 5px;
	background: #76a9e4;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	margin: 0px 0px 0px 5px;
	background-color: #009900;
	float: right;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #fff;
}

