$(function() {
    
    // Rounded Corners
	DD_roundies.addRule('.dd, .box-round-dark, .box-round-border', '4px');
    
	$("div.transparent-img img").pngfix();
    
    $('#foods-menu').jcarousel();
    
    $('.jcarousel-prev').after('<div class="strong">See Another Item</div>');
});
