/* CSS Document */

.contentslide {
position:relative; top:0px; left:0; height:98px;/*width:967px;*/ background: url(/universal/graphics/template/horizbackfill.gif) repeat-x; background-color: #eff0f2; overflow:hidden; clip:rect('0', '980px', '98px', '0')
}

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

.contentslide .contentdiv{
display: none;
}

.pagination{
font-size:12px;
text-align: left;
width:200px;float:left; 
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00830C;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000; background-color:#efefef;
}

