#gallery {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#gallery + *{
	clear: left;
}

#gallery ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 99;
	position: relative;
	overflow: visible;
}

#gallery > li ul {
	text-align: left;
}

#gallery li {
	position: relative;
	width: 104px;
	height: 104px;
	background: transparent url("../includes/category.png") top center no-repeat;
}

#gallery > li {
	margin: 0px;
	float: left;
	text-align: center;
}

#gallery li a {
	width: 104px;
	height: 13px;
	display: block;
	text-decoration: none;
	color: #2593cc;
	padding: 64px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

#gallery .gallery_image {
	margin-right: 10px;
}

#gallery .gallery_image img {
	padding-bottom: 5px;
}

#gallery .gallery_image a {
	padding: 0px 0px 0px 0px;
}

.gallery_img {
	width: 400px;
}




.gallery_left {
	width: 84px;
	float: left;
}

.gallery_center {
	width: 420px;
	float: left;
}

.gallery_center .imagecon {
	text-align: center;
}

.gallery_right {
	width: 84px;
	float: right;
}