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

.hoverbox a
	{
	cursor: default;
	}

.hoverbox a .preview
	{
	display: none;
	}
	
.hoverbox a:hover {
	color: #ff5577;
	}

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

.hoverbox img /*ang mga thumbnail*/
	{
	background: #ffffff;
	padding: 5px;
	width: 80px;
	height: 60px;
	}

.hoverbox li
	{
	background: #303030;
	width: 100px;
	height: 75px;
	float: left;
	margin: 10px;
	position: relative;
	}

.hoverbox .preview /*Ang lalabas kapag naghover ang mouse sa thumbnail*/
	{
	border-color: #fff;
	width: 200px;
	height: 150px;
	}
	
.hoverbox p {
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0 5px 0 0;
	background: inherit;
	}