
#galleryBlock{
	position:relative;
}
#galleryBlock span.border{
	display:block;
	position:absolute;
	top:0; left:0;
	z-index:5;
	background: url(/img/border_big.png) no-repeat left top;
	width: 355px;
	height:318px;
}
#galleryBlock ul li .tborder{
	width: 144px;
	height:100px;
	background: url(/img/border_thumb.png) no-repeat left top;
	position:absolute;
	z-index:4;
}

#galleryBlock ul li .tborder1 {
	width: 144px;
	height:100px;
	background: url(/img/border_thumb1.png) no-repeat left top;
	position:absolute;
	z-index:4;
}

#galleryBlock ul li .tborder2 {
	width: 144px;
	height:100px;
	background: url(/img/border_thumb2.png) no-repeat right top;
	position:absolute;
	z-index:4;
}

#jgal {
	list-style: none;
	/*width: 300px; */
	margin: 0 0 0 360px;
	padding: 0 0 0 0;
}
#jgal li { 
	opacity: .5; 
	/*float: left; */
	display: block;
	width: 144px;
	height:100px;
	cursor: pointer;
	/*outline: 1px solid #ddd;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 9px; 
	background-position:center;
}
#galleryBlock a { 
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width:355px;
	margin:0;
	padding:0;
	height:318px;
}
#galleryBlock a img{
	max-height:318px;
	/*width:355px;*/
	max-width:355px;
}
#jgal a { 
	position: absolute;
	top: 0px;
	padding:0;
	width:355px;
	height:318px;
	display: none; 
	z-index:3;
	overflow:hidden;
	text-align:center;
}
#jgal a img{
	text-align:right;
	/*margin-left:-41px;*/
}
#jgal div.thumb{
	width:144px;
	height:100px;
	overflow:hidden;
}
#jgal li.active a {
	display: block;
	z-index:100;
}
#jgal li.active, #jgal li:hover {
	opacity: .99; /* safari bug */
}
#galleryBlock {
	/*background: #333;*/
}
