.contentslide{
	display: inline-block;
	position: relative;
	width: 468px;
	height: 305px;
	float: left;
	margin-top: 4px;
	border: 1px solid #797b7c;
	text-align: center;
	margin-right: 4px;
	clear: left;
}

.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;
	width: 468px;
	height: 305px;
}

.contentslide .contentdiv a:link {
	color: #fff;
	text-decoration: none;
	text-shadow: #000000 0 0 5px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.contentslide .contentdiv a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: #000000 0 0 5px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.contentslide .contentdiv a:hover {
	color: #ffba00;
	text-decoration: none;
	text-shadow: #000 0 0 3px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.contentslide .contentdiv a:active {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
	text-shadow: #fff 0 0 3px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.contentslide .contentdiv span {
	display: block;
	position: absolute;
	text-transform: uppercase;
	behavior: url(iepngfix.htc);
	width: 468px;
	height: 36px;
	padding-top: 12px;
	background-repeat: repeat-y;
}

.pagination{ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
}

.pagination a{
}

.pagination a:hover, .pagination a.selected{
}