/*a{
	text-decoration: none;
}
*/
.hoverbox
{
	cursor: default;
	list-style: none;

}
.hoverbox a
{
	cursor: default;
}
.hoverbox a .preview
{
	display: none;
}
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top:20px;
	left:30px;
	z-index: 1;
}
.hoverbox img
{
	color: inherit;
	vertical-align: bottom;
	border:0px;
}
.hoverbox li
{
	color: inherit;
	float: left;	
	padding: 0px;
	position: relative;	
}
.thumbFrame{
overflow:hidden;
width: 108px;
height: 108px;
margin:0px 15px 15px 0px;
}
.preview{	
	background: #000000 url(/images/layout/galleryPreviewBG.gif) top left no-repeat;
	padding:30px;
	border:0px;
}
