/* 
  -----------------------------------
  Horizontal Glider Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Blue Mist
  -----------------------------------
*/
.p7HGM01 {
	padding: 0px;
	zoom: 1;
	background-image: url(../bk.png);
	background-repeat: repeat;
}
.p7HGM01 .p7HGM_viewport_wrapper {
	border: 0px solid #37619F;
	position: relative;
}
.p7HGM01 .p7HGM_panel_content {
	font-size: 13px;
	line-height: 1.5em;
	padding: 0px 20px 20px;
}
.p7HGM01 .p7HGMtrig {
	overflow: hidden;
	background-color: #3C0800;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 6px solid #990000;
	border-left: 0px solid;
	font-size: 12px;
	zoom: 1;
	color: #FFFFFF !important;
}
.p7HGM01 .p7HGMtrig.trigbottom {
	border-bottom: 1px solid #37619F;
	border-top: 6px solid #37619F;
}
.p7HGM01 .p7HGMtrig ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.p7HGM01 .p7HGMtrig li {
	list-style-type: none;
	float: left;
	margin: 0px;
}
.p7HGM01 .p7HGMtrig a {
	display: block;
	padding: 4px 16px;
	color: #ffffFF !important;
	text-decoration: none;
	border-right: 1px solid #000;
}
.p7HGM01 .p7HGMtrig a:hover {
	color: #000000!important;
	background-color: #ECA900;
}
.p7HGM01 .p7HGMtrig .panel_open {
	color:#FFF !important;
	background-color: #990000;
}
.p7HGM01 .p7HGM_controls div {
	position: absolute;
	top: 50%;
	z-index: 9999;
	margin-top: -20px;
	height: 35px;
	width: 18px;
	display: none;
}
.p7HGM01 .p7HGM_controls div.p7HGM_prev {
	left: -24px;
}
.p7HGM01 .p7HGM_controls div.p7HGM_next {
	right: -24px;
}
.p7HGM01 .p7HGM_controls div img {
	border: 0;
	width: 18px;
	height: 35px;
}
.p7HGM01 .p7HGM_controls div.p7HGM_prev a {
	background-image: url(img/p7hgmBlueMist_CTRLPrev.gif);
	background-repeat: no-repeat;
	display: block;
}
.p7HGM01 .p7HGM_controls div.p7HGM_next a {
	background-image: url(img/p7hgmBlueMist_CTRLNext.gif);
	background-repeat: no-repeat;
	display: block;
}
.p7HGM01 .p7HGM_controls a:hover {
	background-position: 0px -35px;
}
.p7HGM01 .p7HGM_controls a.off, .p7HGM01 .p7HGM_controls a.off:hover {
	cursor: default;
	background-position: 0px -70px;
}



.p7HGM01 .p7HGMtrig .current_mark {
	font-weight:bold;
}
.p7HGM01 .p7HGM_panel_content .current_mark {
	color:#000;
	font-weight:bold;
}
