.panel { display: block; float: left; position: relative; width: 681px; }
/*.slider { overflow: hidden;}*/


/* Las flechas*/

#slider_content{
	margin-top: 5px;
	position: relative;
	width:681px;
	float: left;
}

.coda-nav{display: none}

	.coda-nav-left,
	.coda-nav-right{
		position: absolute;
		z-index: 99999999;
	}
	
	.coda-nav-left{
		left: 12px;
		top: 80px;
		height: 22px;
		width: 12px;
		overflow: hidden;
	}
	
		.coda-nav-left a,
		.coda-nav-right a{
			display: block;
			width: 12px;
			height: 22px;
			overflow: hidden; 
			text-indent: -5000px;
		}
		
		.coda-nav-left a{background: url(images/carousel/arrow_previous.png) no-repeat 0 0;}
		.coda-nav-left a:hover{background-position: bottom left;}
		
	.coda-nav-right{
		right: 0;
		top: 80px;
		height: 22px;
		width: 12px;
		overflow: hidden;
	}
	
		.coda-nav-right a{background: url(images/carousel/arrow_next.png) no-repeat 0 0;}
		.coda-nav-right a:hover{background-position: bottom left;}
