ul#gallery
{
	float: left;
}

ul#gallery, #gallery ul{
/*Remove all spacings and bullets*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#gallery li{
	float: left;
	padding: 5px;
	margin: 8px;
/*	width: auto;*/
/*	height: auto;*/
/*	border: 1px solid transparent; */
	border: 1px solid #fff;
}

ul#gallery li ul{
	padding: 0;
	margin: 2px; 
/* may be adjusted images*/ 
/*	border: 1px solid #000;*/
/*	background-color: #fff;*/
	color: #542d1c;
	font-size: 10px;
/*	max-width: 80%;*/ /*prevent the popups from being too wide*/
}

ul#gallery li ul li
{
	float: none;
	border: none;
	margin: 0px; 
	padding: 0;
	text-align: center;
}

ul#gallery li:hover{
/*	background-color: transparent; */
	border-color: #542d1c; 
}

ul#gallery li:hover ul{
	display: block;
	list-style-type: none;
/*	color: #FF4C00; */
}

ul#gallery img{
	/*width: 148px;*/
	/*height: 48px;*/
/*	display: block; */
	margin: auto;
}

img,a img{
/*Remove borders from images*/
	border: 0;
}

div.clear{
/*clear the floats*/
	clear: both;
}

ul#gallery:after{
content: ".";
display: block;
height: 0;
overflow: hidden;
clear: both;
visibility: hidden;
}
