/* ---------------------------- 
[Global Stylesheet]

Project: 	Dynapp Photo Gallery Plugin
Version:	1.0
Last change:	04/03/09 [app created, lg]
Assigned to:	Lonnie Griffin [lg]
Primary use:	Web
------------------------------- */

/* ---------------------------- */
/* Photo Gallery
/* ---------------------------- */
	
    #photo-gallery {position: relative; }
		#photo-gallery hr {height:1px; background-color:#ccc; display:block; border: 0px; clear:both; margin:10px 0px 10px 0px; overflow:hidden}
		#photo-gallery ul { list-style-type: none; padding: 0px; margin: 0px 0px 10px 0px;font-size: 14px;  }
		#photo-gallery ul li { margin: 0px 0px 7px 0px; }
		#photo-gallery li img { margin: 0px 0px -4px 0px; position: relative; }
		
		#photo-gallery #return { position: absolute; right: 0px; top: 0px; font-weight: bold; }
		
		#photo-gallery .album-container { border-collapse: collapse; }
		#photo-gallery .album-container td { vertical-align: top; text-align: center; width: 160px; }
		#photo-gallery .album-container img {border: 4px solid #fff;margin: 5px; }
		#photo-gallery .album-container .small { font-size: 11px; color: #666; display: block; clear: both; margin: 0px 0px 5px 0px;}
		#photo-gallery .album-container h4 {padding: 0px; font-size: 14px; line-height: 16px; margin: 10px 0px 0px 0px; color: #333; display: block; height: 30px;}
		#photo-gallery .album-container input { margin: 5px 0px 5px 0px; }
		
		#photo-gallery #progress {display: none;padding: 15px 0px 5px 0px; width: 150px; height: 30px; }
        	#photo-gallery #progress img {float: left; padding: 0px 8px 0px 0px; }
        	#photo-gallery #progress h4 { background: none; border: none; font-size: 15px; margin: 0px; padding: 8px 0px 10px 0px; color: Red; font-weight: bold; }

