@charset "utf-8"; 


#imageflow img 		{
						border-top-style : none; 
						border-right-style : none; 
						border-left-style : none; 
						border-bottom-style : none;
						position : absolute; 
					}

h1 					{
						text-align : center;
						color : #000000;
					}

a 					{
						color : #ffffff;
					}

.clear 				{
						clear : both;
					}

#images 				{
						visibility : hidden; 
						width : 570px;
						margin : 0 auto 0 auto;	
					}

#loading_if 			{
						width : 570px; 
						text-align : center;
					}

#loading_if img 		{
						position : relative;
					}

#captions 			{
						font-weight : bold; 
						z-index : 10000; 
						position : relative; 
						text-align : center;
					}

#scrollbar 			{
						z-index : 10001; 
						visibility : hidden; 
						border-bottom : #b3b3b3 1px solid; 
						position : relative;
					}

#slider 				{
						margin-top : -7px;						
						margin-left : -7px; 
						z-index : 10002; 
						background-image : url(../img/architecture/slider.png); 
 						background-repeat : no-repeat; 
						width : 14px; 						
						height : 14px;
						position : absolute; 
					}

#imageflow 			{
						text-align : center;
						width : 570px;
						height : 300px;
						margin : 0 auto 0 auto;	
					}

#changelog 			{
						border-right : #666 1px solid; 
						margin-top : 15px; 
						float : left; 
						width : 300px; 
						background-color : #ffffff;
					}

#changelog div		{						
						padding-top : 0px;
						padding-right : 15px; 
						padding-left : 15px; 
						padding-bottom : 5px; 
						text-align : justify;
					}

