#gallery{
	/* The width of the gallery */
	overflow:hidden;
	width:710px;
	_width:712px;	
}

#slides{
	/* This is the slide area */
	height:375px;	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	/*width:546px;*/
	overflow:hidden;
}

.slide{
	float:left;
}

.slide-img {float:left;}

.slide-img a img {margin:0;}

.cabecera {margin:0;padding:0;*margin-left:-12px;}