/*
	- Файл стилей галереи изображений
*/

/* Стили для окна */
#viewstgid_layer {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10001;
}
#viewstgid_bg {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10003;
	background-color: #000000;
}
#viewstgid_box {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10004;
}
#viewstgid_visual {
	position: relative;
	z-index: 10005;
	background-color: #000000;
	padding: 10px;
}
#viewstgid_image {
	position: relative;
	z-index: 10006;
	background-color: #000000;
	width: 800px;
	height: 600px;
}
#viewstgid_control {
	width: 800px;
	background-color: #000000;
	padding-top: 3px;
}

/* Элементы управления */
.viewstgcl_full_open, .viewstgcl_full_close {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 10009;
}
.viewstgcl_full_open {
	background-image: url(/sites/all/images/icon/gallery/max.png);
}
.viewstgcl_full_close {
	background-image: url(/sites/all/images/icon/gallery/min.png);
}
a#viewstgid_lpanel, a#viewstgid_rpanel {
	display: none;
	position: absolute;
	top: 10px;
	z-index: 10008;
	background-image: url(/sites/all/images/icon/gallery/none.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
a#viewstgid_lpanel {
	left: 10px;
}
a#viewstgid_rpanel {
	right: 10px;
}
a#viewstgid_lpanel:hover {
	background-image: url(/sites/all/images/icon/gallery/prev.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a#viewstgid_rpanel:hover {
	background-image: url(/sites/all/images/icon/gallery/next.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.viewstgcl_borders {
	height: 5px;
}
.viewstgcl_clear {
	clear: both;
}
a.viewstgcl_icons {
	display: block;
	width: 16px;
	height: 16px;
	border: 0px;
	background-repeat: no-repeat;
	margin-top: 3px;
}
a.viewstgcl_next {
	float: left;
	margin-right: 20px;
	background-image: url(/sites/all/images/icon/gallery/mnext.png);
	display: none;
}
a.viewstgcl_prev {
	float: left;
	margin-right: 5px;
	background-image: url(/sites/all/images/icon/gallery/mprev.png);
	display: none;
}
a.viewstgcl_close {
	float: right;
	background-image: url(/sites/all/images/icon/gallery/close.png);
}
.viewstgcl_counter {
	float: left;
	color: #f1f1f1;
	padding-right: 20px;
	padding-top: 1px;
}
#viewstgid_image img {
	cursor: pointer;
}

/* Статусы */
.viewstgcl_loader_box, .viewstgcl_error_box {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10007;
}
.viewstgcl_loader_box div {
	width: 225px;
	height: 24px;
	padding-left: 25px;
	padding-top: 4px;
	background-color: #000000;
	font-weight: bold;
	color: #ffffff;
}
.viewstgcl_error_box div {
	padding: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ffcfc9;
	color: #cc0000;
	font-weight: bold;
}