/*-------------------- Gallery ------------------*/
.gallery-bound{
	padding-top:10px;
	width:98%;
	padding-left:10px;
}
.gallery-content{
	width:155px;
	height:165px;
	float:left;
	border:1px solid #EAEAEA;
	margin:5px;
}
.gallery-title,.gallery-title a{
	text-transform:uppercase;
	color:#E24147;
	font-weight:bold;
	font-size:14px;
	padding:10px 0px 10px 0px;
}
.gallery-image{
	padding:10px 5px 0px 4px;
	text-align:center;
}
.gallery-image IMG{
	width:130px;
	height:110px;
}
.gallery-category-content{
	width:235px;
	height:175px;
	float:left;
	margin:5px;
}
.gallery-category-image IMG{
	width:225px;
	height:145px;
	padding:3px;
	border:1px solid #DAD2D2;
}
.gallery-name{
	padding:5px;
	text-align:center;
	color:#3E3E3E;
	font-family:tahoma;
}
.gallery-paging
{
	clear:both;
	text-align:center;
	padding-top:30px;
}
.gallery-view-all,.gallery-view-all a, .gallery-view-all a:hover, .gallery-view-all a:visited{
	text-decoration:none;
	color:#767375;
	font-size:13px;
	float:right;
	padding-right:8px;
}


