.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;   */
width: 580px; /*width of featured content slider*/
height: 360px;
background:  transparent;
margin-top: 0px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px; /* leave as is*/
width: 580px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 360px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
/*-moz-opacity: 1;  */
opacity: 1;
}
.contentdiv img
{
    padding:0px;
	border: solid 1px #7d1d1d;
}


.pagination{
width: 83px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 0px;
height: 18px;
float: left;
}

.picture img
{
	position: relative; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 5px; /* leave as is*/
	border: none;
	margin-left:5px;
}


