/* 
  -----------------------------------
  Horizontal Glider Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Ebony
  -----------------------------------
*/
.p7HGM02 {
	padding: 0px;
	zoom: 1;
}
.p7HGM02 .p7HGM_viewport_wrapper {
	position: relative;
	border: 0px solid #000;
	width: 950px;
}
.p7HGM02 .p7HGM_panel_content {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height: 1.5em;
	padding: 30px 0 0 30px;
}
.p7HGM02 .p7HGMtrig {
	overflow: hidden;
	font-size: 14px;
	zoom: 1;
	margin-bottom: 0;
}
.p7HGM02 .p7HGMtrig.trigbottom {
	margin: 0 0 0 30px;
	padding: 0;
}
.p7HGM02 .p7HGMtrig ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.p7HGM02 .p7HGMtrig li {
	list-style-type: none;
	float: left;
	margin-right: 0;
}
.p7HGM02 .p7HGMtrig a {
	border: none;
	display: block;
	margin: 0 30px 0 0;
	padding: 0;
	color: #CCC;
	text-decoration: none;
	background-color: #000;
	background-image: url(image/tab1.jpg);
	background-repeat: repeat-x;
}
.p7HGM02 .p7HGMtrig a:hover {
	color: #000;
	background-image: none;
}
.p7HGM02 .p7HGMtrig .panel_open {
	color: #000;
	background-color: #CC3300;
	background-image: none;
}
.p7HGM02 .p7HGM_controls div {
	position: absolute;
	top: 50%;
	z-index: 9999;
	margin-top: -20px;
	height: 35px;
	width: 18px;
	display: none;
}
.p7HGM02 .p7HGM_controls div.p7HGM_prev {
	left: -24px;
}
.p7HGM02 .p7HGM_controls div.p7HGM_next {
	right: -24px;
}
.p7HGM02 .p7HGM_controls div img {
	border: 0;
	width: 18px;
	height: 35px;
}
.p7HGM02 .p7HGM_controls div.p7HGM_prev a {
	background-image: url(img/p7hgmEbony_CTRLPrev.gif);
	background-repeat: no-repeat;
	display: block;
}
.p7HGM02 .p7HGM_controls div.p7HGM_next a {
	background-image: url(img/p7hgmEbony_CTRLNext.gif);
	background-repeat: no-repeat;
	display: block;
}
.p7HGM02 .p7HGM_controls a:hover {
	background-position: 0px -35px;
}
.p7HGM02 .p7HGM_controls a.off, .p7HGM02 .p7HGM_controls a.off:hover {
	cursor: default;
	background-position: 0px -70px;
}
.p7HGM02 .p7HGMtrig .current_mark {
	font-weight:bold;
}
.p7HGM02 .p7HGM_panel_content .current_mark {
	color:#000;
	font-weight:bold;
}

