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

.smallimages {
	width: 325px;
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	line-height: 14px;
}

.thumbnail img{
	margin: 8px;

}

.thumbnail:hover{
	background-color: transparent;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;

}

.thumbnail span img{ /*CSS for enlarged image*/
	border: 6px solid #333333;
	padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 34%; /*position where enlarged image should offset horizontally */
	top: 97px;
	z-index: 50;

}
