
#testmenu {
	position: fixed;
	color: black;
	text: bold;
	top: 10px;
	
	cursor: pointer;
	background-color: lime;
	padding: 10px;
	border: solid 2px red;
}
#testmenu a:hover {
	background: yellow;
	}
#slideshow {
	position: fixed;
	left: 200px;
	top: 200px;
	height: 400px;
	width: 500px;
	background-color: lightgrey;
	padding: 10px;
	display: none;
	
}



#slideshow_menu	ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#slideshow_menu ul li {
	display: inline;
	white-space: nowrap;
	background-color: white;
}
/*#j_itemList ul{
	height: 200px;
	width: 200px;
	list-style-type: none;
	overflow: auto;
	background-color: lightgrey;
}*/
.title {
	cursor: pointer;
	}
#loading {
	position: fixed;
	height: 45px;
	width: 200px;
	padding-left: 55px;
	padding-top: 18px;
	border: 2px dotted red;
	background: url(i/loading.gif) yellow left center no-repeat;
	overflow: hidden;
	
	margin-top: 320px;
	margin-left: 290px;	
	display: none;
	z-index: 10000;
	color: red;
	font-family: sans-serif;
	
	}

.levitip {
	background-color: #ABD3DE;
	border: 1px solid #000;
	font-size: 0.8em;
	font-weight: bold;
	opacity: 0.8;
	padding: 2px 5px;
}

#tooltip {
	
	display: none;
	
	
}
#tooltip div.header {
	background-color: #F4E8DB;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.tip {
	padding: 2px;
	background-color: yellow;
	border: thin solid #000;
}
.tip .header {
	border-bottom: thin solid #000;
	font-weight: normal;
	text-align: center;
}
#hellodiv {
	background-color: #eee;
	float:right;
	width:300px;
}
#hellodiv.hover {
	background-color: #f88;
}
#clicktip{
	color: blue;
	text-decoration: underline;
}

