.sliderwrapper{
position: relative;
overflow: hidden;
border: 0px solid navy;
border-bottom-width: 0px;
width: 200px;
height: 100%;
}



.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0px;
	background: white;
	width: 200px;
	height: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background:#FFEFF0;
}

.pagination{
width: 200px;
height: 0px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
background-color: #FEE496;
}

