#gallery {}
#gallery .pager {}
#gallery .buttons {}
#gallery.album {}
#gallery.list {}



#gallery
{
	margin-left: 0px;
	left: 0px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	max-width: 670px;
	height: 100%;
}

.galeria h2
{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
  width: 80%;
  margin-left: 0px
}
.galeria h3
{
  font-size: 13px;
  margin-bottom: 20px;
  width: 80%;
  margin-left: 0px
}

#gallery #pictures 
{
	position: relative;
	display: block;
	margin-top: 30px;

}



#gallery.slider #pictures img.allo
{
	width: auto;
}

#gallery.slider #pictures img.fekvo
{
	width: 100%;
	height: auto;
}

#gallery.slider #pictures img
{
	position: absolute;
	display: none;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}



#gallery.lista #pictures img
{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	position: relative;
	*display:inline;
	cursor: pointer;
	width: 12%;
	width: auto !important;
	height: 80px !important;
	margin: 5px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#gallery.lista #pictures img:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}











#gallery.slider .pager
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

#gallery.lista .pager
{
	display: none;
}

#gallery.slider .pager,
#gallery.slider .pager a
{
	color: #9998ae;
	font-size: 13px;
	font-weight: bold;
}

#gallery.slider .pager .numbers
{
	margin-left: 20px;
	color: #dddde5;
}










#gallery .buttons
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 14px;
	z-index: 999;
}

#gallery.slider #lista
{
	display: block;
	position: relative;
}

#gallery.slider #slider
{
	display: none;	
}

#gallery.lista #lista
{
	display: none;
}

#gallery.lista #slider
{
	display: block;	
	position: relative;
}


#gallery.lista .pager
{
	display: none;
}


#gallery.lista #caption
{
	display: none;
}
#gallery.slider #caption
{
	display: block;
}

#caption
{
	position: relative;
}


#caption .title
{
	font-size: 15px;
	color: #9998ae;
	margin-bottom: 6px;
}

#caption .description
{
	font-size: 15px;
	color: #9998ae;
}





@media only screen and (max-width: 760px) {


}