.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 700px;
	height: 325px;
	float: left;
}

div.sliderwrapper > img {
	width:700px;
	height: 325px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #2A0F0F;
width: 680px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 325px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF;
background: #1F0C05;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #990000;
}