
/*************************************************************************************************************
                         ShowRoom 
 *************************************************************************************************************/
#showroom { width:600px; height:670px; float:left; margin-left:28px; }

.main_image { background:#333; color:#fff; float:left; margin-bottom:5px; position:relative; width:440px; height:660px; overflow:hidden; }
.main_image h2 { font:normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;	margin:0; padding:6px; }
.main_image p  { font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;	line-height:16px; margin:0; padding:2px; }

.block small { background: url(icon_calendar.gif) no-repeat 0 center; font-size:1em; padding:0 0 0 20px; }

.main_image .block small { margin-left:10px; }
.main_image .desc{ display:none; bottom:0; left:0;  position:absolute;width:100%; }
.main_image .block{	background:#111; border-top:1px solid #000; width:100%; }
.main_image a.collapse { background:url(imgns/btn_collapse.png) no-repeat left top; height:27px; width:93px; 
                         text-indent:-99999px; position:absolute; top:-27px; right:5px; }
.main_image a.show { background-position:left bottom; }

                         
/*********************** thumbs **************************************************************************/
.image_thumb { background:none; border-right:0px solid #2A6257;	border-top:0px solid #fff; float:left; width:160px; height:500px; }
.image_thumb img { background:#fff; border:1px solid #fff; float:left; padding:0px; width:80px; height:105px; }
.image_thumb ul { display:inline; list-style-type:none; margin:0;	padding:0; }

.image_thumb ul li{ background: #fff url(nav_a.gif) repeat-x; border-bottom:1px solid #fff;	border-top:1px solid #fff;
                    display:inline; float:left; margin:0; margin-right:0; padding:0; width:80px; height:105px; }

.image_thumb ul li.hover { background:#fff; cursor:pointer; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7; }
.image_thumb ul li.active { background:#C33301; cursor:default; filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3; }
html .image_thumb ul li h2 { font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif; display:none; margin:5px 0; padding:0; }
.image_thumb ul li .block { float:left; display:table; margin-left:10px; padding:0;	width:70px; }
.image_thumb ul li p { display: none; }
