@charset "iso-8859-1";
/* CSS Document PROVECTUM RANDIMO*/

.foto
{
	width:132px;
	height:100px;
}

.box
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:132px;
	padding:8px;
	float:left;
	margin-left:13px;
	background-image:url(../images/bg_busca.png)
}

.play
{
	width:43px;
	height:33px;
	background:url(../images/play.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.play:hover
{
	background:url(../images/play_hover.png);
	background-repeat:no-repeat;
}

.fisheye{
	height: 80px;
	position: relative;
	width: 800px;
}
a.fisheyeItem
{
	color: #000;
	text-decoration: none;
	width: 160px;
	position: absolute;
	display: block;
	top: 0;
	background-image:url(../images/bg_busca.png);
	padding:5px;
	text-align: left;
	font-size:10px;
}

.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width:132px;
	height:100px;
}

.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	height: 80px;
	width: 800px;
	position: relative;
}


