@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 {
		font-size:0.8em;
		line-height:1.4em;
		margin:0;
	}
}

#CustomFlow {
	background:#fff;
	color:#000;
	border-bottom:1px solid #ccc;
	width:770px;
	text-align:center;
}
#CustomFlow .loading {
	border-color:#333;
}
#CustomFlow .loading_bar {
	background:#333;
}
#CustomFlow .slider {
	background:url(slider_green.png) top left no-repeat;
}
#CustomFlow .scrollbar {
	border-bottom:1px solid #b7bd6f;
	margin-top:10px;
	padding-top:10px;
}

#comicOptions {
	padding:0px 10px 20px 10px;
	margin:0px;
	text-align:left;
}