
a:link,
a:visited,
a:active {font-family: arial; font-size: 12px; text-decoration: none; color: #606060;}
a:hover {font-family: arial; font-size: 12px; text-decoration: underline; color: #000000;}

.contentslide{
border: 0px;
border-bottom-width: 3px;
padding: 1px;
width: 386px;
height: 180px;
text-align: right;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 386px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
vertical-align: text-bottom;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 4px;
height: 30px;
background-color: #ececec;
float: rigth;
}



.pagination a{
padding: 2 7px;
text-decoration: none;
color: #4f7175;
background-color: #FFFFFF;
float: rigth;
}

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