.fadein { position:relative; width:730px; height:215px; background-color: transparent }
.fadein img { 
    position:absolute; 
    left:0; top:0;
    width:730px; 
    height:215px;
    /*firefox*/
	-moz-border-radius: 10px;
	/*opra*/	
	border-radius: 10px;
	/*WebKit*/
	-webkit-border-radius: 10px;
 }