/* threesixty.js Styles */
.ndsc_gallery_tab_content .threesixty { position: relative; overflow: hidden; margin: 0 auto; }
.ndsc_gallery_tab_content .threesixty .threesixty_images { display: none; list-style: none; margin: 0; padding: 0; }
    .ndsc_gallery_tab_content .threesixty .threesixty_images img { position: absolute; top: 0; width: 100%; height: auto; }
    .ndsc_gallery_tab_content .threesixty .threesixty_images img.previous-image { visibility: hidden; width: 0; }
    .ndsc_gallery_tab_content .threesixty .threesixty_images img.current-image { visibility: visible; width: 100%; }
.ndsc_gallery_tab_content .threesixty .spinner, .ndsc_gallery_tab_content .threesixty .spinner_alt { width: 200px; display: block; height: 30px; background: #0099ff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; margin: -40px auto 0 auto !important; cursor: pointer; }
.ndsc_gallery_tab_content .threesixty .spinner span, .ndsc_gallery_tab_content .threesixty .spinner_alt span { font-family: Arial, "MS Trebuchet", sans-serif; font-size: 12px; font-weight: bolder; color: #FFF; text-align: center; line-height: 30px; display: block; cursor:pointer; }
.ndsc_gallery_tab_content .threesixty .nav_bar { position: absolute; top: 10px; right: 10px; z-index: 11; }
.ndsc_gallery_tab_content .threesixty .nav_bar a { display: block; width: 32px; height: 32px; float: left; background: url(/demo/img/sprites.png) no-repeat; text-indent: -99999px; }
.gallery_360_table { display: table; width: 100%; text-align: center; cursor: pointer; margin: 0px 0px 40px 0px; }
.gallery_360_cell { display: table-cell; vertical-align: middle; }
/* html */
.ndsc_gallery_tab_content:-webkit-full-screen { background: #ffffff; width: 100%; height: 100%; margin-top: 0; padding-top: 200px; }