/* Basic
-----------------------------------------------
*/


img{
	border: 0px;
}

p{
	padding: 0px 0px 20px 0px;
}



/*layout
-----------------------------------------------
*/




/*------------------------------------------------------------------
5. Lightbox
-------------------------------------------------------------------*/

#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: left; line-height: 0; padding: 0px 0px 0px 10px; }

#lightbox h4{ font-size: 12px; font-weight: bold; padding: 0px 0px 3px 5px; margin: 0px; }

#lightbox img{ width: auto; height: auto; }

#lightbox a img{ border: none; float: right; padding: 0 10px 10px 0; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }

#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0; height: 25%; width: 60%; text-align: center; line-height: 0; }

#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }

#imageDataContainer{ background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }