/* Start of CMSMS style sheet 'Fuste Gallery' */
a.lightbox, .lightbox a, #content a.lightbox, #content .lightbox a {text-decoration:none; color#fff;}
a.lightbox:hover {text-decoration:none; color:#fff;}

ul.picturelist,.picturelist, ul.picturelist a
{
	margin-left:0;
	padding-left:0;
	list-style-type: none;
}

/* Album and Picture Lists */
.thumb, #content .thumb a, li.thumb, li.thumb a
{
	padding:0;
	width:auto;
	margin:0/*0.5em 0.5em 0*/;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	/* text-align:center; */
	
}

.thumb img,.thumb a img,.thumb a:link img, img.thumb
{
/* Set link formatting*/
	/* width:100px; */
/* Thumb width*/ 
	/*height:72px;*/
/* Thumb height*/
	padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

img.thumb a:visited,.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

img.thumb a:hover,.thumb a:hover img
{
	background-color:#e5e5e5;
/*Background of thumb on hover - sort of light blue/green */
}
/* End of 'Fuste Gallery' */

