.sliderwrapper{
	overflow: hidden;
	width: 770px; /*width of featured content slider*/
	height: 200px;
	float: left;
	position: relative;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background:#333333;
	width: 770px; /*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{
	text-align: right;
	width: 400px;
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	margin-right: 15px;
	background-image: url(../thenetweaver_img/pagi_bg.gif);
	padding-top: 12px;
	padding-right: 12px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #cccccc;
	
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FE9901;
}
#homebox #homeboxcontent {
	margin: 10px;
	font-size: 11px;
}
.contentdiv img {
	float: left;
	margin-right: 12px;
}
.contentdiv a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.contentdiv h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 20px;
	padding: 0px;
}

