.sliderwrapper
{
	position: relative;
	overflow: hidden; 
	border: 10px solid #F3f3f3;
	border-bottom-width: 10px;
	width: 490px;
	height: 380px;
	text-align: justify;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 10px 10px 10px 10px;
	background: #FFC;
	width: 470px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 105%;


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination
{
width: 500px; 
text-align: RIGHT;
background-color: #f3f3f3;
padding: 0px 5px 5px 5px;
}

.pagination a{
padding: 0 6px;
WIDTH: 100PX;
text-decoration: none; 
color: #00007D;
background: white;
BORDER: 1px thin #000;
background-color: #f3f3f3;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
