.zGallery_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10000000;
}

.zGallery_main {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 10000001;
	background: #fff;
}

.zGallery_main a, .zGallery_main img, .zGallery_main a:focus, .zGallery_main a:active, .zGallery_main a:hover {
	border: none!important;
	outline: 0!important;
}

.zGallery_previews {
	font-size: 1px;
	line-height: 0;
	position: relative;
	position: fixed;
	margin: 0;
	border-bottom: 1px solid #b2b2b2;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 5px 0;
	background: #fff;
}

.nogradients .zGallery_previews .bgfix {
	height: 51%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.zGallery_previews .scrollLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 40px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	display: block;
	background: url(images/arrow-scroll-left.png) center center no-repeat;
}

.zGallery_previews .scrollRight {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	display: block;
	background: url(images/arrow-scroll-right.png) center center no-repeat;
}

.zGallery_previews .scrollLeft.disabled {
	opacity: .2;
}

.zGallery_previews .scrollRight.disabled {
	opacity: .2;
}

.zGallery_previews .scroller {
	overflow: hidden;
	position: relative;
}

.zGallery_previews .wrap {
	position: relative;
	white-space: nowrap;
	padding: 0 0 15px;
}

.zGallery_previews a.thumb {
	display: inline-block!important;
	vertical-align: middle;
	margin: 0 5px;
	padding: 7px;
	position: relative;
	background: #fff;
}

.zGallery_previews a.thumb .icon {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.zGallery_previews a.thumb.loading .icon {
	display: block;
	background: #fff url(images/ajax-loader.gif) center center no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: .75;
}

.zGallery_previews .wrap .active_cursor {
	background: url(images/arrow-up.png) center bottom no-repeat;
	display: block;
	width: 40px;
	height: 15px;
	position: absolute;
	bottom: 0;
}

.zGallery_previews a img {
	display: block;
}

.zGallery_main .close {
	color: #959696;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	top: 50%;
	left: 90%;
	margin-top: -10px;
	white-space: nowrap;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: absolute;
}

.zGallery_main .close strong {
	font-weight: bold;
}

.zGallery_main .close:hover {
	color: #000;
}

.gallery {
	visibility: hidden;
}

.gallery_body {
	position: relative;
}

.gallery_body .arrow.prev {
	position: absolute;
	left: 0;
	top: 50%;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	background: transparent url(images/arrow-prev.png) center center no-repeat;
	background: transparent\9;
	*background: #fff;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-prev.png', sizingMethod='crop') alpha(opacity = 10);
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-prev.png',sizingMethod='scale') progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";	
	zoom: 1;
	opacity: .1;
	z-index: 150;
}

.gallery_body .arrow.next {
	position: absolute;
	left: 90%;
	top: 50%;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	background: transparent url(images/arrow-next.png) center center no-repeat;
	background: #fff\9;
	*background: #fff;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-next.png', sizingMethod='crop') alpha(opacity = 10);
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-next.png',sizingMethod='scale') progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";	
	zoom: 1;
	opacity: .1;
	z-index: 150;
}

.gallery_body .arrow.prev.outside {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-prev.png', sizingMethod='crop') alpha(opacity = 60);
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-prev.png',sizingMethod='scale') progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	
	zoom: 1;
	opacity: .60;
}
.gallery_body .arrow.next.outside {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-next.png', sizingMethod='crop') alpha(opacity = 60);
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-next.png',sizingMethod='scale') progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	
	zoom: 1;
	opacity: .60;
}

.gallery_body .arrow:hover {
	opacity: .60;
}

.gallery_body .arrow.outside:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1;
}
.gallery_body .arrow.prev.outside:hover {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-prev.png', sizingMethod='crop')
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-prev.png',sizingMethod='scale')";	
}
.gallery_body .arrow.next.outside:hover {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-next.png', sizingMethod='crop')
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/arrow-next.png',sizingMethod='scale')";
}

.gallery_body .view_content {
	position: relative;
}

.gallery_body .view_content .photowrap {
	position: relative;
	background: #fff;
	padding: 0 20px;
}

.gallery_body .view_content .photowrap img {
	display: block;
}

/* IE fixes */

* html .zGallery_overlay {
	position: absolute;
}

* html .zGallery_previews a.thumb, *+html .zGallery_previews a.thumb {
	display: inline!important;
	zoom: 1;
}

* html .gallery_body .arrow.prev {
	position: absolute;
	top: 0;
	left: 0;
	background: #000 url(images/ie6/arrow-prev.gif) center center no-repeat;
}

* html .gallery_body .arrow.next {
	position: absolute;
	top: 0;
	left: 0;
	background: #000 url(images/ie6/arrow-next.gif) center center no-repeat;
}

* html .zGallery_previews .scrollRight {
	background: url(images/ie6/arrow-scroll-right.gif) center center no-repeat;
	filter: none;
}

* html .zGallery_previews .scrollLeft {
	background: url(images/ie6/arrow-scroll-left.gif) center center no-repeat;
	filter: none;
}

* html .zGallery_previews .scrollRight.disabled {
	display: none;
}

* html .zGallery_previews .wrap .active_cursor {
	background: url(images/ie6/arrow-up.gif) center center no-repeat;
}
