
/*--Main Image Preview--*/
#main
{
	float: left;
	width:700px;
	padding-bottom: 20px;
	position: absolute;
	top:75px;
	left:20px;
	border-bottom: 2px dotted #e6c7a4;
}
.main_image {
	width: 300px; 
	height: 400px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	border: 3px solid #F8F3ED;
}
	.main_image img
	{
		position: absolute;
		top:0px;
		left:-60px;
		
	}
.main_image .block{
	width: 100%;
	height:50px;
	background: #ccc;
	text-align:center;
	position: absolute;
	bottom:0px;
	left:0px;
}
	.main_image .block span
	{
		font-size:14px;
		color: #404040;
		font-weight: bold;	
		position: relative;
		top:15px;
	}
.main_image a.collapse {
	background: url(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;
	width: 80px;
	margin-top:0px;
	margin-left:30px;
}
.image_thumb img {
	border: 3px solid #F8F3ED; 
	margin-bottom: 5px; 
	background: #fff; 
	float: left;
}
	.image_thumb img:hover
	{
		border: 3px solid #ddd;	
	}
.image_thumb ul {
	list-style: none;
}
.image_thumb ul li{
	width: 100px;
	float: left;
	padding-bottom:5px;
}

.image_thumb ul li.active {
	width:100px;
	cursor: default;
}

.image_thumb ul li .block {
	float: left; 
	padding: 0;
	width: 80px;
	font-size:11px;
	color: #404040;
	text-align: center;
	position: relative;
	bottom:5px;
}	
.image_thumb ul li p{display: none;}


#chiavari_display
{
	float: left;
	width:80px;
	height:80px;
	position: absolute;
	bottom:43px;
	right:-2px;
	border: 1px solid #e6c7a4;
}
#bar_stools
{
	float: left;
	clear: both;
	width:100%;
	margin-top:120px;
}
/*#bar_stools ul
{
	float: left;
	margin-top:20px;
}
#bar_stools ul li
{
	float: left;
	display:inline;	
	margin-right:40px;
	
}
#bar_stools ul li img
{
	float: left;
	border: 3px solid #F8F3ED;
}
#bar_stools ul li span
{
	font-size:11px;
	color: #666;
	float: left;
	clear: both;
	width:128px;
	text-align:center;
}*/