#gallery_container{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
}

#gallery_container.titulinis{
	top: 59px;
}

#gallery_container.stendo_vidinis{
	top: 121px;
}

#gallery_container ul{
	position: absolute;
	height: auto;
	width: 99999px;
	list-style: none;
}

#gallery_container ul li{
	float: left; 
	display: block;
	height: 100%;
	width: auto;
	overflow: hidden;	
}

#gallery_container ul li.none{
	display: none;
}

#gallery_container ul li img{
	position: absolute;
	
}

.disable_link{
	cursor: pointer;
	pointer-events: none;
}

#gallery_container #gallery_button_left{
	position: absolute;
	display: block;
    display: none;
	width: 50%;
	height: 100%;
	left: 0px;
	background:  url('../img/gallery_button_left.png') no-repeat left center;
	cursor: pointer;
}

#gallery_container #gallery_button_right.first{width: 100%;}

#gallery_container #gallery_button_right{
	position: absolute;
	display: block;
    display: none;
	right: 0px;
	width: 50%;
	height: 100%;
	background:  url('../img/gallery_button_right.png') no-repeat right center;
	cursor: pointer;
}

#gallery_container #gallery_button_left.last{width: 100%;}

#gallery_no_buttons{
	float: left;
	height: 100%;
	width: auto;
}

#gallery_no_buttons a{
	display: block;
	float: left;
	height: 10px; 
	width: 39px;
	margin-top: 24px;
	margin-bottom: 20px;
	margin-left: 5px;
	text-indent: -999999px;
	background:  url('../img/gallery_no_icon.png') no-repeat top right;
	
}

#gallery_no_buttons a:hover, #gallery_no_buttons a.active{
	background:  url('../img/gallery_no_icon.png') no-repeat top left;
}
