.contentslide{

padding: 0;

width: 550px;

height: 277px;

}



.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{

text-align: center;

position: absolute;

border-width: 0 10px; /*Left/ right border width of pagination DIV.*/

padding: 3px 0 4px 16px;

}



* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 550px; /*IE5 width*/

w\idth: 550px; /*IE6 width*/

}



.pagination a{

padding: 0 10px;

text-decoration: none; 

background-color:#FF6600;

color: #FFFF00;

}



.pagination a:hover, .pagination a.selected{

text-decoration:none;

color: #FFFF00;

background-color:#0099FF;

}



img.right {float:right; }

img.left {float:left; }

img {border:0px;}

div.spacer {clear:both; }
