/* Default CSS for Galleria */
.galleria{list-style:none;width:200px; float: right;}
.galleria li{display:block;width:73px;height:73px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li div{position:relative;display:none;top:0;right:10px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

/* Custom CSS for Wordpress */
.caption {font-style:italic;color:#887; }
.galleria_list{position:relative;}
.show_gallery {width:auto;margin:0 auto; float: right;}
.show_gallery li{width:73px;height:73px;margin:0 10px 10px 0;background:#000;overflow:hidden}
.show_gallery li div .caption{font:italic 0.7em/1.4 georgia,serif;}
.galleria_container{margin:0 auto auto;height:auto;width:320px;text-align:left;display:block; float: left;}
.galleria_container img{margin-bottom:10px;}

.photogalleria {text-align: right; width: 550px;clear: both;overflow: hidden;margin-bottom: 20px; padding: 10px; background-color: #ebebeb; border:#ccc 1px solid;}
.gallery_list {float: left;margin-left: 10px;width: 200px;padding: 0;}
