.contentslide{
	float:left;
	position:relative;
	height:377px;
	overflow:hidden;
}

img{border:none;}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	width:956px;
	height:377px;
}

.contentslide .contentdiv{
	display: none;
	width:956px;
	height:377px;
}
.pagination
{
    position:absolute;
    bottom:-25px;
}
