.g_bg {
	position:absolute;
	top: 0px;
	left: 0px;
    background-color: #000;
	width: 100%;
	height: 100%;
	z-index: 1000;	
}
html>body .g_bg {
	position:fixed;
}
.g_img {
	text-align:center;
}
.g_loading {
	clear: left;
	text-align: center;
	height: 20px;
	padding-top: 8px;
	color: #000;
}
.g_navigator {
	position:absolute;
	top: 20px;
	left: 0px;
	text-align:center;
	z-index: 1001;
	width: 100%;
}
.g_navigator img {
    border: none;
}
.g_navigator_in {
	position:relative;
	width: 671px;
	background-color: #fff;
	border: 1px solid #c9d0d4;
	padding: 27px;
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #333;
	text-align: left;
	margin: 0 auto !important;
}
.g_thumbs {
	width: 242px;
	height: 54px;
	overflow: hidden;
	float: left;
}
.g_thumbs_in {
	width: 2000px;
	height: 54px;
	margin-left: 0px;
}
.g_thumbs_in img {
	height: 50px;
	margin: 0 !important;
} 
.g_thumbs_in a, .g_thumbs_in a:visited, .g_thumbs_in a:hover {
	border: 1px solid #ddd;
	float: left;
	margin-right: 2px;
	display: block;
	height: 50px;
	padding: 1px;
	overflow: hidden;
}
.g_thumbs_in a.g_thumb_active {
	border: 1px solid #333 !important;
}
a.g_arrow_left, a.g_arrow_left:visited, a.g_arrow_left:hover, 
a.g_arrow_right, a.g_arrow_right:visited, a.g_arrow_right:hover {
	float: left;
	width: 16px;
	height: 54px;
	display: block;
	cursor: pointer !important;
	text-decoration: none;
}
a.g_arrow_left, a.g_arrow_left:visited, a.g_arrow_left:hover {
	background: url('../imgs/arrow-left.gif') 0% 50% no-repeat;
	margin-right: 5px;
}
a.g_arrow_right, a.g_arrow_right:visited, a.g_arrow_right:hover {
	background: url('../imgs/arrow-right.gif') 0% 50% no-repeat;
	margin-left: 5px;
}
a.g_arrow_left:hover, a.g_arrow_right:hover {
	background-position: 100% 50%;
}
.g_info, .g_buts {
	width: 344px;
	margin-left: 23px;
	float: left;
	overflow: hidden;
	height: 28px;
}
.g_info {
	font-weight: bold;
	line-height: 12px;
	font-size: 12px;
}
.g_buts {
	float: none;
	width: 332px;
	width: 352px;
	height: 26px;
	padding-left: 12px;
}
html>body .g_buts {
	float: left;
	width: 344px;
	width: 364px;
	padding-left: 0px;
}
.g_buts a, .g_buts a:visited, .g_buts a:hover {
	float: left;
	width: 59px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	padding-left: 22px;
	color: #333;
	margin-right: 12px;
}
.g_buts a:hover, a.g_buts_active, a.g_buts_active:visited, a.g_buts_active:hover {
	background-position: 100% 0% !important;
}
a.g_but_prev, a.g_but_prev:visited {
	background: url('../imgs/but-prev.gif') no-repeat;
}
a.g_but_next, a.g_but_next:visited {
	background: url('../imgs/but-next.gif') no-repeat;
}
a.g_but_slideshow, a.g_but_slideshow:visited {
	background: url('../imgs/but-slideshow.gif') no-repeat;
}
.g_buts span {
	float: left;
	width: 87px;
	height: 23px;
	line-height: 23px;
	text-align:center;
	margin-left: -8px;
}
.g_cross {
	position:absolute;
	top: -1px;
	right: -1px;
	width: 23px;
	height: 23px;
	background: url('../imgs/cross.gif') no-repeat;
	cursor: pointer !important;
	z-index: 1004 !important;
}
.g_help_info {
}