body{background-color:#000000;}
span.right{float:right;}
span.left{	float:left;}

span.tam1{
	height:95px;
	width:120px;
	overflow:hidden;
	position: relative;
}
span.tam2{
	height:75px;
	width:100px;
	overflow:hidden;
	position: relative;
}
span.tam3{
	height:65px;
	width:90px;
	overflow:hidden;
	position: relative;
}
span.tam4{
	height:55px;
	width:80px;
	overflow:hidden;
	position: relative;
}

span.tam5{
	height:85px;
	width:110px;
	overflow:hidden;
	position: relative;
}

span.tam6{
	height:100px;
	width:100px;
	overflow:hidden;
	position: relative;
}

span.tam7{
	height:100px;
	width:80px;
	overflow:hidden;
	position: relative;
}


span img {
	position:relative;
	z-index:1;
	margin:-70px;
	cursor:pointer;
}
#content{
	text-align:center;
	width:100%;
	margin:auto;
	position:relative;
	display:block;
	*height:1000px;
}

#scroll{
	width:2000px;
	position:absolute;
}

p.caption{
	display:none;
    bottom: 30px;
    color: #fff;
    font-family: verdana;
    font-size: 10pt;
    height: 20px;
    position: absolute;
    width: 100%;
    z-index: 1000;
	background-color:#000000;
}