.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
height:250px;
width:100%;

float:left;


}



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


width:100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:250px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper .contentdiv img {
	float:left;
	z-index:0;
	
}
.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
position: relative;
top:-43px;
z-index:100;

}

.pagination a{
	height:33px;
	color:#FFF;
	background:#b21f24;
	text-decoration:none;
	float:left;
	font-size:12px;
	padding:9px 5px 0px 5px ;
}

.pagination .stop {
	float:right;
	width:none;
	text-transform:capitalize;
	padding:11px 15px 0px 15px ;
	font-family:LidoSTFCE;
	font-size:19px;
	height:32px;
	
}

