
/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
a{text-decoration: none;}


h1{
	background: inherit;
	border-bottom: 1px solid #036;
	color: #036;
	font: 18px "ºÚÌå";
	margin: 0 0 10px;
	padding: 3;
	text-align: left;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -10px;
	left: -140px;
	z-index: 1;
}

.pcimg
{
	background: #fff;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 160px;
}

.hcimg
{
	background: #fff;
	padding: 2px;
	vertical-align: top;
	width: 180px;
	height: 120px;
}

.hoverbox li
{
	background: #eee;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border: solid #000 1px;
	width: 486px;
	height: 400px;
	background:#cccccc;
	color:#333;
}

.hoverbox #content{text-align:center; width:486px; height:80px; overflow:auto;}

.hoverbox .previewimg
{
	width: 480px;
	height: 320px;
	text-align:center;
}