@CHARSET "UTF-8";
.gallery-list-item{
	border:1px solid #CCCCCC;
	padding:5px;
	float:left;
	margin:5px;
	text-align:center;
	overflow:hidden;
	height:75px;
}

.gallery-list-item:hover{
	background-color:#b3152e;
}

.gallery-list-detail{
	border:1px solid #CCCCCC;
	padding:10px;
	text-align:center;
}

.gallery-caption{
	text-align:center;
	padding:5px;
}

.gallery-navigation{
	padding:10px;
	text-align:center;
}
#sub-category a:hover{
	color:#FFFFFF;
	}

 #sub-category a img {
	height:120px;
	width:160px;
}

.category-gallery-list-item{
	border:1px solid #CCCCCC;
	padding:5px;
	float:left;
	margin:5px;
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Arial, Helvetica, "Lucida Console";
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

.category-gallery-list-item:hover{
	background-color:#b3152e;
}
	/*width: 200px; 
	 height: 150px;
	 
}



#sub-category span {
	font-family: "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Arial, Helvetica, "Lucida Console";
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #b3152e;
}

*/