/* ------------------------------------------------ main home page hero ------------------------------------------------*/

.hero-wrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 860px; /*width of featured content slider*/
	height: 187px;
	z-index: 1;
}
.hero-wrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/* ------------------------------------------------ home page pagination ------------------------------------------------*/

.pagination {
	display: none;
}
