

.sliderContainer{
    width: 1024px;
    height: auto;
    position: relative;
    margin:0px;
	-webkit-box-shadow: 0 0 10px 0 #000000;
box-shadow: 0 0 10px 0 #000000;
}

#slider {
    width: 1024px;
    height: 300px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    margin: auto;
}
#slider .slide{
    float: left;
	  width: 1024px;
    height: auto;
  
}
#slider .slide img{
width:100%;

}
.slide p{
        color: #000;
        position: relative;
        bottom: 90px;
        padding: 12px;
        background: rgba(255, 255, 255, 0.8);
       	border-left: 5px solid green;
}
.prev, .next{
    display: block;
    height: 56px;
    width: 56px;
    position: absolute;
    top: 147px;
	z-index:9;
}
.prev{
    background: url('../../../jdwebfiles.webcindario.com/Easy%20slider/images/prev.png') no-repeat;
    background-position: 0 0;
    left: 0;
}
.prev:hover{
    background-position: 0 1px;
}
.next{
    background: url('../../../jdwebfiles.webcindario.com/Easy%20slider/images/next.png') no-repeat;
    background-position: 0 0;
    right: 0;
}
.next:hover{
    background-position: 0 1px;
}



/*carousel*/


#carousel_inner {

display:inline-block;
*display:inline;
zoom:1;
vertical-align:middle;
/*float:left;  important for inline positioning */
width:978px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */

}

#carousel_ul {
position:relative;

list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:256px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:auto;
margin:35px;
margin-top:30px;
margin-bottom:30px;
overflow-style:marquee-line;
overflow:hidden;

}



#left_scroll, #right_scroll{
display:inline-block;
*display:inline;
zoom:1;
vertical-align:middle;


}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}
#carousel_ul li .cuadrocarousel{
	
	}
	
#carousel_ul  .activo{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-shadow: 0 0 10px 0 #000000;
box-shadow: 0 0 10px 0 #000000;
border-radius:0.5em;
	
	}
	
#carousel_ul li .cuadrocarousel .imacarousel{
width:100%;
height:150px;
overflow:hidden;
margin-bottom:0px;	
	}
#carousel_ul li .cuadrocarousel .imacarousel img{
border-radius:0.5em 0.5em 0 0;
width:100%;
}
	
#carousel_ul li .cuadrocarousel .contencarousel{

		border:2px #003399 solid;
		border-top:0px;
		border-bottom:3px #003399 solid;
		border-radius:0 0 0.5em 0.5em;
	}
#carousel_ul li .cuadrocarousel .contencarousel .titulocarousel{
	background:#003399;
	background-position:right;
	background-repeat:no-repeat;
	color:#FFF;
	padding:10px;
	padding-left:25px;
	padding-right:25px;
	height:40px;
	text-transform:uppercase;
	font-size:18px;
	text-align:left;
	}
.enlacesCarousel{

padding:5px;
background-image:url(../../corte/vineta2.png);
background-position:left top;
background-repeat:no-repeat;
padding-bottom:0px;
padding-top:7px;
padding-left:30px;
text-align:left;
font-size:15px;
cursor:pointer;



}
.enlacesCarousel:hover{
text-decoration:underline;

}