@charset "UTF-8";

.panel_ct2{
	position: relative;
	width: 135px;
	height: 95px;
}

.panel_ct2 .panel{ 
  display: block; 
  position: relative; 
  width: 135px; 
	height: 95px;
	float: left;
}
/*.slider { overflow: hidden;}*/


.panel_ct2 #slider_header2{
 	width: 135px;
}

.panel_ct2 #slider{
	position: relative;
	width: 100%;
	overflow: hidden;
}
			
		/*Espacio para estilo del slideshow*/
	

/* Las flechas*/

/* Las flechas*/

#slider_content2,
#slider_header2{
	position: relative;
	overflow: hidden;
}

	
	.panel_ct2 .coda-nav-left{
		left: -24px;
		top: 0;
		height: 112px;
		width: 16px;
		overflow: hidden;
	}
	
	#coda-nav-left-1{}
	
		.panel_ct2 .coda-nav-left a,
		.panel_ct2 .coda-nav-right a{
			display: block;
			width: 16px;
			height: 112px;
			overflow: hidden; 
			text-indent: -5000px;
      opacity: .9;
		}
		
		.panel_ct2 .coda-nav-left a{background: url(images/carousel/arrowLeft.png) no-repeat 0 0;}
		
		
	.panel_ct2 .coda-nav-right{
		right: -24px;
		top: 0;
		height: 112px;
		width: 16px;
		overflow: hidden;
	}
	
	#coda-nav-right-1{}
	
		.panel_ct2 .coda-nav-right a{background: url(images/carousel/arrowRight.png) no-repeat 0 0;}
		
    .panel_ct2 .coda-nav-left a:hover,
    .panel_ct2 .coda-nav-right a:hover{opacity: 1;}