#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
   color:transparent;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color:#FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.title {
	position:relative;
	left:0px;
	width:350px;
	padding-left:10px;
	font-size:15px;
	line-height:25px;
	z-index:200;
}

.subtitle {
	font-size: 11px;
	font-weight: bold;
}

#contentblock {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	width:360px;
	height:700px;
	top:0px;
	left:0px;
}

.content {
	background-color: transparent;
	height: 100%;
	overflow: hidden;
}

#about {
	position:absolute;
	width:350px;
	height:700px;
	left:0px;
	top:0px;
	padding:5px 0 0 10px;
	z-index:5;
}

#about-content {
	position:relative;
	width:320px;
}

#about-track {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 700px;
	background-color: #000000;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	right: 0;
	padding: 0;
	margin: 0;
}

#about-handle {
	width: 10px;
	height: 30px;
	background-color: #FF0000;
	overflow: hidden;
	cursor: pointer;
}

.scrollable {
	float: none;
}

#image-bg {
	position:absolute;
	width:360px;
	height: 700px;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	z-index:-10;
}
