/*--  JS SLIDESHOW  --*/
.sliderwrapper{
	position: relative;
	overflow: hidden;
	border-left: 10px solid #fcf8ed;
	border-right: 10px solid #fcf8ed;
	border-top: 10px solid #fcf8ed;
	width: 983px;
	height: 300px;
	}

.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	padding: 0px;
	background: white;
	width: 983px;
	height: 300px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

.pagination{
	width: 983px;
	text-align: right;
	background-color: #fcf8ed;
	padding: 5px 10px;
	}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #c16707;
	background: #fcf8ed;
	}
	
.pagination a:visited{
	color: #c16707;
	}

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

