/* superbox 背景の色
---------------------------------------- */
#superbox-overlay{background: #000;}
 
/* superbox ローディング画像呼び出し
---------------------------------------- */
#superbox-container .loading{width:32px;height:32px;margin:0 auto;text-indent:-9999px;background: url(../images/arrow45-021.gif) no-repeat 0 0;}
 
/* superbox closeボタン
---------------------------------------- */
#superbox .close a{float:right; width: 60px; height: 20px; background:#333;cursor:pointer; text-indent: -700em; background: url(../images/close_2.gif);}
#superbox .close a span{color:#fff;}
 
/* superbox next　prev要素指定
---------------------------------------- */
#superbox .nextprev a{ font-family: "Times New Roman", Times, serif; float:left;margin-right:5px;padding:0 5px;line-height:20px;cursor:pointer;color:#333; border-bottom: #FFF 1px solid;}

#superbox .nextprev a:hover{ font-family: "Times New Roman", Times, serif; float:left;margin-right:5px;padding:0 5px;line-height:20px;cursor:pointer;color:#666; border-bottom: #333 1px solid;}

#superbox .nextprev .disabled{background:#ccc;cursor:default;}
