.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;   */
width: 700px; /*width of featured content slider*/
height: 340px;
background:  transparent;
}
.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: 375px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
-moz-opacity: 1;
opacity: 1;
}
.contentdiv img
{
    padding:0px;
		border: solid 1px #a2d284;
}
.pagination{
width: 95px !important; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 0px;
height: 18px;
float: right;
}
.picture img
{
	position: relative; /*leave as is*/
	left: 2px;  /*leave as is*/
	top: 13px; /* leave as is*/
	border: none;
	margin-left:5px;
}



