.products-carousel-el-img:after {
	display:none;
/*border: solid #000 1px;*/
}
.catpricedownload {
    display: block;
    padding: 0;
    background: #1D689B;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    line-height: 26px;
    position: relative;
    top: -20px;
}
.catpriceorder {
 	border: none;
     display: inline-block;
    padding: 2px 6px;
    background: #0d3051;
    color: #ffffff;
}

.catpricedownload:hover, .catpriceorder:hover {
    
   background: #20c3ee;
     color: #ffffff;
  text-decoration: none;
}
