$(document).ready(function(){
			$(function() {
				$('#slider').simpleslider();
			});
			
			$('.content-header').corner("round 5px").parent().css('padding', '1px').corner("round 5px");
			$('.content-box').corner("round 5px").parent().css('padding', '1px').corner("round 5px");
			$('#slider-wrapper').corner("round 5px");
			$('#login-box').corner("round 5px");	
			$('#container-footer').corner("bottom round 10px");
			$('#inner-footer').corner("round 10px");
			$('.info').corner("round 5px");
			$('.header').corner("round 5px");
			$('#infect').corner("round 5px");
			$('.comment-header').corner("top round 5px");	
			$('.comment-text').corner("bottom round 5px");				
        });