#slider3{width:547px; height:353px; float:left;}

img{
	display: block;
}

#gallery3, #thumbs3{
	float: left;
}

#gallery3{
	width: 425px;
	height: 319px;
	overflow: hidden;
}
#espacio{height: 20px;}
#gallery3 img{
	position: absolute;
}

#thumbs3{
	width: 100px;
	height: 319px;
	overflow: hidden;
}

#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(imagenes/arrow.png);
	position: relative;
	top: 310px;
	left: 703px;
}

#next:hover{
	background: url(imagenes/arrowmo.png);
}

.clear{
	clear: both;
}