/* =Hoverbox Code
----------------------------------------------------------------------*/
#hoverbox
{
	clear: both;
	cursor: default;
	list-style: none;
}

#hoverbox a
{
	cursor: default;
}

#hoverbox a .preview
{
	display: none;
}

#hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -105px;
	left: -50px;
	z-index: 1;
}

#hoverbox img
{
	clear: both;
	background: #fefecc;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin: 0px 5px 10px 0px;
	vertical-align: bottom;
	width: 100px;
	height: 75px;
}

#hoverbox li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
#hoverbox2
{
	clear: both;
	cursor: default;
	list-style: none;
}

#hoverbox2 a
{
	cursor: default;
}

#hoverbox2 a .preview
{
	display: none;
}

#hoverbox2 a:hover .preview
{
	display: block;
	position: absolute;
	top: -140px;
	left: -40px;
	z-index: 1;
}

#hoverbox2 img
{
	clear: both;
	background: #fefecc;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin: 0px 5px 10px 0px;
	vertical-align: bottom;
	width: 75px;
	height: 100px;
}

#hoverbox2 li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#hoverbox2 .preview
{
	border-color: #000;
	width: 150px;
	height: 200px;
}
#hoverbox3
{
	clear: both;
	cursor: default;
	list-style: none;
}

#hoverbox3 a
{
	cursor: default;
}

#hoverbox3 a .preview
{
	display: none;
}

#hoverbox3 a:hover .preview
{
	display: block;
	position: absolute;
	top: -300px;
	left: -50px;
	z-index: 1;
}

#hoverbox3 img
{
	clear: both;
	color: inherit;
	margin: 0px 5px 10px 0px;
	vertical-align: bottom;
	width: 250px;
	height: 250px;
}

#hoverbox3 li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#hoverbox3 .preview
{
	width: 360px;
	height: 360px;
}

#blanking
{
	clear: both;
	cursor: default;
	list-style: none;
}

#blanking img
{
	clear: both;
	color: inherit;
	margin: 0px 5px 10px 0px;
	vertical-align: bottom;
	height: 66px;
}

#blanking li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
}
