.d2s_light_gallery {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
}

.d2s_light_gallery .image {
	float: left;
	width: 560px;
}

.d2s_light_gallery .loader {
	float: left;
	width: 560px;
	height: 580px;
}

.d2s_light_gallery .loader img {
	margin: 25% 50% 50% 50%;
}

.d2s_light_gallery .close_button {
	float: right;
}

.d2s_light_gallery .close_button .function {
	position: absolute;
	margin: 2px 0px 0px -123px;
}

.d2s_light_gallery  .function {
	height: auto;
}

.d2s_light_gallery .cover {
	position: absolute;
	opacity: 0.8;
	filter: Alpha(opacity = 80);
	background-color: black;
}

.d2s_light_gallery .gallery {
	position: absolute;
}

.d2s_light_gallery .gallery .head {
	height: 20%;
}

.d2s_light_gallery .gallery .center {
	height: 100px;
}

.d2s_light_gallery .gallery .center .view {
	background-color: #141414;
	border-color: #141414;
	border-top-width: 2px;
	border-bottom-width: 10px;
	border-style: solid;
}

* html .d2s_light_gallery .gallery .center .view {
	width: 560px;
}

.d2s_light_gallery .gallery .center .view .navigation {
	width: 560px;
}

.d2s_light_gallery .gallery .center .view .navigation .space {
	width: 15px;
}

.d2s_light_gallery .gallery .center .view .navigation .name {
	text-align: left;
	font-weight: bold;
}


.d2s_light_gallery .gallery .center .view .pictures {
	font-weight: bold;
	color: #EBE9E9;
}

.d2s_light_gallery .gallery .center .view .pictures input {
	background: transparent;
	color: #EBE9E9;
	border-width: 0px;
	width: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.d2s_light_gallery .gallery .center .view .close, .d2s_light_gallery .gallery .center .view .close a {
	font-weight: bold;
	color: #EBE9E9;
	text-align: right;
}

.d2s_light_gallery .gallery .center .view .navigation .buttons {
	text-align: right;
}

.d2s_light_gallery .gallery .center .view .navigation .buttons div {
	position: relative;
	top: -2px;
}

.d2s_light_gallery .gallery .center .side_space {
	width: 50%
}

.d2s_light_gallery .gallery .foot {
	height: 80%;
}

.d2s_light_gallery, .d2s_light_gallery .cover, .d2s_light_gallery .gallery {
	width: 100%;
	height: 100%;
}

.d2s_light_gallery .gallery .center .view .navigation {
	margin-top: 9px;
	width: 100%;
}

.d2s_light_gallery .gallery .center .view .navigation .d2s_gallery_back {
	width: 18px;
	text-align: left;
}

.d2s_light_gallery .gallery .center .view .navigation .d2s_gallery_description {
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.d2s_light_gallery .gallery .center .view .navigation .d2s_gallery_description span {
	font-size: 11px;
	color: #EBE9E9;
}

.d2s_light_gallery .gallery .center .view .navigation .d2s_gallery_forward {
	width: 18px;
	text-align: right;
}

#d2s_gallery_back_arrow {
	display: block;
	background-position: 0px -100px;
	width: 18px;
	height: 24px;
}

#d2s_gallery_forward_arrow {
	display: block;
	background-position: -20px -100px;
	width: 18px;	
	height: 24px;
}


.gallery_close_image {
	display: block;
	float: right;
	background-position: -100px -80px;
	width: 14px;	
	height: 16px;	
}
