html, body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
}
html {
	overflow: auto;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #b3b3b3;
}
a:active {
	color: #b3b3b3;
}
#markziselson {
	margin-top: 6px;
	margin-bottom: 20px;
}
.mov {
	cursor: pointer;
	font-size: 14px;
}
#cats {
	margin-top: 20px;
}
#thumbs img {
	margin: 2px;
	background: url(../images/spinner.gif) no-repeat center center;
}
#mrg {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 30px;
	background-color: #FFFFFF;
	z-index: 1;
}
#content {
	position: absolute;
	top: 0px;
	left: 30px;
	height: 100%;
	width: 800px;
	white-space: nowrap;
}
.image100 {
	height: 100%;
	min-width: 180px;
	margin-right: 10px;
	background: url(../images/spinner.gif) no-repeat center center;
}
.tooltip {
	padding: 5px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #464646;
	opacity: 0.85;
	filter: alpha(opacity=85);
}