body {
	background: #1d1d1d;
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
}

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;
	width: 664px;
	margin: 0 auto;
    padding: 7px;
    background: #cecece;
    border: 1px outset #aaaaaa;
}

a {color: #fff;}

/*--Main Image Preview--*/

.main_image {
/*    width: 500px; */
	width: 544px; 
	height: 485px;
	float: left;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.main_image img {
    min-width: 100%;
    min-height: 100%;
}

.main_image .block {
    background: #002e51 !important;
    -moz-opacity: 0.75 !important; 
    filter: alpha(opacity=75) !important; 
    opacity: 0.75 !important;
}

.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}

.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;  
}

.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}

.main_image .block small {
    margin-left: 10px;
}

.main_image .desc {
    position: absolute;
    bottom: 0;	left: 0;
    width: 100%;
    display: none;
}

.main_image .block {
	width: 100%;
	background: #111;
}
.main_image a.collapse {
	background: url(../images/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 {
	float: right;
	width: 120px;
	overflow: hidden;
}     

.image_thumb ul {
	margin: 0; 
    padding: 0;
	list-style-type: none;
}

.image_thumb ul li {
	margin: 0; 
    padding: 4px;
	background: #f0f0f0;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #ffffff;
    cursor: pointer;
    display: block;
    float: none;
}

.image_thumb ul li.hover {
	background: #dadada;
}

.image_thumb ul li.active {
/*	background: #fff;*/
}

.image_thumb ul li img {
    background: #ffffff;
    border: 1px solid #cccccc;
    display: block;
    float: none;
    height: 36px;
    width: 102px;
    padding: 3px;  
}

.image_thumb ul li h2 {
	font-size: 12px;
	margin: 5px 0; padding: 0;
}

.image_thumb ul li .block {
	float: right; 
	margin-left: 10px;
	padding: 0;
	width: 80px;
    display: none;
}	

.image_thumb ul li p{display: none;}

