.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 100%; /*width of featured content slider*/
	height: 150px;
	z-index: 3;
}
.contentdiv .pro_dest {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin-top: 22px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
	color: #f39e43;
}
.contentdiv .pro_dest_p {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
	margin-top: 8px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
}
.contentdiv .pro_dest_p a {
	color: #FFFFFF;
	text-decoration: none;
}


.contentdiv .pro_dest_p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

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



filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #FFFFFF;
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	position: absolute;
	z-index: 2;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #f39e43;
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 13px;
	background-color: #000000;
}

.pagination a:hover, .pagination a.selected{
	color: #516f89;
	border: 1px solid #000000;
}
