
/* plugin's css */
.galleria{list-style:none; width:1000px; height: 100px; }
.galleria li{display:inline; width:80px;height:80px;overflow:hidden;float:left;margin:0 14px 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 */

/* html's css */
#gallery_container { position: relative; width: 950px; height: 700px; text-align:center; display: block;}
#main_image {float: left; min-height: 600px; width: 950px; margin-bottom: 20px;}
.galleria_container { width: 400px; margin: auto; }
.galleria_wrapper {  width: 400px; height: 600px; overflow: hidden; margin:auto;}
/* wrap the ul/li with a div to control it's width and height */
/* root element for the scrollable. when scrolling occurs this element stays still. */
#thumbnails_container {float: left; position: relative; width: 819px; height: 100px; overflow-x: hidden; overflow-y: hidden; margin: auto; padding-top: 0px;}

/* root element for scrollable items. Must be absolutely positioned and it should have a super large width to accomodate scrollable items. it's enough that you set width and height for the root element and not for this element. */
/* Firefox only */
html>body #ul_gallery {width: 3000px; position: absolute; top: 0px; left: 0px; } 
/* IE only */
#ul_gallery {width: 3000px; position: absolute; top: 0px; left: -20px; } 
	
#scroll_left{ width: 50px; float: left; padding-top:7px; padding-right: 15px; }
#scroll_right{ width: 50px; float: left; padding-top:7px; padding-left: 15px; }