/* superbox 背景の色
---------------------------------------- */
#superbox-overlay{background: url(img/bg_pop.png)}

/* superbox ローディング画像呼び出し
---------------------------------------- */
#superbox-container .loading{width:32px;height:32px;margin:0 auto;text-indent:-9999px;background:url(img/loader.gif) no-repeat 0 0;}

/* superbox closeボタン
---------------------------------------- */
#superbox .close { position:relative; left:12px;}
#superbox .close a{float:right;padding:0 5px;line-height:20px;background:#333;cursor:pointer; }
#superbox .close a span{color:#fff;}

/* superbox next　prev要素指定
---------------------------------------- */
#superbox .nextprev a{float:left;margin-right:5px;padding:0 5px;line-height:20px;background:#333;cursor:pointer;color:#fff;}
#superbox .nextprev .disabled{background:#ccc;cursor:default;}

/* ---------------*/
#superbox.iframe { cursor: default!important;} 