.contentSlideshow {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 500px; /*width of featured content slider*/
	height: 362px;
	line-height: 0px;
}
.contentSlideshow .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 500px;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/*============================================= PAGINATION */
.pagination {
	width: 245px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	float: right;
	line-height: normal;
}
.pagination a {
	display: block;
	text-decoration: none;
	padding: 17px 0px 0px 55px;
	font: normal normal 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #a7952e;
	background: black 10px top no-repeat;
	line-height: 1.1em;
	height: 53px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 1px;
}
.pagination a:hover {
	background-position: 10px bottom;
}
.pagination a.selected {
	color: #fff;
	background-position: 10px bottom;
}