@charset "UTF-8";
/* CSS Document */

.contentslide{
border: none;
padding: 0px;
width: 200px;
height: 200px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
z-index: 0;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
font-size:11px;
text-align: left;
background:#FFFFFF;
border: none;
padding-top:10px;
padding-bottom:20px;
margin-top:0px;
z-index: 0;
}


* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 50px; /*IE5 width*/
w\idth: 50px; /*IE6 width*/
margin-top:0px;
z-index: 0;
}

.pagination{
	z-index:0;
margin-top:0px;
}


#footerbox1, #footerbox2, #footerbox3, #footerbox4{	
	margin-top:-49px;
	margin-left:15px;
	position:relative;
	width:165px;
	float:left;
}
.pagination a{
text-align: center;
font-size:11px;
padding:3px 5px;
margin:2px;
background-color:#fff;
border:solid 1px #555847;
text-decoration: none; 
color: #555847;
z-index: 1024;
}


.pagination a:hover, .pagination a.selected{
color: #555847;
background-color:#E3C108;
z-index: 1024;
}
