#container{
	width:500px;
	max-width:500px;
	height:350px;
	max-height:340px;
	z-index:10;
	overflow:hidden;
	border: none;
	background:#ffffff;
}
#image_container{
	position:relative;
	top:0;
	left:0;
	z-index:15;
	width:1600px;
	height:320px;
	overflow:hidden;
}
.imagen{
	width:500px;
	height:320px;
	float:left;
	border:none;
	z-index:5;
	position:relative;
	top:0;
	left:0;
}
.description{
	padding: 3px;
	color:#000033;
	font-size:10px;
	font-family:Verdana,Arial,Tahoma,sans-serif;
}
