#gallery {
	position:relative;
	height:300px;
	width: 600px;
	margin: 10px 0 7px 0;
	border: 1px solid #D0E853;
	overflow: hidden;	
}

#gallery .galleryObjects {
	position:relative;
	height:300px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#gallery .bigImg {
	position:relative;
	display: block;
	text-decoration: none;
	height: 300px;
	z-index: 599;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#gallery .bigImg  img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#gallery .content {
	z-index:600; 
	background-color: #e8e9e9; 
	color:#000; 
	height:113px;
	width: 590px;
	position:absolute;
	bottom: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	border: 0px;
}

#gallery .content div.desc ,
#gallery .content div.desclong{ 
	float: left;
	width: 250px;
}

#gallery .content div.desclong{
	width: 580px;
}
	
#gallery .content div.desc h3 ,
#gallery .content div.desclong h3{ 
	margin:0;
	padding:0;
	color: #fc7300;
}

#gallery .content div.buy { 
	float: right;
	width: 200px;
}

#gallery .content div.buy a.buy, #gallery .content div.buy a.details {
	display: block;
	float: left
}

#gallery .content div.bottom a.details{
	position: absolute;
	right: 5px;
	bottom: 10px;	
}

#gallery ul, #gallery ul li { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gallery ul { 
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 601;
}

#gallery ul li { 
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	text-align:center;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	margin: 0 1px 0 0;
	cursor: pointer;
}

#gallery ul li a {
	display: block;
	background: #fff;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 15px;
}	  

#gallery ul li a.activeSlide { 
	background: #000;
	color: #fff;
}