aci/**
 * Fix to IE8 'jupping' images
 */

.et_pb_column {
    margin-right: 30px !important; /* And God kills another kitty */
}

/**
 * PNG
 */
img{
    background: transparent;       /* If still existing any cat.... */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
    filter: alpha(opacity=100);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}