@charset "utf-8";
/* CSS Document */
DIV#info_box {
	POSITION:relative;
	MARGIN:0;
	padding:0;	

} 

DIV.holder {
	MARGIN:0;
	padding:0;
}
/*
DIV.holder IMG {
	PADDING:0; 
	MARGIN:0;
}
*/
DIV.info_panel {
/*	top: 30px;
	left: 20px;*/
	VISIBILITY:hidden;
	POSITION:absolute;
	z-index: 8889;
}

DIV.holder:hover DIV.info_panel {
	VISIBILITY:visible;
/*	top: 30px;
	left: 20px;*/
}

DIV.holderHover DIV.info_panel {
	VISIBILITY:visible;
	/*top: 20px;*/
}

DIV.holder {
	BEHAVIOR: url(css/info_hover.htc)
}


