.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.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 */
.galleria_container { position: relative; height:300px; }
.galleria_wrapper { padding-bottom: 49px; background: url('gallery/nav.gif') bottom left no-repeat;}
ul.galleria { display: none; }
a.nav-arrow { display: block; overflow:hidden; height: 33px; width: 18px; background-position:top left; background-repeat: no-repeat; position:absolute; bottom: 9px;}
a.nav-arrow:hover { background-position: 0 -33px; }
a#nav-left { background-image: url('gallery/left.gif');right:37px;}
a#nav-right { background-image: url('gallery/right.gif'); right:10px;}
