/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	list-style: none;
}

.hoverbox h1
{
	font-size:14px;
}

.hoverbox h3
{
	font-size:12px;
}

.hoverbox a
{
	text-decoration: none;
	font-size:9px;
	border-bottom:none;
}

.hoverbox a .preview
{
	display: none;
	text-decoration: none;
	font-size:9px;
	border-bottom:none;
}

/*.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	font-size:9px;
	border-bottom:none;
	text-decoration: none;
}*/

.hoverbox img
{
	background:#036 url(../images/hover_li_bkgrnd.jpg) repeat-x;/*#9cf*/
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 120px;
	height: 120px;
	text-decoration: none;
}

.hoverbox li
{
	background:#036 url(../images/hover_li_bkgrnd.jpg) repeat-x;/*background: #49769d;*/
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 12px 12px 4px 12px;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-align:center;
	width: 135px;
	font-size:10px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 125px;
	height: 125px;
	text-decoration: none;
}

/*  - - -  START PANORAMIC IMAGE STYLING  - - -  */

.panobox
{
	list-style: none;
}

.panobox h1
{
	font-size:14px;
}

.panobox h3
{
	font-size:12px;
}

.panobox a
{
	text-decoration: none;
	font-size:9px;
	border-bottom:none;
}

.panobox a .preview
{
	display: none;
	text-decoration: none;
	font-size:9px;
	border-bottom:none;
}

.panobox img
{
	background:#036 url(../images/hover_li_bkgrnd.jpg) repeat-x;/*#9cf*/
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 600px;
	height: 120px;
	text-decoration: none;
}

.panobox li
{
	background:#036 url(../images/hover_li_bkgrnd.jpg) repeat-x;/*background: #49769d;*/
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin: 12px 12px 4px 2px;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-align:center;
	width: 605px;
	font-size:10px;
}
