
/* =Hoverbox Code
----------------------------------------------------------------------*/
#ugo{

background:#ccc;
height:160px;
weight:100%;
border:3px solid #999;

}


.hoverbox
{
	cursor: default;
	list-style: none;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:100%;
	background:transparent;
}



.hoverbox a
{
	cursor: default;
}

.hoverbox li .preview
{
	display: none;
}

.hoverbox li:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	border:4px solid red;
}

.hoverbox li.first:hover .preview{
	left: 0px;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 3px;
	color: inherit;
	padding: 3px;
	vertical-align: top;
	width: 200px;
	height: 100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 7px;
	padding: 6px;
	position: relative;	
}

.hoverbox .preview
{
	border-color: purple;
	width: 260px;
	height: 260px;
}

.one {
     background:black;
     width:260px;	
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
     -moz-opacity:0.70; 
     position:absolute;
     top:0;
     left:0;
	 margin:0;padding:0;
 }
 
 .two{
	width:260px;
	color:#FFF;
	text-align:left;
 }
 
 .two h4{
	margin:0;padding:0;
	font-size:16px;
	color:red;
	font-weight:bold;
	text-align:center;
	padding-bottom:2.5px;
	padding-top:2.5px;
	border-bottom:1px solid #aaa;
 }
 
 .two p{margin:5px;padding:0;color:#FFF;font-family:verdana;font-size:12px;}
 
 .two a{font-family:verdana;color:#FFF; text-decoration:underline;cursor:pointer;cursor:hand;line-height:15px;}
 .two a:visited{font-family:verdana;color:#FFF; text-decoration:underline;cursor:pointer;cursor:hand;line-height:15px;}
 .two a:hover{font-family:verdana;color:#FFF;text-decoration:underline;cursor:pointer;cursor:hand;}
 
 .two a.hovlink{font-weight:normal;text-decoration:none;line-height:14px;}
 .two a.hovlink:visited{font-weight:normal;text-decoration:none;}
 .two a.hovlink:hover{font-weight:normal;text-decoration:none;}
 
 
 
 
 
 
