#content_inner #chained {
    background-color: transparent;
    clear: right;
    overflow: hidden;
    position: relative;
	height: 130px;
    width: auto/* ANCHURA DE LA VENTANA de los elementos deslizante*/
}


/*ESTILOS DE LOS ITEM DEL ELEMENTO todos los hijos de .item_b */
#content_inner #chained .item_b {
 background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 115px;
    margin: 0 7px;
    overflow: hidden;
    padding: 2px;
    text-align: left;
    width: 307px ;
  -moz-box-shadow:0 4px 5px #DFDFE3;
  -webkit-box-shadow: 0 4px 5px #DFDFE3;
  box-shadow:  0 4px 5px #DFDFE3;

 }
#content_inner #chained .item_b p {
    color: #000000;
    font-size: 15px;
    margin: 0 8px;
    padding: 0;
    line-height: 20px;
    text-align: left;
    font-weight:bold;
}
#centralDiv #content .items .item_b div{    

  -webkit-transform: rotate( 3deg );
	 -moz-transform: rotate( 3deg );
	  -ms-transform: rotate( 3deg );
	   -o-transform: rotate( 3deg );
		  transform: rotate( 3deg );
	
}

#centralDiv #content .item_b img {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 10px 0;
    max-height: 160px;
    max-width: 112px;
    padding: 5px;

		
	

	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
		 -o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
			transition: all 1s ease-in-out;

}

#content_inner #chained .item_b:hover img {

      -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
          -ms-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );

}

/* */

#content_inner #chained .active {
    cursor: default;
    position: relative;
    z-index: 9999;
}
#centralDiv #content .item_b h3 {

    border: 0 none;
    color:#DB8300;
    font-weight: bold;
    margin: 15px 0 0;
}
#content_inner #chained .items {
    clear: both;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20000em;
}
#content_inner #chained .items div {
    float: left;
}
div.imgItemLeft {
    float: left;
    margin: 0.2em 10px 10px 0;
}
div.imgItemRight {
    float: right !important;
    margin: 0.2em 0 10px 10px;
}
div.imgItemCntr {
    text-align: center;
    width: 100%;
}
#centralDiv #content .item_b h3.Cntr {
}
#centralDiv #content .item_b div.imgItemCntr img {
    float: none;
}
