

	div.galbarleft {
		position: absolute;
		width: 26px;
		height: 29px;
		top: 220px;
		left: 13px;
		z-index: 100;
	}
	div.galbarnext {
		position: absolute;
		width: 26px;
		height: 29px;
		top: 220px;
		right: 13px;
		z-index: 100;
	}
	/*
		Фото привью
	*/
	.gallery {
	    position: relative;
	    width: 100%;
	}  
	.gallery .prev {
	    display: none;
	    width: 14px;
	    height: 82px;
	    font-size: 0;
	    cursor: pointer;
	    background: url("/images/buttons/left.jpg") no-repeat 0 0;
	}

	.gallery .next {
	    display: none;
	    width: 14px;
	    height: 82px;
	    font-size: 0;
	    cursor: pointer;
	    background: url("/images/buttons/right.jpg") no-repeat 0 0;
	}
	.gallery .disabled {
	    cursor: default;
	    background-position: 0 -82px;
	}
	.gallery .carousel {
	    position: relative;
	    overflow: hidden;
	    width: 576px !important;
	    height: 82px;
	}

	.gallery .carousel ul {
	    list-style: none;
	    margin-right: 0px;
	}

	.gallery .carousel li {
	    position: relative;
	    overflow: hidden;
	    width: 114px;
	    height: 82px;
	    margin: 0px 2px 2px 0px;
	    text-align: center;
	    font-size: 10px;
	}
	.gallery .carousel li a{
	    position: relative;
	    overflow: hidden;
	    width: 114px;
	    margin: 0px 2px 2px 0px;
	    text-align: center;
	    font-size: 10px;
	}

	 .titlegallery {
		font-family: Tahoma, Geneva, sans-serif;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		z-index: 0;
	}
	 div.sumunit {
		width: 30px;
		height: 30px;
	 	text-align: center; 
	  padding-top: 8px;
		color: white;
		background-color: #00260f;
		background-repeat: no-repeat;
	  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		z-index: 0;
	}

	 div.pageslide {
		width: 612px;
		color: black;
		text-align: center;
	  padding-top: 9px; 
		background-color: #cecece;
		background-position: left top;
		background-repeat: no-repeat;
		z-index: 0;
	}

	 div.title {
	  font-family: Tahoma, Geneva, sans-serif;
	  color: #12621d;
	  font-size: 15pt;
		z-index: 0;
	}
	div.fotogallery {
		position: relative;
		width: 200px;
		height: 204px;
		padding:5px 0px 5px 0px;
		background-color: #e7e7e7;
		background-position: left top;
		z-index: 0;
	}
	div.fotoactive {
		position: relative;
		width: 200px;
		height: 204px;
		padding:5px 0px 5px 0px;
		background-color: #bababa;
		background-position: left top;
		background-repeat: no-repeat;
		z-index: 0;
	}  
	img.galery {
		outline: 5px solid #c8c8c8;
	}
	img.galery a:hover{
		outline: 5px solid #2c10a3;
	}
	img.galery a{
		outline: 5px solid #c8c8c8;
	}
	.title {
		font-family: Tahoma, Geneva, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		color: #000;
		z-index: 0;
	}
	div#galcontainer {
		width: 612px;
		height: 459px;
		overflow: hidden;
		background-color: black;
		z-index: 0;
	}
	div#galTitleBG {
		position: absolute;
		width: 612px;
		height: 20px;
	  top:0px
		background-color: black;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		z-index: 5;
	}
	div#galbar {
		position: absolute;
		width: 612px;
		height: 40px;
		top: 430px;
		left: 10px;
		background-color: black;
	  	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		z-index: 100;
	}
	div.galslide {
		display: none;
		width: 612px;
		height: 459px;
		overflow: hidden;
		/*overflow-y: scroll;*/
	}
	div.galslide textarea {
		display: none;
	}
	div#galbutprev {
		position: absolute;
		top: 0px;
		left: 2px;
		width: 26px;
		height: 40px;
	}
	div#galbutplay {
		position: absolute;
		top: 0px;
	  display:none;
		left: 2px;
		width: 26px;
		height: 40px;
	}
	div#galbutnext {
		position: absolute;
		top: 0px;
		left: 2px;
		width: 26px;
		height: 40px;
	}
