.galleryFix
{
	position:relative;
	width:665px;
	/*overflow:hidden;*/
	margin:auto;
	margin-bottom:20px;
	/*margin-left:-5px;*/
	left:-5px;
	
}
.galleryClass, .galleryClass_2
{
	margin-left:43px;

}
.galleryClass ul, .galleryClass_2 ul
{
	padding:0px;
	margin:0px;
	overflow:hidden;

}
.galleryClass ul li, .galleryClass_2 ul li
{
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	background:none;
}
.galleryClass ul li a img, .galleryClass_2 ul li img
{
	margin-left:10px;
	margin-right:10px;
	height:90px;
	width:124px;
}
div.prev,div.next, div.prev_2, div.next_2
{
	position:absolute;
	width:31px;
	height:57px;
	z-index:5;
	bottom:5px;
	cursor:pointer;
	top:25px;
}
div.prev, div.prev_2
{
	background:url("/img/gallery/left_btn.png") no-repeat;
	left:3px;
}
div.next, div.next_2
{
	right:3px;
	background:url("/img/gallery/right_btn.png") no-repeat;
}
img.big_foto
{
	width:521px;
}
.left-bord-hack
{
	background:#F6EBE1;
	width:5px;
	left:0px;
	z-index:5;
	height:200px;
	position:absolute;
}

.galleryClass li, .galleryClass_2 li
{
    text-align:center;
}


