/*

*
{
	border: 0;
	margin: 0;
	padding: 0;
}
----------------------------------------------------------------------*/

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

  

/* =Hoverbox Code
----------------------------------------------------------------------*/

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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a .previewvert
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 33px;
	left: 45px;
	z-index: 1;
}

.hoverbox a:hover .previewvert
{
	display: block;
	position: absolute;
	top: 33px;
	left: 45px;
	z-index: 1;
}


.hoverbox img
{
	background: #fff;
	border-color: #760c16;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox img .previewvert
{
	background: #fff;
	border-color: #760c16;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 150px;
}


.hoverbox li 
{
	background: #fff;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}


.hoverbox .preview
{
	border-color: #525f3c;
	width: 300px;
	height: 225px;
}

.hoverbox .previewvert
{
	border-color: #525f3c;
	width: 300px;
	height: 400px;
}




.spacer1 {width: 600px; height: 350px;}

.spacer2 {width: 600px; height: 450px;}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; height:0; font-size: 1px; line-height: 0px;}