.contentslide{
	display: inline-block;
	position: static;
	clear: both;
	text-align: center;
	text-decoration: none;
	width: 540px;
	height: 489px;
}



.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: 560px;
	height: 450px;
	padding-top: 10px;
}

.contentslide .contentdiv em {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	clear: both;
}

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

.pagination{
	width: 125px;
	height: 75px;
	background: url(../images/next.png) no-repeat center center;
	padding-top: 0px;
	margin-top: -135px;
	position: absolute;
	display: inline-block;
	float: right;
	margin-left: 410px;
}

.ie .pagination{
	width: 125px;
	height: 75px;
	background: url(../images/next.png) no-repeat right center;
	padding-top: 50px;
	padding-right: 75px;
	margin-top: -135px;
	position: absolute;
	display: inline-block;
	margin-left: 65px;
}

.pagination a{
	color: #ef3b39;
	text-decoration: none;
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	padding-right: 40px;
}

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