

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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -310px;
	left: -145px;
	z-index: 50;
}

.hoverbox img
{
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	background-color:#000;
	width: 400px;
	height: 300px;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

#sidebox {
	margin: 15px auto 25px;
	width:625px;
	background: url(images/br.gif) no-repeat bottom right;
	font-size: 100%;
}

#boxhead {
	background: url(images/tr.gif) no-repeat top right;
	margin:0;
	padding: 0;
	text-align: center;
}

#boxhead h2 {
	background: url(images/tl.gif) no-repeat top left;
	margin: 0;
	padding: 22px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	letter-spacing:10px;	
	font-variant:small-caps;
	color:#000;
}

#boxbody {
	background: url(images/bl.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px;
	text-align:center;
}

#shadow {
	height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
}