/* gallery css */
#gallery {
	position: relative;
	overflow: hidden;
	width: 610px;
	height: 86px;
	background: #000;
}

#gallery_frame {position: relative;}
#gallery_previous {position: absolute; top:0; left:0; height:86px;}
#gallery_next {position: absolute; top:0; right:0; height:86px;}
#gallery_content {
	position: absolute;
	top: 0;
	margin-left: 20px;
}

#gallery_content, 
#gallery_content li {
	list-style: none;
	margin: 0;
	padding: 0;

}

#gallery_content {
	width: 5418px;
}

#gallery ul li {
		display: block;
		float: left;
		margin: 5px;
		padding: 5px;
		border: 1px solid #666;
		background-color: #000;
}

#gallery ul li img {
	display: block;
}