.contentslide{
	border-bottom-width: 6px;
	width: 300px;
	height: 215px;
	float: right;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	overflow: hidden;

}

.contentslide .contentdiv{
	display: block;
	height: auto;
}

.contentdiv img{
	float: left;
	border: none;
	

}

.contentslide .contentdiv h5{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#AA0505;
	padding-top:7px;
	}
.contentslide .contentdiv p{
	font:12px Arial, Helvetica, sans-serif;
	margin:7px;
	line-height:21px;
	}
.contentslide .contentdiv a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
.contentslide .contentdiv a:hover{
	color:#0066ff;
	text-decoration:underline;
	}
.pagination{
	width: 300px;
	border-width: 0 10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	background-image: url(../images/bg-banner.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 440px; /*IE5 width*/
w\idth: 518px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	background-color: #010066;
}



.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
