.sliderwrapper1 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	x-border: 10px solid navy;
	border-bottom-width: 6px;
	width: 100%; /*width of featured content slider*/
	height: 100%; 
	x-min-height: 200px;
}

.sliderwrapper1 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	background:#444;
	x-width: 390px; /*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;
}

.sliderwrapper1 .contentdiv .thumb{ float:left; display:inline-block; margin:0 0 0 0; -moz-box-shadow:0 0 1px #666; -webkit-box-shadow:0 0 1px #666;}
.sliderwrapper1 .contentdiv .thumb img{ border:0; display:block;}
.sliderwrapper1 .contentdiv .subject { position:absolute; bottom:0; border:0; display:block; padding:5px 0 5px; background:#444; opacity:0.7; width:100%; z-index:100;}
.sliderwrapper1 .contentdiv .subject a { color:white; padding:0 5px 0; }
.sliderwrapper1 .contentdiv .content { display:none; }


.pictureslider_pagination {
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
x-background-color: navy;
padding: 5px 10px;
z-index:10;
}

.pictureslider_pagination a {
font-size:10px;
padding: 0 5px;
text-decoration: none; 
color: #777;
x-background: white;
background: transparent;
}

.pictureslider_pagination a:hover,  .pictureslider_pagination a.selected {
color: #eee;
x-background-color: #FEE496;
}

.pictureslider_pagination .toc {
display:none; 
}
