.wrap{
	width:641px;
	height:420px;
	float:left;
}

.bullets{
	margin:438px 0 0 0;
	z-index:2;
}

#controls{
width:100px;
margin:auto;	
}

.bullet{
	width:9px;
	height:18px;
	text-decoration:none;
	display:inline-block;
	margin:0 4px 0 0;
}
.bullet.activo{
	background-color:#980357;
	/*text-shadow:0 1px 2px #000;*/
}

#flecha-izq,#flecha-der{	
	padding:325px 0 0 0;
	position:absolute;
	z-index:1000;
}
#flecha-izq{
	margin-left:14px;
}
#flecha-der{
	margin-left:615px;
	
}
#flecha-izq a{
	width:38px;
	height:73px;
	background:url(../images/flechas.html) no-repeat top left;
	text-indent:-9999px;
	display:block;
}
#flecha-izq a:hover{
	background-position:bottom left;
}

#slide{
	float:left;
}

#slide img{
	display:none;
	position:absolute;
	margin:14px 0 0 13px;
}

#flecha-der a{
	width:38px;
	height:73px;
	background:url(../images/flechas.html) no-repeat top right;
	text-indent:-9999px;
	display:block;		
}

#flecha-der a:hover{
	background-position:bottom right;
}

.fotos_container{
	height: 500px;
	margin:10px 0 0 -5px;
}
.foto{
	float:left;
	background:#fff;
	margin:0 3px 10px 5px;
	padding:8px 8px 28px 8px;
}


