/*
Lightbox v2.5
by Lokesh Dhakar - http://www.lokeshdhakar.com

For more information, visit:
http://lokeshdhakar.com/projects/lightbox2/

Licensed under the Creative Commons Attribution 2.5 License - http://creativecommons.org/licenses/by/2.5/
- free for use in both personal and commercial projects
- attribution requires leaving author name, author link, and the license info intact
	
Thanks
- Scott Upton(uptonic.com), Peter-Paul Koch(quirksmode.com), and Thomas Fuchs(mir.aculo.us) for ideas, libs, and snippets.
- Artemy Tregubenko (arty.name) for cleanup and help in updating to latest proto-aculous in v2.05.
*/
#lightboxOverlay{position:absolute;top:0;left:0;z-index:90;background-color:rgba(0,0,0,0.8);display:none;}#lightbox{position:absolute;left:0;width:100%;z-index:100;text-align:center;line-height:0;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-weight:400;}#lightbox img{width:auto;height:auto;}#lightbox a img{border:none;}.outerContainer{position:relative;background-color:#222;zoom:1;width:250px;height:250px;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-ms-border-top-left-radius:4px;-o-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-ms-border-top-right-radius:4px;-o-border-top-right-radius:4px;border-top-right-radius:4px;margin:0 auto;}.outerContainer.animating{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-ms-border-bottom-left-radius:4px;-o-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-ms-border-bottom-right-radius:4px;-o-border-bottom-right-radius:4px;border-bottom-right-radius:4px;}.container{padding:10px;}.loader{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0;}.nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}.container > .nav{left:0;}.nav a{outline:none;}.prev,.next{width:49%;height:100%;background-image:url(data:image/gif;base64,AAAA);display:block;}.prev{left:0;float:left;}.next{right:0;float:right;}.prev:hover{background:url(./lightbox_prev.png) left 48% no-repeat;}.next:hover{background:url(./lightbox_next.png) right 48% no-repeat;}.dataContainer{background-color:#222;zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-ms-border-bottom-left-radius:4px;-o-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-ms-border-bottom-right-radius:4px;-o-border-bottom-right-radius:4px;border-bottom-right-radius:4px;margin:0 auto;}.data{color:#666;padding:0 10px;}.data .details{width:85%;float:left;text-align:left;line-height:1.1em;}.data .caption{font-size:13px;font-weight:700;line-height:1em;}.data .number{display:block;clear:left;padding-bottom:1em;font-size:11px;}.data .close{width:35px;float:right;padding-bottom:.7em;outline:none;}.data .close:hover{cursor:pointer;}.outerContainer:after,.dataContainer:after{content:"";display:table;clear:both;}