table.files {
	width: 100%;
}

table.files td.icon {
	border-right: 0;
}

table.files td.name {
	border-left: 0;
}

table.files tbody tr.alt:hover td {
	background-color: #e8e8e8;
}

table.files tbody tr:hover td {
	background-color: #f9f9f9;
}

div#preview {
	display: none;
	position: fixed;
	_position: absolute;
	_top: expression(document.body.scrollTop + 150);
	top: 150px;
	right: 10px;
	clear: both;
	width: 160px;
	height: 130px;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #fff;
}

div.show {
	float: right;
}

div.show img {
	vertical-align: middle;
}

div.path {
	margin-bottom: 15px;
}

table.thumbnails {
	margin: 0 auto;
}

table.thumbnails td {
	width: 150px;
	height: 100px;
	text-align: center;
}

div#slideshow {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;

	background-color: #000;
	position: absolute;
	color: #fff;
	z-index: 4;
}

div#thumbnails table#navigation {
	border-collapse: collapse;
	width: 100%;
}

div#thumbnails table#navigation td {
	text-align: center;
	vertical-align: bottom;
}

div#thumbnails table#navigation td.arrow {
	text-align: center;
	vertical-align: middle;
}

div#thumbnails table#navigation img.selected {
	border: 1px dashed #666;
}

div#thumbnail_strip {
	position: relative;
	width: 800px;
	margin: 0 auto;
	height: 130px;
	overflow: hidden;
}

table.thumbnail_table {
	position: absolute;
	top: 0;
	border-collapse: collapse;
	display: none;
}

table.thumbnail_table td {
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
}

div#thumbnails {
	position: relative;
	height: 130px;
	background-color: #222;
	width: 850px;
	margin: 0 auto;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #444;
	border-bottom: 0;
}

div#thumbnails_mirror {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 21px;
	
	background-image: url('../images/mirror_black.png');
	background-repeat: repeat-x;
}

div#controls {
	position: absolute;
	width: 320px;
	height: 40px;
	background-image: url('../images/nav_box.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	bottom: 10px;
	visibility: hidden;
	color: #fff;
	left: auto;
}

div#controls table {
	width: 300px;
	height: 45px;
	border-collapse: collapse;
	margin: 0 auto;
}

div#controls table td {
	vertical-align: middle;
}

input#slideshow_time {
	border: 1px solid #aaa;
	background-color: #333;
	width: 40px;
	font-size: 10px;
	color: #fff;
	padding: 1px;
	vertical-align: middle;
}

div#image {
	margin-top: 30px;
	text-align: center;
	vertical-align: middle;
}

div#image img {
	display: inline;
	z-index: 5;
}

img#slideshow_exit {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.comment {
	font-size: 0.6em;
	color: #999;
	font-weight: bold;
}
