.contentslide2{
padding: 1px;
width: 700px;
height: 210px;
}
.contentslide2 .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 .contentdiv2{
display: none;
}

.pagination2{
width: 700px; 
text-align: right;
background-color: #FFFFFF;
padding: 0 0 0px 0;

}

* html .pagination2{ 
width: 700px; /*IE5 width*/
w\idth: 700px; /*IE6 width*/
}

.pagination2 a{
font-family:Tahoma;
font-size:10px;
font-variant:normal;
padding: 0 5px;
text-decoration: none; 
color: #000000;
background-color: white;
}

.pagination2 a:hover, .pagination2 a.selected{
font-family:Tahoma;
color: #FFFFFF;
background-color: #000000;
}
