.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 2px solid #212121;*/
	/*border-bottom-width: 6px;*/
	width: 800px; /*width of featured content slider*/
	height: 400px;
	}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #111111;
	width: 800px; /*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;
	}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #999;
	/*background: white;*/
	}

#paginate-slider1 a img{
	width: 120px;
	height: 60px;
	border: 2px solid #2c2c2c;
	margin-top: 5px;
	}

#paginate-slider1 a img:hover, #paginate-slider1 a.selected img{
	border: 2px solid maroon;
	}

.sliderwrapper .contentdiv .lefttop {
	width: 400px;
	height: 200px;
	float: left;
	}

.sliderwrapper .contentdiv .rightdown {
	width: 400px;
	height: 200px;
	float: right;
	}
	
.sliderwrapper .contentdiv .righttop {
	width: 400px;
	height: 200px;
	float: left;
	}
	
.sliderwrapper .contentdiv .leftdown {
	width: 400px;
	height: 200px;
	float: right;
	}
