div.webthumb-popup {
	visibility: hidden;
	position: absolute;
	width: 200px;
	top: 10px;
	left: 10px;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	padding: 2px;
	box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	-moz-box-shadow: 0 0 10px #888;

}

	div.webthumb-popup div.webthumb-thumb {
		width: 200px;
		height: 148px;
		padding: 0;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: top center;
	}

	div.webthumb-popup div.webthumb-title {
		color: #888;
		font-size: 10px;
		text-align: center;
		padding: 2px 0 0 0;
		font-family: arial,helvetica,sans-serif;
	}

