/*___gallery___*/
.lenta{	
	position:relative;
	height:auto;	
}
.imgbig{
	width:579px;
	height:428px;	
	margin:0 auto; 						
}
.img_table {	
	width:579px;
	height:428px;		
	display:table;		
	}	
.img_cell {	
	display:table-cell; 
	vertical-align:middle; 	
	text-align:center;
	}	
.imgbig img{		
	max-width:579px;
	max-height:428px;			
}

/* outmost wrapper element */
.scroll{	
	margin:0 auto; 	
	margin-top:22px;
	width:511px;
	height:70px;
	padding:0 34px 0 34px;
	position:relative;
}

/* container for the scrollable items */
div.items {
	height:70px;			
	width:511px;
	overflow: hidden;
	position: relative;
	visibility:visible;
}
.scrollable{	
	position:absolute;
	width: 200000em;
	height:70px;
	left:0;
	top:0;
}
/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:11px;
	height:70px;
	line-height:70px;
	cursor:pointer;

}

div.items a img{			
	height:70px;
	}

/* next / prev buttons */
a.prev, a.next {
	position:absolute;
	top:0;
	display:block;
	width:34px;
	height:70px;
	background-repeat:no-repeat;		
	background-position:50% 50%;
	cursor:pointer;
}

a.prev {
	background-image:url(../images/left_arrow.jpg);
	left:0px;			
}

a.next {
	background-image:url(../images/right_arrow.jpg);
	right:0px;			
}

/*_clear__*/ 
.clear_gallery{
	clear:both;
	display:block;
	height:0px;
	line-height:0px;
	visibility:hidden;
	}
