ul li img	{ margin: 2px 0 0 0; border: none }

.iconlist	{ list-style-type: none;
		  margin: 0;
		  padding: 0; }

li.image, li.locked	{ background-repeat: no-repeat;
			  background-position: 0 50%;
			  padding: 0 0 0 20px;
			  margin: .4em 0; }
li.image		{ background-image: url(/icon/image.png) }
li.licked		{ background-image: url(/icon/locked.png) }

/* Thumbnail lists */
.thumbbox			{ float: left;
				  width: 175px;
		  		  /* padding-left: 10px; padding-right: 10px; padding-bottom: 10px; */
				  margin: 0 10px 10px; }

.thumbbox .imgbox		{ height: 180px;
				  position: relative; }
.thumbbox .imgbox .align  	{ text-align: center; width: 100%;
				  position: absolute; bottom: 0; }

.thumbbox .caption		{ text-align: center; height: 2em; display: block }

.caption			{ display: block; }
/*.thumbbox:hover			{ text-decoration: underline; border: #eeebe5 solid 2px;
				  margin: 0px 8px 8px;}*/
.thumbbox, .imgbox, .align	{ display: block; }

div.spacer			{ clear: both; }

/* Thumbnail images */
img.thumbnail, .thumbbox img	{ border: none; }
