.sliderwrapper{
	position: relative;
	overflow: hidden;
	border: 0px solid #3d3e37;
	border-bottom-width: 0px;
	width: 300px;
	height:250px;
	left: 0px;
	top: 0px;


}

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

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (300+0+0=300) */
text-align: left;
background-color: #101010;
padding: 0px 5px;
}

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

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