﻿/* Gallery styles */
/* {margin: 0; padding: 0; outline: none;}*/
img {border: none;}

.slider_space {
	overflow: hidden;
	width: 650px;
	margin: 0 auto;
	background-color:#d4c0ad;
	z-index:1;
	position:relative;
}
a {color: #cc6600; font-weight:bold;}

/*--Main Image Preview--*/

.main_image {
	width: 650px;
	height: 300px;
	float: left;
	background: #d4c0ad;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-top:0px;
	padding-top:0px;
	z-index:1;
}
.main_image h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: -8px 0 0px; padding: 10px;
	padding-left:15px;
	line-height:26px;
	text-align:left;
}

.main_image p {
	font-size: 1em;
	padding: 10px;
	margin-top:-20px;
	padding-left:15px;
	line-height: 16px;
	text-align:left;
}

.date {
	font-size: 9pt;
	margin: -30px 25px 0 0px; padding: 0px;
}

.block_small { 
	padding: 0 0 0 10px; 
	font-size: .8em; 
}
.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;
	border-top: 1px solid #000;
	height:70px;
}
.main_image a.collapse {
	background: url('/images/overlay_btn.png') 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: left;
	width: 100%;
	background: transparent;
	height:110px;
}
.image_thumb img {
	border: 3px solid #fff; 
	padding: 0px; 
	float: left;
	width:140px;
}
.image_thumb ul {
	margin: 0; padding:0;
	list-style: none;
	width:650px;
}
.image_thumb ul li{
	margin:0; padding: 10px 10px;
	width: 140px;
	float: left;
}
.image_thumb ul li.hover {
	cursor: pointer;
	background: transparent;
}
.image_thumb ul li.active {
	background: transparent;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: .8em;
	margin: 7.5px 0; padding: 0;
	visibility:hidden;
}
.image_thumb ul li .block {
	margin-left: 30px;
	padding: 0;
	width: 140px;
	height:65px;
}	
.image_thumb ul li p{display: none;}
	

/* The styles below are only necessary for the demo page */
#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:650px;
	position:relative;}
	
/* Nav slider buttons & overlay */

