
.com_hg_content
{
	overflow: hidden;
	position: relative;
}
.com_hg_content h2
{
font-size: 1em !important;
margin: .5em !important;
}
.com_hg_content img
{
	border: 0;
	margin: 0;
}

.com_hg_content .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.com_hg_content .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.com_hg_content .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	/*height: 70px; Shouldn't need this since we use offsetheight */
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .com_hg_content .slideInfoZone
{
	bottom: -1px;
}

.com_hg_content .slideInfoZone h2
{
	padding: 1pt !important;
	font-size: 90% !important;
	margin: 0 !important;
	margin: 0px 2px !important;
	font-weight: bold !important;
	color: white !important;
	text-transform: capitalize;
}

.com_hg_content .slideInfoZone p
{
	padding: 0 !important;
	font-size: 70% !important;
	margin: 2px 5px !important;
	color: #eee !important;
}

.com_hg_content div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.com_hg_content a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.com_hg_content .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.com_hg_content .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.com_hg_content .carousel .carouselInner
{
	position: relative;
}

.com_hg_content .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.com_hg_content .carousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.com_hg_content .carousel .label .number
{
	color: #b5b5b5;
}

.com_hg_content a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.com_hg_content a.right, .com_hg_content a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .com_hg_content a.right, * html .com_hg_content a.left
{
	filter:alpha(opacity=50);
	background-color: transparent !important;
}

.com_hg_content a.right:hover, .com_hg_content a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: transparent !important;
}

.com_hg_content a.left
{
	left: 0;
	top: 0;
	background: transparent url('img/fleche1.png') no-repeat center left !important;
}

* html .com_hg_content a.left { background: transparent url('img/fleche1.gif') no-repeat center left !important; }

.com_hg_content a.right
{
	right: 0;
	top: 0;
	background: transparent url('img/fleche2.png') no-repeat center right !important;
}

* html .com_hg_content a.right { background: transparent url('img/fleche2.gif') no-repeat center right !important; }

.com_hg_content a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: transparent url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
