.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 840px; /*width of featured content slider*/
	height: 200px;
}
.sliderwrapper2{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 295px; /*width of featured content slider*/
	height: 65px;
}
.sliderwrapper3{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 190px; /*width of featured content slider*/
	height: 90px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0; /*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;
	font-weight: bold;
}
.slideHeadlinesSelector {
}
#hm_portfolio_title{
	float: right;
	width: 207px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pagination{
	float: right;
	clear: both;
}

.pagination a{
	text-decoration: none;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.pagination2{
	margin-bottom: 20px;
}

.pagination2 a{
	text-decoration: none;
	color: #009900;
}

.pagination2 a:hover, .pagination2 a.selected{
	color: #FFFFFF;
	background-color: #009900;
}
