html {
	overflow-y:scroll;
}
.JQGridGallery {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:80%;
	height:auto;
}
.JQGridGallery ul.gg_grid {
	position:absolute;
	padding:0;
	margin:0;
	width:100%;
	list-style-type:none;
}
.JQGridGallery div.gg_preloader {
	display:none;
	position:absolute;
	left:0;
	top:-9px;
	width:100%;
	height:4px;
	background-color:#CCCCCC;
}
.JQGridGallery div.gg_preloader_progress {
	width:0;
	height:100%;
	background-color:#909090;
}
.JQGridGallery ul li.gg_thumb {
	display:none;
	position:absolute;
	margin:0;
	padding:10px;
	min-width:100px;
	max-width:250px;
	background:#404040;
	border:1px solid #404040;
	border-radius:0px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	cursor:pointer;
	-webkit-backface-visibility:hidden;
}
.JQGridGallery ul li.gg_thumb:hover {
	background:#FFFFFF;
	border-color:#909090;
}
.JQGridGallery ul li.gg_thumb div.gg_image_wrapper {
	position:relative;
	background-color:#202020;
	border:1px solid #999999;
	border-radius:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.JQGridGallery ul li.gg_thumb img.gg_image {
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	opacity:1;
	transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-webkit-transition:opacity 0.3s ease;
	-ms-interpolation-mode:bicubic;
}
.JQGridGallery ul li.gg_thumb:hover img.gg_image {
	opacity:0.6;
	transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-webkit-transition:opacity 0.3s ease;
}
.JQGridGallery ul li.gg_thumb p.gg_caption {
	display:none;
	margin:3px 3px 0px 3px;
	font-family:Verdana;
	font-size:11px;
	color:#909090;
	text-align:center;
}
.JQGridGallery ul li.gg_thumb:hover p.gg_caption {
	color:#CCCCCC;
}

/* CATEGORIES */

.JQGridGallery div.gg_categories {
	position:relative;
	overflow:hidden;
	margin:0 auto 20px;
}
.JQGridGallery div.gg_categories div.gg_categories_wrapper {
	position:relative;
	overflow:hidden;
	margin:0;
}
.JQGridGallery div.gg_categories.gg_scrolling div.gg_categories_wrapper {
	margin:0 35px;
}
.JQGridGallery div.gg_categories ul {
	position:relative;
	margin:0;
	padding:0;
	width:10000px;
	list-style:none;
}
.JQGridGallery div.gg_categories ul li {
	position:relative;
	float:left;
	width:auto;
	border-right:1px dotted #FFFFFF;
}
.JQGridGallery div.gg_categories ul li:last-child {
	border-right:0;
}
.JQGridGallery div.gg_categories ul li div {
	margin:0 5px;
	padding:5px 10px 5px 10px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background:#000000;
	border-radius:2px;
	cursor:pointer;
	transition:0.3s ease-out;
}
.JQGridGallery div.gg_categories ul li div:hover {
	color:#000000;
	background:#A0A0A0;
	transition:0.3s ease-out;
}
.JQGridGallery > div.gg_categories ul li.gg_item_active div {
	color:#F0F0F0;
	background:#136433;
}
.JQGridGallery div.gg_categories ul li:first-child > div {
	margin-left:0;
}
.JQGridGallery div.gg_categories ul li:last-child > div {
	margin-right:0;
}
.JQGridGallery div.gg_categories ul li div span {
	display:inline-block;
	margin-right:5px;
	width:5px;
	height:7px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0px center;
}
.JQGridGallery div.gg_categories ul li div:hover span {
	background-position:-5px center;
}
.JQGridGallery div.gg_categories ul li.gg_item_active div span {
	background-position:-10px center;
}

/* SCROLL BUTTONS */

.JQGridGallery span.gg_btn_prev, .JQGridGallery span.gg_btn_next {
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	width:30px;
	background:#D5D5D5;
	border-radius:2px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.JQGridGallery > div.gg_categories.gg_scrolling span.gg_btn_prev, .JQGridGallery > div.gg_categories.gg_scrolling span.gg_btn_next {
	display:block;
}
.JQGridGallery span.gg_btn_prev {
	left:0;
}
.JQGridGallery span.gg_btn_next {
	right:0;
}
.JQGridGallery span.gg_btn_prev.gg_btn_hover, .JQGridGallery span.gg_btn_next.gg_btn_hover {
	background:#909090;
}
.JQGridGallery span.gg_btn_prev.gg_btn_disabled, .JQGridGallery span.gg_btn_next.gg_btn_disabled {
	background:#F0F0F0;
	cursor:default;
}
.JQGridGallery span.gg_btn_prev > span, .JQGridGallery span.gg_btn_next > span {
	display:block;
	margin:0 10px;
	width:10px;
	height:100%;
	background-image:url(images/scroll_buttons.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.JQGridGallery span.gg_btn_prev > span {
	background-position:0 center;
}
.JQGridGallery span.gg_btn_prev.gg_btn_hover > span {
	background-position:-10px center;
}
.JQGridGallery span.gg_btn_prev.gg_btn_disabled > span {
	background-position:-20px center;
}
.JQGridGallery span.gg_btn_next > span {
	background-position:-30px center;
}
.JQGridGallery span.gg_btn_next.gg_btn_hover > span {
	background-position:-40px center;
}
.JQGridGallery span.gg_btn_next.gg_btn_disabled > span {
	background-position:-50px center;
}

/* POPUP WINDOW */

#popup_window {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:3000;
}
#popup_window .popup_background {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#333333;
	opacity:0.8;
}
#popup_window .popup_frame {
	position:relative;
	margin:0 auto;
	padding:10px;
	background-color:#000000;
	border-radius:2px;
	box-shadow:3px 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.5);
}
#popup_window .popup_overlay {
	position:relative;
	overflow:hidden;
	background-color:#404040;
	border:1px solid #606060;
	border-radius:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#popup_window .popup_preloader {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
	background:url(images/preloader_2.gif);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
#popup_window .popup_footer {
	position:relative;
	text-align:left;
	overflow:hidden;
}
#popup_window .popup_footer table {
	margin-top:5px;
}
#popup_window .popup_footer table {
	margin-top:5px;
}
#popup_window .popup_caption {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:1px;
	color:#FFFFFF;
	padding-right:10px;
}
#popup_window .popup_numbers {
	padding:0 2px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	white-space:nowrap;
}
#popup_window .popup_button_prev, #popup_window .popup_button_next {
	background:url(images/popup_buttons.png);
	background-repeat:no-repeat;
	width:16px;
	height:15px;
	cursor:pointer;
}
#popup_window .popup_button_prev {
	background-position:0px bottom;
}
#popup_window .popup_button_prev:hover {
	background-position:-16px;
}
#popup_window .popup_button_next {
	background-position:-32px;
}
#popup_window .popup_button_next:hover {
	background-position:-48px;
}
#popup_window .popup_button_close {
	background:url(images/popup_close.png);
	background-repeat:no-repeat;
	background-position:0px top;
	width:64px;
	height:18px;
	cursor:pointer;
}
#popup_window .popup_button_close:hover {
	background-position:0px bottom;
}
#popup_window .popup_description {
	padding-top:5px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#707070;
	text-align:justify;
}
#popup_window .popup_description p {
	margin:0;
	padding:0;
}
#popup_window .popup_description a {
	color:#CC0000;
	text-decoration:underline;
}
#popup_window .popup_description a:hover {
	color:#FF0000;
	text-decoration:none;
}