@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#000;
		background-color:#fff;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#000;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 1.3em 0;
	}
	
	img { border: 0; }
	
	#reflection_2 {
		background:#fff;
		color:#000;
		border:0px solid #ccc;
	}
	#reflection_2 .loading {
		border-color:#333;
	}
	#reflection_2 .loading_bar {
		background:#333;
	}
	#reflection_2 .slider {
		background:url(slider_dark.png) top left no-repeat;
	}
	#reflection_2 .scrollbar {
		border-bottom:1px solid #000;
	}

}


