/* CSS Document */
body {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.thumbs {
	clear: both;
	margin: 10px auto;
}
.thumbnails div {
	
	
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
	display: inline;
}
.thumbnails img {
	top: 0px;
	left: 0px;

	
	z-index: 1;
	border: 1px solid #009900;
	cursor: pointer;
	
}
.preview {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 20px;	

}
.demoDiv{
	background-color:#333333;
	height:25px;
	overflow:hidden;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;


}

#overDiv{
	position:absolute;
	visibility:hidden;
	z-index:3000;
	font-size: 16px;
	background-color: #666666;

}

#log{
	height: auto;
	width: 500px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}