/* Photogallery CSS for leisure/assets/js/i_photogallery.js */

div#photo_gallery { margin:20px 0px 30px 0px; }
div#large_window { overflow:hidden; width:500px; height:300px; margin:10px 0px 10px 0px; position:relative; background-color:#000000; border:5px solid #D9CFC0; }
div#large_image { width:500px; height:300px; position:absolute; text-align:center; background-color:#D9CFC0; }
div#large_image img { float:left; }

div#thumbnails_window { overflow:hidden; width:500px; height:75px; margin-top:5px; margin-left:5px; position:relative;}
div#thumbnails { height:75px; position:absolute; margin-bottom:10px; }
div#thumbnails img { float:left; margin-right:10px; }

div#buttons { margin-top:5px; width:500px; background-color:#ffffff; color:#000000; }
div#left_button { float:left; width:130px; height:25px; cursor:pointer; padding-top:10px; border:1px solid #D9CFC0; text-align:center; }
div#slideshow_button { float:left; width:130px; height:25px; margin-left:50px; cursor:pointer; border:1px solid #D9CFC0; text-align:center; }
div#right_button { float:right; width:130px; height:25px; cursor:pointer; padding-top:10px; border:1px solid #D9CFC0; text-align:center; }

