/* Start of CMSMS style sheet 'galleryh' */
ul.gallery {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
}

li.gallery {
margin: 0px;
padding:8px;
width: 100px;
height: 100px;
float: right;
clear: right; 
list-style: none;
border:0px dotted #00FF00;
background:url("uploads/border.png") center top no-repeat;

}


li.gallery img {
padding:0px;
margin: 0px;
list-style: none;	
width: 100px;
height: 100px;
text-align: center;
}


/* End of 'galleryh' */

