/* splash image */
.bigpreviewsplash
{
	background-image: url('img/splashbg.gif');
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
}

.bigpreview
{
	background-color: #ffffff;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 100;
}

.bigpreviewin
{
	margin: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

a.bigpreviewlink { color: #000000; font-size: 9pt; text-decoration: underline; font-weight: normal; }
a.bigpreviewlink:hover { color: #212121; font-size: 9pt; text-decoration: underline; font-weight: normal; }