$(document).ready(function() {
  
	$(function() {
		$("img").pngfix();
	});  

    $('#banner .image').cycle({ 
	    fx:      'fade', 
	    speed:    2000, 
	    timeout:  2000 
	});     

});

DD_roundies.addRule('#content_left .box_intro', '10px 0px 0px 10px');
DD_roundies.addRule('#content_right .box_intro', '0px 10px 10px 0px');
DD_roundies.addRule('.headline', '0px 10px 10px 0px');
DD_roundies.addRule('.text', '0px 0px 0px 10px');
DD_roundies.addRule('#banner', '0px 0px 0px 10px');  


// $(function(){ 
// 
// settings = {
//         tl: { radius: 10 },
//         tr: { radius: 10 },
//         bl: { radius: 10 },
//         br: { radius: 10 },
//         antiAlias: true,
//         autoPad: true,
//         validTags: ["div"]
//     }
// 
// $('.text').corner(settings);
// 
// });
