.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 18px solid #4c8689;
	width: 597px; /*width of featured content slider*/
	height: 233px;
	float: left;
	}



.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: white;
	width: 597px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 233px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
.pagination{
	width: 179px; 
	background-color: #0a627c;
	padding: 0px;
	float: left;
	height: 304px;
	border-bottom: 1px solid #4c8689;
	}



.pagination a{
	text-decoration: none;
	background: #4c8689;
	display: block;
	width: 167px;
	height: 44px;
	margin: 0px 0px 1px 0px;
	padding: 7px 0px 9px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 20px;
	}

.pagination a:hover {
	border-top: 0px;
	text-decoration: none;
	background: #0a627c;
	display: block;
	width: 170px;
	height: 45px;
	background-image:url(../images/3dcorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 9px 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 20px;
	}

.pagination a.selected {
	border-top: 0px;
	text-decoration: none;
	background: #0a627c;
	display: block;
	width: 170px;
	height: 45px;
	background-image:url(../images/3dcorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 9px 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 20px;
	}	
/*.pagination{
	width: 179px; 
	background-color: #054e63;
	padding: 0px;
	float: left;
	height: 305px;
	}

.pagination a{
	text-decoration: none;
	background: #4c8689;
	display: block;
	width: 167px;
	height: 47px;
	margin: 0px 0px 9px 0px;
	padding: 5px 0px 0px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 22px;
	}

.pagination a:hover {
	text-decoration: none;
	background: #0a627c;
	display: block;
	width: 170px;
	height: 47px;
	background-image:url(../images/3dcorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 9px 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 22px;
	}

.pagination a.selected {
	text-decoration: none;
	background: #0a627c;
	display: block;
	width: 170px;
	height: 47px;
	background-image:url(../images/3dcorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 9px 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 22px;
	}*/

#contentSlider {
	width: 886px;
	margin: 0px auto;
	padding: 0px 0px 20px 44px;
	}
	
#sliderBorder {
	border: 18px solid #0a627c;
	width: 633px;
	height: 269px;
	float:left;
	}
	
.titleTab {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: #fde871;
	font-style: italic;
	}