.sliderwrapper{
	position: relative; /* Do not change this value */
	width: 475px;
	height: 315px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	border: 0px solid #FF9900;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
/*
left: 0;  /*leave as is*/
/*
top: 0;  /*leave as is*/

text-align: center;
padding: 0px;
background: #FFFFFF;
width: 475px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 640; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #FFFFFF;
padding: 5px 0px;
}

.pagination a{
background: #FFFFFF;
color: #000066;
font: 12px/16px Helvetica, sans-serif;
text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
background: #FFFFFF;
color: #0033FF;
font: 12px/16px Helvetica, sans-serif;
text-decoration: none;
}
