
ul.bxslider_1, ul.bxslider {display:none}

div.centermap {overflow:hidden}

div.head {
	background: none repeat scroll 0 0 #FFFFFF;
}

div#content,div#content2 {width:100%}
div#vert-slider {float:left; width:50%}
div#hor-slider {float:left; width:200%; }


div#menu-marker {display:none; width:100px; height:7px; background:#56266f; position:absolute; z-index:101; left:0; top:0}

div#inner-window-block {display:none; width:973px; height:500px; margin:50px auto; position:fixed; background:#fff; z-index:1000; padding:20px; box-shadow:0 0 20px #333; z-index:2030}
div#inner-window-block div#window-content {
    height: 100%;
    overflow: auto;
    padding-right: 20px;
    width: 956px;
	
}

div#screen {display:none; position:fixed; width:100%; top:0; left:0; min-height:100%; background:#001 url('../../images/loading.gif') no-repeat center; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2; z-index:2020}

div#imageSliderBg {z-index:2000; display:none; left:0; top:0; width:100%; height:100%; background:#000; position:fixed; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); -moz-opacity:0.90; -khtml-opacity:0.90; opacity:0.90}
div#image-container-tmp {z-index:2002; display:none; left:0; top:0; width:100%; height:100%; position:fixed; text-align:center}
div#image-container-tmp img {margin:0 auto}
div#image-container {z-index:2003; display:none; left:0; top:0; width:100%; height:100%; position:fixed; text-align:center}
div#image-container img {box-shadow:0 0 10px #000; margin:0 auto}
div#images-list-bg {z-index:2004; display:none; left:0; bottom:0; width:100%; height:152px; position:fixed; background:#000; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity:0.50; -khtml-opacity:0.50; opacity:0.50; padding-top:15px}

div#image-tip-block {z-index:2006; text-align:center; display:none; left:0; bottom:110px; width:100%; height:50px; position:fixed; overflow:hidden; color:#fff; font-size:16px}

div#images-list {z-index:2005; display:none; left:0; bottom:0; width:100%; height:122px; position:fixed; overflow:hidden}
div#images-list div#images-list-slider {float:left; padding:20px 20px 20px 0; height:102px}
div#images-list div#images-list-slider img {float:left; border:1px solid #ccc; margin:0 0 0 20px; cursor:pointer}
div#images-list div#images-list-slider img.current,
div#images-list div#images-list-slider img:hover {border-color:#F59820; outline:2px solid #F59820}
div#close-image-block {z-index:2011; display:none; background:#999 url("/templates/front/stable/images/gallery-sprites.png") no-repeat -339px -41px; width:45px; height:45px; position:fixed; right:20px; top:20px; cursor:pointer}
div#close-image-block:hover {background-color:#F59820}

div#image-select-border {cursor:pointer; display:block; z-index:2; background:url("/templates/front/stable/images/gallery-sprites.png") no-repeat -320px -93px; width:240px; height:240px; padding:32px 33px 36px 33px; margin:0 -306px -308px 0; position:absolute; left:0; top:0; float:left}

div.imageTip {position:relative; z-index:1; width:100%; text-align:center; background:#fff; color:#3c1b54; font-size:12px; text-decoration:none; display:none; padding-bottom:12px}


div#black-screen {z-index:2000; display:none; left:0; top:0; width:100%; height:100%; background:#000; position:fixed; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity:0.9; opacity:0.9; cursor:pointer}

div#close-block {cursor:pointer; z-index:3000; width:53px; height:53px; background:url('/templates/front/stable/images/close.gif') no-repeat 0 0; position:absolute; display:none}

ul.photo_1000 * {text-decoration:none}


.photo-control.photo-prev {
	background: url("/templates/front/stable/images/gallery-sprites.png") no-repeat scroll 0 -393px transparent;
	cursor: pointer;
	height: 160px;
	left: 10px;
	margin-top: -80px;
	opacity: 0.4;
	position: fixed;
	top: 61%;
	transition: opacity 0.1s linear 0s;
	width: 89px;
	z-index: 2010;
}
.photo-control.photo-next {
	background: url("/templates/front/stable/images/gallery-sprites.png") no-repeat scroll -90px -393px transparent;
	height: 160px;
	margin-top: -80px;
	opacity: 0.4;
	right: 20px;
	top: 61%;
	transition: opacity 0.1s linear 0s;
	width: 89px;
	z-index: 2010;
	position: fixed;
	cursor: pointer;
}
.photo-control.photo-prev:hover, .photo-control.photo-next:hover {opacity: 1;}