
#gallerycontainer a
{
	border-bottom: 0px;
}

img.gallery
{	
	height: 100px;
	padding: 0px;
	padding-right: 10px;
}

.thumbnail img
{	
	padding: 0px;
	padding-right: 10px;
	border-bottom: 0;
}

.thumbnail a
{
  border: none;
}


.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #999999;
padding: 0px;
left: -1000px;
border: 0;
visibility: hidden;
color: black;
text-decoration: none;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 0;
}

#gallerycontainer
{
	width: auto;
	height: 120px;
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	/*border-bottom: 1px solid #dddddd;*/
	
}

#gallerycontainer p.caption
{
	width: 100px;
	height: 10px;
	text-align:left;
	font-size: 10px;
	color: #cccccc;
}

#gallerycontainer ul
{
	list-style-type: none;
}

#gallerycontainer li
{
	display: inline;
}

