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



.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:#ffffff;
		/*background-image:url(../images/notepad.jpg);
		background-repeat:no-repeat;
		background-position:center;*/
	width: 340px; /*width of content DIVs within slider. Total width should equal slider's inner width (340+5+5=350) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 330px; /*Width of pagination DIV. Total width should equal slider's outer width (330+10+10=350)*/
	text-align: center;
	/*background-color: navy;*/
	border-top:1px solid #b3a986;
	padding: 5px 0px;
	margin:0px auto;
	font-size:1.4em;
}

.pagination a{
	margin:0px 5px;
	padding: 0px 8px;
	color: #685f3e;
}

.pagination a:hover, .pagination a.selected{
	background-color: #efece0;
}