﻿html
{

}

body
{

}


#container
{

}

#container h1
{
	color: #474747;
	margin: .4em 0;
}

#featured
{
	position: relative;
	height: 378px;
	overflow: hidden; /* might remove */
	display: none;
}



#featured h2
{
	position: absolute;
	bottom: 0;
	margin: 0;
	line-height: 1.3em;
	padding: .2em;
	background: black;
	color: white;
	text-align: center;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 60;
	opacity: .6;
}

ul#reversible
{
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 0.5em;
}

#reversible li
{
	float: left;
	width: 120px;
	height: 130px;
	list-style: none;
	cursor: pointer;
	font-size: 11px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px;
}

#reversible li:hover img
{
	background-color: #F93;
}

#reversible li img
{
	width: 100px;
	padding: 5px;
	height: 75px;
}

.selected
{
}


#options a
{

}

a img
{
	border: none;
}
#reversible li a img {
	display: block;
}
#reversible li .filename {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 110px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	color: #CCC;
}
#flame #contents #left #gallery #gallery #container table tr td {
	width: 20%;
}
