.galleria_container .loadingImage {
	position:absolute; height:100%;
	background: url(../img/loading.gif) no-repeat center center;
	text-indent:-999em;
	display:block;
	top:0;
	min-height:150px;
	left:0;
	width:100%;
}



ul.gallery { list-style:none; padding-left:230px; width:10000px;}
ul.gallery li { float:left; padding:5px; }
ul.gallery li img { cursor:pointer; border:1px solid #777; padding:3px; background-color:#fff;  }

ul.gallery li.active{ background-color:#FF9833;  }


.galleria_container { clear:both; overflow:auto;background-color:#EDF0F1; padding:10px; border:1px solid #ccc;}
.galleria_container img { padding:5px; background-color:#fff; border:1px solid #ccc;}
.galleria_container .caption { display:block; margin-top:5px;}


#gallery { width:100%; position:relative; overflow:hidden; margin-bottom:20px;}

#gallery_thumbs { width:100%;  line-height:1em; background-color:#fff; border:5px solid #FF9833;  margin-bottom:1px; overflow:hidden;}


#gallery .styles .style1 {
	background: url(../img/down_arrow.gif) no-repeat center bottom;
	height:10px;
	width:100%;
	top:79px;
	position:absolute;
	z-index:5;
}
#gallery_prev,
#gallery_next {
	width:14px;
	position:absolute;
	top:0;
	height:98px;
	outline:none;
	text-indent:-999em;
	z-index:5;
	outline:none;
	background: #FF9833 url(../img/arrows.gif) no-repeat ;
}
#gallery_prev { left:0;	background-position: 4px center;}
#gallery_next { right:0; background-position: -12px center;}
