/*body {
	background: #1d1d1d;
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
}
* {margin: 0; padding: 0; outline: none;}
img {border: none;}
h1 {
	font: 3em normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background: url(http://www.sohtanaka.com/web-design/examples/image-rotator/h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
a {color: #fff;
}
*/
.container {
	/*overflow: hidden;*/
	width: 945px;
	margin: 0 auto;
}
#main {
	padding: 5px 0 0;
	/*background: #f0f0f0;*/
	/*border: 1px solid #ccc;*/
}
/*--Main Image Preview--*/
.main_image {
	float:left;
	background: transparent;
	position: relative;
	/*overflow: hidden;*/
	color: #fff;
}
 
.main_image h2 {
    color: #CCCCCC;
    font-family: lucida Grande,sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 5px;
	line-height: 20px;
}
.main_image p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#cecece;
	padding: 10px;	
	margin: 0;
	letter-spacing: 1px;
    line-height: 16px;
}
.block small { 
	padding: 0 0 0 20px; 
	font-size: 1em; 
	display: none;
}
.main_image .block small {margin-left: 10px;}
/*.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}*/
.desc{
	position: absolute;
	bottom: 0;	
	left: 820px;
	width: 280px;
	height:456px;
	/*display: none;*/
}



.main_image .block{
	width: 100%;
	/*background: #111;*/
	background-image:url(images/port_desc_bkgd.png);
	border-top: 0px solid #000;
}
.main_image a.collapse {
	background: url("images/btn_collapse.gif") no-repeat scroll left top transparent;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px;
	display:none;
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	/*position:absolute;
	top:680px;
	left:30px;
	display:inline;*/
	width: 900px;
	/*background: #f0f0f0;*/
	border-width:0px;
	overflow-x: scroll;
	overflow-y: hidden;
	height: 90px;
	padding-top:20px;
	padding-bottom:50px;
}
.image_thumb img {
	border: 0px solid #ccc; 
	padding-right: 10px;
	background:none;
	float: left;
}



/* FOR THE LIST WIHTIN THE SCROLLER*/

.image_thumb ul {
	height: 90px;
	margin: 0; 
	padding: 0;
	list-style: none outside none;
	width: 4000px;
	top: 0;
}
.image_thumb ul li{
	margin: 0; 
	padding: 10px;
	/*background: #f0f0f0 url(http://www.sohtanaka.com/web-design/examples/image-rotator/nav_a.gif) repeat-x;*/
	/*width: 130px;*/
	float: left;
	/*border-bottom: 1px solid #ccc;*/
	/*border-left: 1px solid #ccc;
	/*border-right: 1px solid #ccc;*/
	font-size:9px;
	line-height:16px;
	height: 61px;
}
.image_thumb ul li.hover {
	/*background: #ddd;*/
	cursor: pointer;
	background-image:url(images/bkgd_select.png);
	background-color:transparent;
	color:#1a1a1a;
}
.image_thumb ul li.active {
	/*background: #fff;*/
	background-image:url(images/bkgd_select.png);
	background-repeat:repeat-x;
	cursor: default;
	color:#1a1a1a;
}
HTML .image_thumb UL LI H2 {
	font-size: 9px;
    line-height: 16px;
    margin: 5px 0 5px 50px;
    padding: 0;
    vertical-align: top;
    width: 190px;
display:none;
}
.image_thumb ul li .block {
	/*float: left;*/ 
	margin-left: 10px;
	padding: 0;
	width: 150px;
	display: none;
}	
.image_thumb ul li p{display: none;}
