.gallery {
	clear: both;
	float: right;
	border: 0px solid red;
}
div.gallery {
	width: 100%;
	margin-bottom: 20px;
}
table.gallery {
	width: 606px;
}


.gallery .previous,
.gallery .next {
	width: 12px; 
	height: 28px;
	margin: 54px 0;
}
.gallery .previous {
	float: right;
}
 .gallery .next {
	 float: right;
}

.gallery .photo {
	float: right;
	background-image: url(../../images/photo_bg.jpg);
	background-position: 50% 50%;
	width: 196px;
	height: 136px;
	margin-left: 6px;
	_margin-left: 3px;
}
.gallery .photo img {
	/*width: 180px;
	height: 120px;*/
	margin: 8px;
}
.enlarge, .backToGallery {
	float: left;
	width: auto;
	height: 16px;
	line-height: 16px;
	font-size: 8pt;
	font-weight: normal;
	color: #959595;
	margin-left: 36px;
	margin-top: 14px; 
	padding-left: 24px;
}
.enlarge {
	background-image: url(../../images/magnifier.jpg);
}
.backToGallery {
	background-image: url(../../images/gallery_ico.jpg);
}



.paging {
	float: right;
	width: 200px;
	font-size: 10pt;
	font-weight: normal;
	color: #646369;
	text-align: center;
	margin: 5px 220px 20px 0;
	padding: 2px 0;
	border: 0px solid red;
}

.paging a {
	float: right;
	width: auto;
	font-size: 9pt;
	font-weight: normal;
	color: #646369;
	margin: 0 2px;
	padding: 0 4px;
	border: 0px solid red;
	border-left: 1px solid #646369;
}
.pagimg a:hover,
.paging a.sel {
	color: #1164d4;
	font-weight: bold;
}
.paging a.lastPage,
.paging a.prevNext {
	border: 0px;
}



.presentation {
	float: right;
	position: absolute; top: 405px; right: 225px; _right: 214px;
	background-image: url(../../images/presentation.jpg);
	background-position: 50% 50%;
	width: 600px;
	height: 440px;
	text-align: center;
	margin-bottom: 10px;
	display: none;
	border: 0px solid red;
}
.presentation .big_image {
	margin: 9px 8px;
}

.controls {
	clear: both;
	width: 100%;
	height: 21px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid blue;
}
.controls .btn {
	float: right;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
	color: #888;
	border: 0px solid red;
}
.controls .sep {
	float: right;
	border: 0px solid red;
}
.controls .prev {
	background-image: url(../../images/prev_0.gif);
	background-position: right bottom;
	margin-right: 15px; 
	margin-left: 10px;
	padding-right: 21px;
}
.controls .next {
	background-image: url(../../images/next_0.gif);
	background-position: left bottom;
	margin-right: 10px; 
	padding-left: 21px;
}
.controls .prevActive {
	background-image: url(../../images/prev_1.gif);
	color: #1164d4;
}
.controls .nextActive {
	background-image: url(../../images/next_1.gif);
	color: #1164d4;
}
.controls .mid {
	float: right;
	width: 350px;
	height: 20px;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	color: #565252;
	text-align: center;
	margin: 0 10px;
	border: 0px solid green;
}
.close {
	float: left;
	background-image: url(../../images/btnClose.jpg);
	background-position: left bottom;
	line-height: 20px;
	font-size: 12px;
	color: #1164d4;
	padding-left: 21px;
	margin-left: 15px;
	border: 0px solid red;
}