.sliderwrapper{
z-index:10;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0px ;
margin:0px;
border: 0px;
padding-bottom: 60%;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%; 
top: 0;
}
  
.sliderwrapper .contentdiv{
z-index:10;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/


padding:0px;
background:#FFF;
width: 100%; /*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;
}
/*.sliderwrapper .contentdiv .img{   border:1px solid #EAEAEA; }*/
 
.pagination{
	 
	z-index:100;
	position: relative; /*leave as is*/
	left: 70%;  /*leave as is*/
	top: -25px;  /*leave as is*/

	 list-style:none; 
	 width: 150px; 
	 margin: 0px  ;  
	 padding: 0px  ;  
}

.pagination a{
	 position: relative; /*leave as is*/
	 z-index:100;
	 margin: 0px  ;  
	 padding: 0px  ;   
 
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('/mobile/images/pagination.png') repeat-x 0 0;
	text-indent: -9999px;
}

.pagination a:hover, .pagination a.selected{
	position: relative; /*leave as is*/
	z-index:100;
	margin: 0px  ;   
	background: url('/mobile/images/pagination.png') repeat-x 0 -12px;
}

