.sliderwrapper{
	position: relative; /* Do not change this value */
	width: 320px;
	height: 140px; /* 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*/
padding: 5px;
background: white;
width: 310px; /*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: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: white;
padding: 5px 10px;
}

.pagination a{
background: white;
color: #820E12;
font: bold 12px/16px Helvetica, sans-serif;
text-decoration: underline;
}

.pagination a:hover, .pagination a.selected{
background: white;
color: #820E12;
font: bold 12px/16px Helvetica, sans-serif;
text-decoration: underline;
}