
	#showcase {
		height: 370px;
		width:680px;
	}
	#showcase  img{
		height: 370px;
		width:600px;
		z-index:-10 !important;
	}
	#showcase .showcase-button-wrapper{
		margin-top:-25px;
		z-index: 10 !important;
		position: relative;
	}
	/* Navigation arrows */
	  .showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute !important;
		background: url('../imagenes/arrows.png');
		width: 24px;
		height: 24px;
		bottom: 1px;
		cursor: pointer;
		z-index: 1;
	}
	
	#showcase .showcase-arrow-previous, #showcase .showcase-arrow-next
	{
		position: absolute;
		background: url('../imagenes/arrows2.png');
		width: 24px;
		height: 24px;
		bottom: 1px;
		cursor: pointer;
		z-index: 1;
		
		position:absolute; 
		top:50%;
		margin-top:-12px;
		
	}
	
	.showcase-arrow-previous
	{
		left: 5px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 24px 0px;
	}
	
	#showcase .showcase-arrow-previous:hover	/* SLIDER FLECHA CLARA*/
	{
		background-position: 0px 24px;
	}
	
	
	.showcase-arrow-next
	{
		right: 5px;
		background-position: 0 -24px;
	}
	#showcase .showcase-arrow-next
	{
		right: 5px;
		background-position: 24px 0px;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -24px -24px;
	}
	#showcase .showcase-arrow-next:hover
	{
		background-position: -24px -24px;
	}
	
	#showcase a .td_noticia{
		width:100px;
	}
		
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #006699;
		}
	