.galleria_container { clear:both; overflow:auto;background-color:#F3EFF6; padding:10px; border:1px solid #DED6E7;}
.galleria_container img { padding:5px; background-color:#fff; border:1px solid #ccc;}
.galleria_container .caption { display:block; margin-top:5px;}

#gallery,
#galleria { width:100%; position:relative; overflow:hidden; margin-bottom:20px;}

#gallery #gallery_thumbs,
#galleria  #gallery_thumbs { line-height:1em; background-color:#F3EFF6; border:5px solid #FFC183;  margin-bottom:1px; overflow:hidden;}

#galleria  #gallery_thumbs { padding-left:275px; }

.galleria_wrapper img {
	max-width:98%;
}

ul.gallery,
ul.galleria { list-style:none; }
ul.galleria {  width:3000px;}
ul.gallery li { float:left; padding:5px;  }
ul.gallery li img { cursor:pointer; border:1px solid #777; padding:3px; background-color:#fff;  }

ul.galleria li.active{ background-color:#FFC183;  }

#gallery .styles .style1,
#gallery #gallery_prev,
#gallery #gallery_next { display:none;}

#galleria .styles .style1 {
	background: url(/_meelo/_templates/unilab/images/down_arrow.gif) no-repeat center bottom;
	height:10px;
	width:100%;
	top:119px;
	position:absolute;
	z-index:5;
	display:block;
}



#galleria #gallery_prev,
#galleria #gallery_next {
	display:block;
	width:14px;
	position:absolute;
	top:0;
	height:115px;
	outline:none;
	text-indent:-999em;
	z-index:5;
	background: #FFC183 url(/_meelo/_templates/unilab/images/left_right_arrows.gif) no-repeat ;
}
#galleria #gallery_prev { 
	left:0;
	background-position: 4px center;
}
#galleria #gallery_next { right:0; background-position: -12px center;}
.galleria li div{position:absolute;display:none;top:0;left:180px}
/*.galleria li.active img { border:1px solid #666; padding:3px; background-color:#fff; }
.galleria{list-style:none;}
.galleria li{display:block;overflow:hidden;float:left; padding:5px;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}

.galleria li img.thumb{cursor:pointer;}
*/* html .galleria li div span{width:400px} /* MSIE bug */