/* Block new products */

#new-products_block {
position: relative; display: block;
margin: 20px 0;
}


#new-products_block h3 {
    display: block;    
    background: none;
    margin-bottom: 10px;
}

a.mycarousel-next {
    background: #e5e5e5 url("../img/arrow.png") no-repeat;
    background-position: right center;
    display: block;
    float: left;    
    width: 20px;
    height: 20px;
    transition: all 0.2s linear 0s;
}
a.mycarousel-next:hover {        
    background: #ddd url("../img/arrow.png") no-repeat;
    background-position: right center;
}

a.mycarousel-prev:hover {
    background: #ddd url("../img/arrow.png") no-repeat;
    background-position: left center;
}

a.mycarousel-prev {
    background: #e5e5e5 url("../img/arrow.png") no-repeat;
    background-position: left center;
    display: block;
    float: left;    
    margin-right: 1px;
    width: 20px;
    height: 20px;
    transition: all 0.2s linear 0s;
}
#new-products_block h4 a {
color: #444;
}
