.sliderwrapper {
	position: relative;
	overflow: hidden;
	width: 395px;
	height: 390px;
}
.sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	width: 390px;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination {
	width: 390px;
	text-align: right;
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pagination a {
	padding: 5px;
	text-decoration: none;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #FF9;
	padding: 5px;
}
