.contentslide2 {
width:100%;
height:100%;

}
.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;

}

.contentslide2 .contentdiv{
display: none;
width:100%;
}

.pagination2{
width: 100px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 30px 0 4px 13px;
}

* html .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 190px; /*IE5 width*/
w\idth: 190px; /*IE6 width*/
}

.pagination2 a{
	display: inline-block;
	text-decoration:none;
	background-color:grey;
	color:white;
	font-weight:bold;
	font-size:1.1em;
	padding:0 6px;
	margin-right:5px;

}

.pagination2 a:hover, .pagination2 a.selected{
	background-color:rgb(255,129,2);

}