div.content {
	clear: left;
	padding: 1em;
	background-image: url(../img/gallery_bg.jpg);
	background-repeat: no-repeat;
	background-color: #663200;
	width:734px;
	min-height: 400px;
	float: left;
}
div.content h2, h3, h4{
	color:#FFF;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
	background: #bdf url(../img/tabs.gif);
	color: #008;
	display: block;
	float: left;
	height: 60px;
	width:234px;
	margin:0px 1px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#F90;
	font-size:24px;
	font-weight:normal;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #C60;
	background-position: 0 -120px;
	color:#FFF;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
	background-color: #C93;
	background-position: 0 -60px;
	color: #fff;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc li#current a {
	color: #fff;
	background-position: 0 -60px;
}

ol#toc li#current a span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../img/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

.album_select{
	float:left;
	width:220px;
	padding: 0px 10px 0px 10px;
	;
}
.thumb_box{
	float:left;
	width:490px;
}
.thumb_box ul {
list-style: none;
padding: 0;
margin: 0;
}
.thumb_box li{
	float: left;
}

.thumb_box li a{
	float: left;
	background-color:#000000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	overflow: hidden;
	border:5px solid #462300;
	margin:2px 2px 0px 0px;
	height:60px;
	width:90px;
}
.thumb_box li a:hover {
	background-color:#333333;
	text-decoration:none;
	border:5px solid #333;
}

.thumb_box li a#large{
	background-image:url(../img/play.jpg);
	background-repeat:no-repeat;
	height:70px;
	width:140px;
	position:relative;
	z-index:10;	

}
.thumb_box li p{
	font-size:11px;
	width:130px;
	float:none;
	position:relative;
	padding:10px;
	line-height:normal;
	background-color: #462300;
	margin:0px 0px 2px 0px;
	height:120px;
	z-index:1;
}

