.preview .www {
	color:#fff;
	background: url(images/mark_name.gif) no-repeat 0 14px;
	margin-left:14px;
	padding:7px 0 0 6px;
}

.preview .www a {
	color:#fff;
	text-decoration:none;
}

.preview .www a:hover {
	color:#fff;
	text-decoration:underline;
}

.preview .picture {
	padding:14px 7px 0 7px;
	height:129px;
	width:171px;
}

.thumbnail{position: relative; z-index: 0;}
.thumbnail:hover{background-color: transparent; z-index: 50;}
.thumbnail span{/*CSS for enlarged image*/position: absolute; background-color: White;padding-right: 5px;padding-top: 15px;padding-left: 15px; padding-bottom: 5px; left: -1000px; border: 1px solid gray; visibility: hidden; color: black; text-decoration: none; }
.thumbnail span img{/*CSS for enlarged image*/border-width: 0; padding: 2px;}
.thumbnail:hover span{/*CSS for enlarged image on hover*/visibility: visible; top: 0; left: 90px; /*position where enlarged image should offset horizontally */}
