﻿img
{
	border: none;
}
h1
{
	font: 3em normal Georgia, "Times New Roman" , Times, serif;
	color: #fff;
	text-align: center;
	background: url(h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
.container
{
	overflow: hidden;
	margin: 0 auto;
}
#main
{
	padding: 10px;
	background: #ffffff;
	border: 1px solid #ccc;
}
a
{
	color: #fff;
}

/*--Main Image Preview--*/
.main_image
{
	background: #ffffff;
	overflow: hidden;
	color: #fff;
}
.main_image h2
{
	font-size: 1em;
	font-weight: normal;
	padding: 2px;
	text-align: left;
}
.main_image p
{
	text-align: left;
	font-size: 0.8em;
	padding: 2px;
	margin: 0;
	line-height: 1.0em;
}

.main_image .desc
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
}
.main_image .block
{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse
{
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}
.main_image a.show
{
	background-position: left bottom;
}

.image_thumb
{
	background: #f0f0f0;
}
.image_thumb img
{
	border: 1px solid #ccc;
	background: #fff;
	float: left;
}
