.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 665px; /*width of featured content slider*/
	height: 230px;
	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: 665px; /*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: 309px; /*Width of pagination DIV. */
	text-align: left;
	background-color: #FFFFFF;
	height: 230px;
	float: right;
	margin: 0px;
	background-image: url(../files/Image/home_backgr_00.gif);
	background-position:top left;
}

.pagination a{
	text-decoration: none;
	text-indent:15px;
	display:block;
	color: #FFFFFF;
	background-image:url(../images/menu_backgr2.gif);
	background-repeat:no-repeat;
	cursor: hand;
}

.pagination a:hover, .pagination a.selected{
	color: #000000;
	display:block;
	text-indent:15px;
	background-image:url(../images/menu_backgr.gif);
	background-repeat:no-repeat;
	cursor: hand;
}
.paginationmember {
	width: 256px;
	text-align: left;
	padding: 6px 0 6px;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.handcursor{
cursor:hand;
cursor:pointer;
}