.contentslide{
width: 650px;
height: 360px;
}

.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;
	color: #000;
	padding: 25px 50px 160px 10px;
	font: normal 12px Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	text-decoration: none;
}

.contentslide .contentdiv img{
	margin-right: 10px;
}

.pagination{ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
	width: 45px;
	background-image: url(../images/buttonNext.gif);
	height: 45px;
	position: relative;
	display: block;
	left: 150px;
	top: 70px;
}

.pagination a{
text-decoration: none; 
color: white;
	font-size: 18px;
	width: 45px;
	height: 45px;
	position: relative;
	top: 13px;
	left: 2px;
	text-shadow: #666 2px 2px 2px;
}

.pagination a:hover{
color: black;
	font-size: 18px;
	width: 45px;
	height: 45px;
	position: relative;
	top: 13px;
	left: 2px;
	text-shadow: #666 2px 2px 2px;
	font-weight: normal;
	font-style: normal;
}

.pagination a.selected{
color: black;
	font-size: 18px;
	width: 45px;
	height: 45px;
	position: relative;
	top: 13px;
	left: 2px;
	text-shadow: #666 2px 2px 2px;
	font-weight: normal;
	font-style: normal;
}
