

.highslide-gallery {
	clear: both;
}


.highslide-gallery a.highslide {

}


.highslide-gallery div.image_box {
	min-height: 50px;
	margin: 10px 10px;
	float: left;
	
	padding: 3px;
	background: #E6DCB2;
	border: 1px solid #812424;
	border: none;
}

.highslide-gallery td {
	padding-bottom: 15px;
	padding-right: 15px;
}

.highslide-gallery div.highslide-thumb-caption {

	text-align: right;
	font-size: 7pt;
}

.highslide-gallery td div.highslide-thumb-caption {
	text-align: left;
	font-size: 7pt;	
}


img.highslide-thumb {
	border: none;

}

#content .highslide-gallery img {

}






/* Стили для JavaScript */

/* Center the text in the caption */
.highslide-caption {
	width: 100%;
	text-align: center;
	
}

/* Remove the close button from the controls since we already have one in the corner of the image */
.highslide-close {
	display: none !important;
}

/* Put the image number in front of the caption */
.highslide-number {
	display: inline;
	padding-right: 1em;
	color: white;
}


.highslide-thumbstrip-vertical img
{
	max-width: 200px;
}


.highslide img {
	border: none;
}

.highslide:hover img {
	border-color: gray;
}

.highslide-image {
	border-width: 0px solid white;
	background: white;
	padding: 20px; 

}


/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/js/highslide/graphics/close.png);
	display:none;
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}












