.contentslide{

padding: 3px;
width: 190px;
height: 100px;
}

.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;

}

.contentslide .contentdiv{

display: none;
}

.pagination{
text-align: right;
font-family: tahoma;
	font-size: 11px;
	
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 1px 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 150px; /*IE5 width*/
w\idth: 150px; /*IE6 width*/
}

.pagination a{
border: 1px  solid #696c6f;
border-top-width: 5px;
padding: 0 3px;
text-decoration: none; 
color: #696c6f;
background-color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #696c6f;
}
