/* Block specials */
#special_block {
	position: relative;
 	display: block;
	margin: 20px 0 0 0;
  overflow: hidden;
}

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

a.mycarousel3-next {
    font-family: "FontAwesome";
    display: block;
    float: left;    
    width: 11px;
    height: 20px;
    transition: all 0.2s linear 0s;
}

a.mycarousel3-prev {
    font-family: "FontAwesome";
    display: block;
    float: left;    
    margin-right: 20px;
    width: 11px;
    height: 20px;
    transition: all 0.2s linear 0s;
}

a.mycarousel3-next:after {        
    content: "\f054"; 
}

a.mycarousel3-prev:after {        
    content: "\f053"; 
}

a.mycarousel3-next:hover {        
}

a.mycarousel3-prev:hover {
}

#special_block h4 a {
color: #444;
} 

#special_block .price-discount {text-decoration: line-through; padding-right: 10px}