
.openvideo {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#3d3d3d', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a3a3a3, endColorstr=#3d3d3d)";
    /* IE6-9 */
}
.freedownload {   
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#93fa24', endColorstr='#359a46', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#93fa24, endColorstr=#359a46)";
    /* IE6-9 */
}
.readmore {  
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b9e8', endColorstr='#0075d6', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b9e8, endColorstr=#0075d6)";
    /* IE6-9 */
}
.buynow {  
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc9400', endColorstr='#fb2300', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc9400, endColorstr=#fb2300)";
    /* IE6-9 */
}
.menu {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffcf77', endColorstr='#ffa723', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcf77, endColorstr=#ffa723)"; *
    /* IE6-9 */
}
.slider h6 {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4c000000', endColorstr='#4c000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";
}
.gallery .item img {
    /* IE8+ - must be on one line, unfortunately */   
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand'); */
	/* IE6 and 7 */   
}
/* IE8 fix */
@media all\0 { 
	.gallery .item img {  
		margin-left: -43px;	
		margin-top: -53px;
	}	
}
/* IE6, 7 fix */
@media, { 
	.gallery .item img {  
		margin-left: -43px;	
		margin-top: -53px;
	}
} 
/*mobile phones*/

@media (max-width: 767px) {
    .mobile-menu-holder {       
		/* novalid
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffcf77', endColorstr='#1e5799', GradientType=0); */
        /* IE6-9 */
    }
}	