.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 987px;
	height: 405px;
}



.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: 987px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 96px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	position: absolute;
	z-index: 10000;
	left: 885px;
	top: 371px;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	filter:alpha(opacity=80);
	-moz-opacity:.60;
	opacity:.80;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
}

.pagination a{
	text-decoration: none;
	color: #F3F7F5;
	font-size: 9px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.pagination a:hover {
	color: #F4F4F4;
	background-color: #379fb6;
	text-decoration: none;
}
.pagination a.selected{
	color: #F4F4F4;
	background-color: #379fb6;
}
.sliderwrapper02 {
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 646px;
	height: 446px;
}
.sliderwrapper02 .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: 646px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
}
