a:focus{-moz-outline-style: none;}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 934px; /*width of featured content slider*/
height: 414px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 925px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{


}
#link { z-index:10000; width: 925px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left; position:relative; top:-65px;
font-size:13px;
padding-top:5px; margin-left:9px;
background:#000000;opacity:0.8; filter:alpha(opacity=80);
height:22px;
margin-bottom:-30px;
color: #6d532e;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;

}
#link a{
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #B5894F; /* 6d532e */
	font-weight:normal;
}

#link a:hover{
color:#fff;
}

.pagination a:hover, .pagination a.selected{
color: #d9c49c;
}
