﻿
$(document).ready(function () {
    BoxRounded()
});

function BoxRounded() {
    $(".BoxCorner .Top").html("<div class='TopLeft'></div><div class='TopRight'></div>");
    $(".BoxCorner .Bottom").html("<div class='BottomLeft'></div><div class='BottomRight'></div>");
 }




 jQuery(document).ready(function () {
     if (jQuery.browser.safari && document.readyState != "complete") {
         console.info('ready...');
         setTimeout(arguments.callee, 100);
         return;
     }
     $('#ShiftGallery').shiftGallery({
         totalWidth: 420,
         totalHeight: 210,
         transition: 'curtainAlpha',
         isSlideshow: 'on',
         thumbNrPage: '1',

         menuPosition:'none'
     });

 })

