html {
	width:100%;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fce7ce;
}
.turntool{
	display: inline;
	float:left;
	width:800px;
	height:500px;
}

.maindiv {
	text-align:center;
}

.objListEven { background-color:#f0f0f0; }
.objListOdd { background-color:#f6f6f6; }
.objectListLess { float:left; cursor:pointer; cursor:hand; display: block; background-color:#f0f0f0; padding:0px 5px 0px 5px;}
.objectListMore { float:right; cursor:pointer; cursor:hand; display: block; background-color:#f0f0f0; padding:0px 5px 0px 5px;}
.objectListMoreLessHidden { display:none; width:0px; height:0px;}



