/* 
  -----------------------------------
  Horizontal Glider Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Basic
  -----------------------------------
*/
.p7HGM04 {
	padding: 0px;
	zoom: 1;
}
.p7HGM04 .p7HGM_viewport_wrapper {
	position: relative;
	border: 1px solid #666;
}
.p7HGM04 .p7HGM_panel_content {
	font-size: 13px;
	line-height: 1.5em;
	padding: 20px;
}
.p7HGM04 .p7HGMtrig {
	overflow: hidden;
	font-size: 14px !important;
	zoom: 1;
	margin-bottom: 6px !important;
}
.p7HGM04 .p7HGMtrig.trigbottom {
	margin-bottom: 0px !important;
	margin-top: 6px !important;
}
.p7HGM04 .p7HGMtrig ul {
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}
.p7HGM04 .p7HGMtrig li {
	list-style-type: none;
	float: left !important;
	margin-right: 6px !important;
}
.p7HGM04 .p7HGMtrig a {
	display: block !important;
	padding: 6px 10px !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	text-decoration: none !important;
	padding: 6px 10px;
}
.p7HGM04 .p7HGMtrig a:hover {
	color: #CCC !important;
	background-color: #000 !important;
}
.p7HGM04 .p7HGMtrig .panel_open {
	color: #CCC !important;
	background-color: #000 !important;
}
.p7HGM04 .p7HGM_controls div {
	position: absolute;
	top: 50%;
	z-index: 9999;
	margin-top: -20px;
	height: 35px;
	width: 18px;
	display: none;
}
.p7HGM04 .p7HGM_controls div.p7HGM_prev {
	left: -24px;
}
.p7HGM04 .p7HGM_controls div.p7HGM_next {
	right: -24px;
}
.p7HGM04 .p7HGM_controls div img {
	border: 0;
	width: 18px;
	height: 35px;
}
.p7HGM04 .p7HGM_controls div.p7HGM_prev a {
	background-image: url(img/p7hgmBasic_CTRLPrev.gif);
	background-repeat: no-repeat;
	display: block;
}
.p7HGM04 .p7HGM_controls div.p7HGM_next a {
	background-image: url(img/p7hgmBasic_CTRLNext.gif);
	background-repeat: no-repeat;
	display: block;
}
.p7HGM04 .p7HGM_controls a:hover {
	background-position: 0px -35px;
}
.p7HGM04 .p7HGM_controls a.off, .p7HGM04 .p7HGM_controls a.off:hover {
	cursor: default;
	background-position: 0px -70px;
}
.p7HGM04 .p7HGMpaginator {
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 6px;
	zoom: 1;
}
.p7HGM04 .p7HGMpaginator ul {
	margin: 0 !important;
	padding: 0px !important;
	overflow: hidden !important;
}
.p7HGM04 .p7HGMpaginator.pagbottom {
	margin-top: 6px !important;
}
.p7HGM04 .p7HGMpaginator li {
	list-style-type: none;
	float: left !important;
	margin-right: 6px !important;
}
.p7HGM04 .p7HGMpaginator a {
	display: block;
	padding: 2px 6px !important;
	color: #000 !important;
	text-decoration: none;
	border: 1px solid #000;
}
.p7HGM04 .p7HGMpaginator a:hover {
	color: #CCC !important;
	background-color: #000 !important;
}
.p7HGM04 .p7HGMpaginator .panel_open {
	color: #CCC !important;
	background-color: #000 !important;
}
.p7HGM04 .p7HGMtrig .current_mark {
	font-weight:bold;
}
.p7HGM04 .p7HGM_panel_content .current_mark {
	color:#000;
	font-weight:bold;
}

