.contentslide2{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 790px;
}

.contentslide2 .opacitylayer2{ /*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 .contentdiv2{
display: none;
}

.pagination2{
	width: 80px; /*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: 0px solid navy;
	border-width: 0px;
	margin-left: 2px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

* html .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 80px; /*IE5 width*/
w\idth: 80px; /*IE6 width*/
}

.pagination2 a{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #945E30;
}

.pagination2 a:hover, .pagination2 a.selected{
	background-color: #CC6633;
}

