/* GALLERY */

.category-thumbnails {
	position:relative;
	float:left;
	margin:10px;	
	text-align:center;
}
.thumbnails {
	margin-bottom:10px;
}

div.thumbnails img{	
	border:3px solid #FC9003;
}
.gallery-title {
	background-color:#f5f5f5;
}
.gallery-thumbnails {
	position:relative;
	float:left;
	margin:0px 10px 10px 0px;	
	text-align:center;
}	
.gallery-thumbnails img {
	border:3px solid #EBEBEB;
}

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}