@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0; outline: none;}
img {border: none;}
#slidecontent {
	margin: 0 0 0 10px;
}

#slidecontent h1 {
	font: 3em normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background: #f0f0f0;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
#slidecontent .bgcontainer {
	overflow: hidden;
	width:440px;
	height:0px;
/*	background: #333;
	margin: 0 auto;*/
}
#slidecontent a{
	color: #fff;
	text-decoration:none;
}
/*--Main Image Preview--*/
.main_image {
	width: 978px; 
    height: 278px;
	float: left;
	background: #333;
	position: relative;/**/
	overflow: hidden;
	color: #fff;
	z-index:1;
	-webkit-box-shadow: 2px 5px 6px rgba(0, 0, 0, .6);
	-moz-box-shadow: 2px 5px 6px rgba(0, 0, 0, .6);
	box-shadow: 2px 5px 6px rgba(0, 0, 0, .6);
}
.main_image h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 0 0;	padding: 0px 10px;
}
.main_image h2 a{
	font-weight: normal;
}
.main_image p {
	font-size: 1.2em;
	padding: 0 10px 5px 10px;	margin: 0;
	line-height: 1.4em;
	color:white;
}
.block small { 
	padding: 0 10px 0 0; 
/*	background: url(http://www.sohtanaka.com/web-design/examples/image-rotator/icon_calendar.gif) no-repeat 0 center; */
	font-size: .9em;
	float:right;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 900px;
	display: none;
}
.main_image .block{
	width:360px;
	background:#111;
	float:right;
	position:relative;
	margin:0 -78px 0 0;
}
.main_image a.collapse {
/*	background: url(http://www.sohtanaka.com/web-design/examples/image-rotator/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;
	margin: -258px 28px 0 0; /* -258px 28px 0 0for ff and chrome
	width: 55px;
	height:0px;
	z-index:40;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;*/*/
}
.image_thumb img {
/*	border: 1px solid #ccc; 
	padding: 3px; 
	background: #fff; 
	float: left;*/
}
.image_thumb ul {
/*	margin: 0; padding: 0;
	list-style: none;*/
}
.image_thumb ul li{
/*	margin-bottom: 0; 
	width: 65px;
	float: left;
	background: #f0f0f0 url(http://www.sohtanaka.com/web-design/examples/image-rotator/nav_a.gif) repeat-x;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding: 0 9px 12px 10px;
	border-right: 1px solid #ccc;
	opacity: 0.65; 
	-ms-filter: "alpha(opacity=65)";*/
	list-style: none;
}
.image_thumb ul li.hover {
/*	cursor: pointer;*/
}
.image_thumb ul li.hover img { opacity: 0.95; -ms-filter: "alpha(opacity=95)"; zoom: 1; }
.image_thumb ul li.active {
/*	cursor: default;
	opacity: .99; 
	-ms-filter: "alpha(opacity=99)";*/
}
html .image_thumb ul li h2 {
	display: none;
	font-size: 1.3em; 
	margin: 3px 0 0 0; 
	padding: 2px;
}
.image_thumb ul li .block {
/*	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 122px;*/
}	
.image_thumb ul li p{display: none;}
