.gallerPosition {
	margin: 10px 0;
	position: relative;
}

.main_image {
	width: 980px; 
	height: 550px;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin: 0;
	top: 5px;
	z-index: 1;
}

.main_image h2 {
	font-weight: normal;
	margin: 0 0 5px;	
	padding: 10px;
}

.main_image p {
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
	color: #444444;
}

.main_image .desc{
	position: absolute;
	bottom: 0;	
	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 300px;
	/*background: #111;*/
	height: 450px;
	margin: 0 0 0 22px; 
}

.main_image.print .block {
	height: 310px;	
}

.main_image.brand .block {
	height: 370px;	
}

.main_image .block a {
	color: #666666;
}

.main_image .block a:hover {
	color: #FF2727;
}

.main_image img {
	float: right;
	top: 0;
	right: 0;
	position: absolute;
	
}




.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 {
	width: 300px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 27px;
	z-index: 99; 
}

.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 5px; padding: 0;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 60px;
	height: 60px;
	float: left;
	/*border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;*/
}
.image_thumb ul li.hover img {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active img {
	background: red;
	cursor: default;
}
html .image_thumb ul li h2 {
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.image_thumb ul li p{display: none;}

a.linkIcon {
	padding: 3px 20px 10px 0px;
	background: transparent url(images/linkIcon.gif) no-repeat top right;
}
