#showroom{
	position:relative;
}
#slideshow {list-style:none; color:#fff; display:none;}
#slideshow span {display:none}
#gallery {
	display:block;
	position:relative;
}
#showroom * {margin:0; padding:0}
#fullsize {
	width:470px;
	height:320px;
	padding:0 0 20px 0;
	border-bottom:1px solid #DFDFDF;
	overflow:hidden;
}

#image {
	background:url(../images/loader2.gif) no-repeat center center;
	text-align:center;
	width:auto;
	/* width:240px;
	float:left; */
}
#image img {
	z-index:25;
	/* width:240px; */
}
#information,#subinfo {
	float:left;
	color:#4D4D4D;
	padding-left:20px;
	opacity:1;
	overflow:hidden;
	width:210px;
}
#information h3 {font-size:14px; margin-top:0px !important}
#information p {padding:0}

#thumbnails {
	clear:both;
	margin-top:20px;
	height:126px;
	
}
#slideleft {
	float:left;
	width:32px;
	height:126px;
	background:url(../images/scroll-left.gif) left center no-repeat;
}
#slideleft:hover {
	background:url(../images/scroll-left-hover.gif) left center no-repeat;
}
#slideright {
	float:right;
	width:32px;
	height:126px;
	background:url(../images/scroll-right.gif) right center no-repeat;
}
#slideright:hover {
	background:url(../images/scroll-right-hover.gif) right center no-repeat
}
#slidearea {
	float:left;
	width:358px;/* 366px */
	margin:0 42px;/* 20px; */
	height:128px;
	position:relative;
	overflow:hidden;
	top:0;
}
#slider {position:absolute; left:0; height:126px}
#slider img {cursor:pointer; border:1px solid #DFDFDF; padding:0;}
div.thumbwraper {
	float:left;
	border:2px solid #DFDFDF;
	padding:8px !important;
}

#gallery a.gsublink {
	background:url(../images/dot.gif) no-repeat left center;
	width:15px;
	float:left;
	text-indent:-100px;
}
#gallery a.gsublink-active {
	background:url(../images/dot.gif) no-repeat -21px center;
	width:15px;
	float:left;
	text-indent:-100px;
}