/*
amazon.css
*/
#producsAPI-carousel .bx-controls {
    height: 20px;
    position: absolute;
    top: -28px; /* posizione dei controlli */
    right: 0
}
#producsAPI-carousel .bx-wrapper .bx-controls-direction a {
    height: 20px;
    width: 18px;
    font-size: 20px;
    font-family:'FontAwesome';
    color: #ddd;
    text-decoration: none;
}
#producsAPI-carousel .bx-wrapper .bx-controls-direction a:hover {
    color: #ffff
}
#producsAPI-carousel .bx-wrapper .bx-prev {
    right: 22px
}
#producsAPI-carousel .bx-wrapper .bx-next {
    right: 0
}
#producsAPI-carousel .bx-wrapper {
    position: relative;
    margin: 0 auto;
	float:right;
    padding: 0;
    *zoom: 1;
	background:#ffffff;
}
#producsAPI-carousel .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
}


.producsAPI-carousel-post {
    text-align: left;
}

.producsAPI-carousel-post .producsAPI-Price {font-weight: normal;}
.producsAPI-carousel-post .producsAPI-Title {font-weight: normal;}
.producsAPI-carousel-post .producsAPI-Brand {font-weight: normal;font-style:italic;}



.producsAPI-carousel-post .producsAPI-img {
    overflow: hidden;
    position: relative;
    /*background-color: #222;*/
    margin: 4px 1px 5px 1px;
    border-right:1px solid #EBE7E7;
	
}

.producsAPI-carousel-post .producsAPI-img .post-category {
    line-height: 20px;
    height: 20px;
    padding: 0 5px;
    background-color: #222;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
    left: 3px;
    bottom: 3px
}
.producsAPI-carousel-post .producsAPI-img .post-category a {
    color: #fff;
    text-decoration: none
}
.producsAPI-carousel-post .producsAPI-img img {
    height: 300px;
    margin: 0 auto;
}
.producsAPI-carousel-post .producsAPI-img img {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}
.producsAPI-carousel-post .producsAPI-img:hover img {    
    -webkit-transform: scale(1.1) rotate(3deg);
    -khtml-transition: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);    
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.7;
}


.producsAPI-carousel-post h2 {
    font-weight: 700;
    font-size: 14px;
    margin: 0
}
.producsAPI-carousel-post h2 a {
    color: #222;
    text-decoration: none
}
.producsAPI-carousel-post h2 a:hover {
    color: #999
}