jQuery(document).ready(function(){ 				   
	// radius Box
	jQuery('.mod .text #captions').css({"border-top-right-radius": "28px", "-moz-border-radius-topright":"28px", "-webkit-border-top-right-radius":"28px", "border-top-left-radius":"28px", "-moz-border-radius-topleft":"28px", "	-webkit-border-top-left-radius":"28px"});
	jQuery('.mod .text #captions').css({"border-bottom-left-radius": "28px", "-moz-border-radius-bottomleft":"28px", "-webkit-border-bottom-left-radius":"28px", "border-bottom-right-radius":"28px", "-moz-border-radius-bottomright":"28px", "	-webkit-border-bottom-right-radius":"28px"});
	// end radius Box
});	
