<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer img{
	border: 1px solid #CCCCCC;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width:120px;
}

.gallerycontainer img:hover
{
	background-color:#999999;

}

</style>
