body {
	margin: 0px;
	padding: 0px;
	background-image: url(images//stripes.gif);
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2297A8;
	font: normal 28px 'trebuchet ms', arial, helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 10px;
}

#ibrowser {
	position: absolute;
	top: 55px;
	left: 25px;
}

#links, #backtoendoflow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	margin: 0px;
	font: normal 10px verdana,arial,helvetica,sans-serif;
	color: #333;
}

#links a, #backtoendoflow a {
	color: #900;
	text-decoration: none;
	top: 75px;
	left: 100px;
}

#links a:hover, #backtoendoflow a:hover {
	color: #F66;
	text-decoration: underline;
}

#backtoendoflow { top: 510px; left: 25px; }



#container {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 300px;
	height: 400px;
	border: 1px solid #999;
	overflow: hidden;
	background-color: #FAFAFA;
}

.target {
	position: absolute;
	top: 0px;
	width: 300px;
}

#target1 { left: 0px; }
#target2 { left: 305px; }

.target p {
	font: normal 10px/14px verdana,arial,helvetica,sans-serif;
	padding: 5px;
	color: #666;
	margin: 0px;
}

.target p.thumb {
	text-align: center;
	margin: 0px;
}

.target p.thumb img {
	border: 1px solid #EEE;
}

.target ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.target li a {
	display: block;
	font: normal 10px/14px verdana,arial,helvetica,sans-serif;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #999;
	padding: 3px 0px 5px 5px;
	background-color: #F9F9F9;
	background-image: url(images//right_arrow.gif);
	background-position: 99% -25px;
	background-repeat: no-repeat;
}

.target li a:hover, .target li a:active {
	color: #933;
	background-color: #E6E6E6;
	background-position: 99% 0px;
}



.target li.directory a {
	background-color: #F3F3F3;
}
.target li.directory a:hover,.target li.directory a:active {
	background-color: #E6E6E6;
}


.scrollbutton {
	position: absolute;
	left: 0px;
	width: 300px;
	height: 15px;
	font: normal 10px verdana, arial, sans-serif;
}
.scrollbutton span { display: none; }
.scrollbutton a {
	display: block;
	border: 1px solid #999;
	background-color: #EEE;
	width: 300px;
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
}

.scrollbutton a:hover {
	background-color: #DDD;
}

#upbutton { top: 14px; }
#downbutton { top: 430px; }
#upbutton a { background-image: url(images//up_arrow.gif); }
#downbutton a { background-image: url(images//down_arrow.gif); }

#lastfile {
	position: absolute;
	left: 5px;
	top: 380px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(images//back.gif);
	background-position: bottom left;
}
#lastfile:hover { background-position: top left; }
#lastfile span { display: none; }

#nextfile {
	position: absolute;
	left: 280px;
	top: 380px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(images//next.gif);
	background-position: bottom left;
}
#nextfile:hover { background-position: top left; }
#nextfile span { display: none; }