@charset "utf-8";
/* CSS Document */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.slider-pagination { text-align:right; margin-bottom:10px; display:none;}
.slider-pagination a { color:#ccc; }

/*=== specific slider containers ===*/
.story-slider { /*border:1px solid red;*/
	width: 450px;
	height: 370px;
	
	margin-bottom:20px;
	border: 1px solid #FFFFFF;
}

.story-slider .wrapper {
	margin-bottom: 0;
	border:none;
}
/*=== specific slider containers ===*/