﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
z-index:12;


}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
z-index:12;
background:#fff url(../images/bg_p.jpg);
background-repeat:no-repeat;
background-position:left;


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left;
background-color:Transparent;
}

.pagination a{
padding: 0 4px;
text-decoration: none; 
color: #5B5B5B;
font-weight:bold;
border:solid 3px #EAEAEA;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #E7273C;
font-weight:bold;
background-color: #EAEAEA;
border:solid 3px #EAEAEA;
}

