@charset "UTF-8";
/* CSS Document */

#gallery-menu{
	background-color:#333;
	width:100%;
	max-width:192px;
	min-width:128px;
	padding:0px;
}

/*.gallery-category{
	height:auto;
	padding:10px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	margin:0px;
} */

#gallery-menu a.title{
	height:auto;
	color:#FFF;
	text-align:right;
	clear:both;
	display:block;
	padding:10px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-size-adjust:inherit;
	margin:0px;
}

#gallery-menu a.title:hover{
	background-color:#79228E;
}

.gallery-thumbs{
	width:100%;
	max-width:192px;
	min-width:128px;
	height:auto;
	padding-bottom:10px;
	clear:both;
	display:block;
}

.gallery-thumbs a img{
	float:left;
	width:33.3%;
	/* min-width:40px;
	max-width:60px; */
	height:inherit;
	padding:0px;
	margin:0px;
	display:block;
	text-decoration:none;
}

/* .gallery-thumbs a img{
	width:100%;
	min-width:100px;
	height:auto;
} */

	
