/* 
	GRS Interneto projektai. Hover Gallery Engine v1.0
	Author: Gediminas S.
	All rights reserved by www.geriausias.lt GRS. For license contact with administrator.
	Tested with IE7, IE6, IE5.5, IE5.01 # Opera 9.23, Firefox Mozilla/5.0.
*/

.hoverbox{
	cursor: default;
	list-style: none;
}

.hoverbox a{
	cursor: default;
	position: relative;
}
.hoverbox a:hover{
	display: block;
	font-size: 100%;
	z-index: 1;
}
.hoverbox a .preview{
	display: none;
	
}

.hoverbox a:hover .preview{
	display:block;
	position:absolute;
	z-index:1;
	bottom:120%;
	right:0%;
	vertical-align:center;
		border-color: #ccc;
		border-style: solid; 
		border-width: 1px;
}

.hoverbox img{
	background: #fff;
	height: 75px;
	
		border-color: #ccc;
		border-style: solid; 
		border-width: 1px;
}

.hoverbox li{
	margin: 3px;
	padding: 1px;
	position: static;
}

.hoverbox .preview{	
	z-index:2;
	width: auto;
	height: auto;
}
