.galleria{list-style:none;width:200px}
.galleria li{display:block;width:25px;height:25px;overflow:hidden;float:left;margin:0 10px 10px 0;border: 1px solid #fff;}
.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;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

#gallery-holder {
	width: 925px;
	position: relative;
}

#previous, #next {
	height: 25px;
	width: 25px;
	display: block;
	text-indent: -999em;
	position: absolute;
	bottom: 15px;
	left: 10px;
	background: url(../img/gallery-previous.jpg) top left no-repeat;
}

#next {
	left: 890px;
	background: url(../img/gallery-next.jpg) top left no-repeat;
}

