@charset "utf-8";
/* CSS Document */
.contentslide{
	width: 100%;
	height: 100%;
}
.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{
	display:none;
}
.esn-slide-image{
	height:216px;
	width:508px;
	padding:0px;
	margin-left:5px;
}

