@CHARSET "UTF-8";
.galery_box {
background: #000;
font-family: arial;
font-size: 11px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

.galery_box .visual {
	width: 140px;
	height: 204px;
	vertical-align: middle;
	text-align: center;
}

.galery_box .title {
	background: #CC0000;
	color: #fff;
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 3px;
	height: 17px;
	font-weight: bold;
}

.galery_box .details {
	background: #fff;
	color: #000;
	vertical-align: top;
	padding-left: 3px;
}

.galery_box .galery img {
	border: 5px solid #000;
}

.galery_popup {
	position: relative;
	width: 542x;
	height: 539px;
	margin-left: auto;
	margin-right: auto;
}

.galery_popup table {
	width: 542px;
	height: 539px;
}
.galery_large {
	position: relative;
	width: 350px;
	height: 359px;
}

.galery_popup_navigation {
	position: relative;
	overflow-x: auto;
	overflow-y: none;
	width: 170px;
	height: 519px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

.galery_popup_navigation .galery_image_navigation {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	width: 64px;
	height: 98px;
	border: 1px solid #000;
}
