@charset "UTF-8";
/* CSS Document */


body {
	background-color: #fff;
	margin: 0;
}


a {
	text-decoration:none;
	color:#666;
	font-weight:normal;
}

a:hover {
	color:#444;
	font-weight:normal;
}

.topholder {
	position:relative;
	margin-top:10px;
	width:828px;
}


.holder {
	position:relative;
	margin-top:30px;
	width:828px;
}


.caption {
	position:relative;
	margin-top:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#666;
	width:828px;
}
	
.numbernav {
	position:relative;
	text-align:right;
	margin-top:8px;
	font-family:Times New Roman, Times, serif;
	font-size:35px;
	color:#666;
	width:828px;
}



/* Centering Info */
.content {
	width:828px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

/*	SCROLL	*/

.jScrollPaneContainer { overflow: hidden; position: relative; z-index: 1; }
.jScrollPaneTrack { background: white; cursor: pointer; height: 100%; position: absolute; right: 0; top: 0; }
.jScrollPaneDrag { background: url(../images/red-scroll.gif); position: absolute; cursor: pointer; overflow: hidden; height: 180px !important; }
.jScrollPaneDrag:hover { background: url(../images/white-scroll.gif); }
.jScrollPaneDragTop { position: absolute; top: 0; left: 0; overflow: hidden; }
.jScrollPaneDragBottom { position: absolute; bottom: 0; left: 0; overflow: hidden; }