﻿
#gallery
{
	text-align: left;
	width: 623px;
	margin: auto 0 auto -23px;
}

#gallery h1
{
	color: #474747;
	margin: .4em 0;
}

#featured
{
	position: relative;
	height: 400px;
	overflow: hidden; /* might remove */
}



#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#options
{
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: .5em;
}

#options li
{
	float: left;
	width: 60px;
	height: 60px;
	list-style: none;
	cursor: pointer;
}


#options li img
{
	width: 50px;
}

#gallery .selected
{
	border: 2px solid #993300;
}


#options a
{
	outline: none;
}

#gallery a img
{
	border: none;
}


