/*	-------------------------------------------------------------
	Ubuntu Story
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles for Ubuntu Story
	Filename:		storage.css
	Version:		1.0
	Date:			04/2008
	-------------------------------------------------------------	*/

@import url(typography.css);

/*	Bug hunting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/** { border: 1px solid red; }*/


html, body { min-height:100%; }
body { margin:0px; background-color:#000; }

	/*	Clearing floats
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.clearfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

	/*	Content Wrapper
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#wrapper { width:932px; margin:0px auto; background:url(http://server/stu/studiospromain/ficheiros/main_pic.jpg) no-repeat center top; position:relative; }
	
			#logo { margin:0; }
				#logo a { display:block; width:100%; height:200px; text-indent:-9000px; padding:0px; }
			
			/*	Image Flow styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			
			#imageflow{ margin:0 auto; width:915px;	text-align:left; }
				#imageflow img { position:absolute; top:0px; border:none; }
				.clear{	clear:both; }
				#images{ visibility:hidden; }
				#loading{ margin-top:90px; text-align:center; width:100%; }
				#loading img{ margin-top:10px; position:relative; }
				#captions{ font-weight:bold; position:absolute; display:none; text-align:center; z-index:10000; }
				#scrollbar{ visibility:hidden; position:relative; z-index:72; background:url(http://server/stu/studiospromain/ficheiros/hr.gif) no-repeat center top; height:36px; width:810px; margin:0 auto; }
				#slider{ position:absolute; margin-top:-18px; margin-left:-18px; z-index:72; background-image:url(http://server/stu/studiospromain/ficheiros/b_drag.gif); background-repeat:no-repeat; width:36px; height:36px; }
	

			

	
	
