.contentslide{
	border: 8px solid #EDFFA5;
	padding: 0;
	width: 566px;
	height: 170px;
	margin:0px 5px;

}

.contentslide .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;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	margin:5px;
	width: 546px;
	text-align: right;
	padding: 2px 0 4px 0;
	overflow:hidden;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 546px; /*IE5 width*/
	w\idth: 546px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #FFF;
	background-color: #EF000A;
	border:1px solid #DF375D;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #E0E7EF;
}
