/* 
Image gallery Styling

This is included by default but you will get website performance by minimising the number of CSS resources included in the HEAD section so I suggest you copy&paste it into your themes style.css and then comment out the line in bitvolution-image-galleria.php that contains the following PHP code:
   wp_enqueue_style( 'bitvol_galleria_css'
*/

.gallery .mainImageDiv {width:620px;height:400px;float:left;border:0px}
.gallery img.mainImage {padding:0;border:none}
.gallery ul {display:block;float:left;width:620px;margin-left:-40px;}
.gallery li {display:block;width:80px;height:80px;float:left;margin:20px 10px 0px 0px;}
.gallery li img {opacity:0.3;padding:0}
.gallery li img.selected {opacity:1;}

.bitVolClearAfter:after {clear: both;content: ".";display: block;height: 0;visibility: hidden}
.bitVolClearAfter {zoom:1}
