.contentslide{
/*border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;*/
padding: 0px 0px 0px 0px;
width: 625px;
height: 375px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
/*background-color: #f3f3f3;*/
/*background-image: url(content-slider-bg.jpg);
background-position: bottom;
background-repeat: no-repeat;*/
}

.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: 625px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the left/right padding in the .contentslide class!*/
height: 19px;
text-align: left;
/*background-color: #051862;*/
/*background-image: url(content-number-bg.jpg); filter: Alpha(opacity=50); opacity: .5; 
background-repeat: repeat-x;*/
/*border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;*/
margin: -15px 0px 0px 6px;
padding: 5px 0px 5px 0px;
/*position: absolute; top:487px; left:293px;*/
}

* html .contentslide{ /*Simplified box model hack to get IE5 to display width equal to that of Pagination's*/
width: 625px; /*IE5 width*/
height: 365px; /*IE6 width*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 625px; /*IE5 & IE6 width*/
height: 19px;
text-align: right;
/*position: absolute; top:487px; left:289px;*/
}

.pagination a, .pagination a:visited{
padding: 1px 5px 2px 4px;
margin: 0px 5px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none; 
color: #ccc;
/*background-color: #ebebeb;*/
background-image: url(/v/vspfiles/assets/images/blackball.png);
}

.pagination a:hover{
color: #white;
/*background-color: #000000;*/
background-image: url(/v/vspfiles/assets/images/greenball.png);
text-decoration: none;
}

.pagination a.selected{
color: #white;
/*background-color: #000000;*/
background-image: url(/v/vspfiles/assets/images/greenball.png);
}
