
#gallery {
	width:980px; 
	position:relative; 
	height:70px; 
	padding-top:410px; 
	margin:0 0px 0px 0px; 
}

#gallery img.left {
	background:#fff; 
	float:left;
	cursor:pointer;
	margin: 13px;
	padding: 0 0 0 360px;
}

#gallery img.right {
	width:22px; 
	height:39px; 
	background:#fff; 
	float:left;
	cursor:pointer; 
	margin: 13px;
}

#gallery ul {
	list-style:none; 
	padding:0; 
	margin: 21px 0 0 0; 
	float:left; 
}

#gallery ul li {
	display: inline; 
	width: 25px; 
	height: 25px; 
	float: left; 
	margin: 0 5px; 
	cursor: pointer;
}

#gallery ul li.hide {
	display:none;
}

/* using background images */

#gallery ul li.th1, #gallery ul li.th2, #gallery ul li.th3, #gallery ul li.th4, #gallery ul li.th5, #gallery ul li.th6 {
	background:url(images/slideShow_diamondOff.png) no-repeat;
}

/* remove visibility:hidden; if you want to use the original images as thumbnails */

#gallery ul li img {
	visibility:hidden; 
	display:block; 
	width: 25px; 
	height: 25px;
}

#gallery ul li .gallery_text {
	display: none; 
	position: absolute; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #343235; 
	font-size: 22px;
	text-align: left;
}

#gallery ul li .gallery_text h1{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #343235; 
	font-size: 22px;
	margin: 0 0 10px 0;
}

#gallery ul li .gallery_text h2{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #343235; 
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px 0;
}

#gallery ul li .gallery_text p{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #343235; 
	font-size: 14px;
	line-height:20px;
}

.gallery_desc {
	font-size: 12px;
}

#gallery ul li b {
	font-size: 26px;
}

#gallery ul li.chosen {
	cursor:default;
	background:url(images/slideShow_diamondOn.png) no-repeat;
}

#gallery ul li.chosen div {
	position:absolute; 
	left:0; 
	top:0; 
	width:940px; 
	height:260px;
	padding: 0 20px 0 20px;
}

#gallery ul li.chosen div i {
	display:table-cell; 
} 

#gallery ul li.chosen div i img {
	visibility:visible; 
	width:auto; 
	height:auto; 
	border: 1px solid #fcb03c; 
	margin:0 auto;
}

#gallery ul li.chosen .gallery_text {
	display:block;
	position: absolute;
	top: 0px;
	left: 350px;
	width: 600px;
	padding: 0px 20px 0 10px;
}