@charset "utf-8";
/*gallery*/
.tbGallery{position:relative;}
.tbGalleryInner{overflow:hidden;}
.tbGallery img{display:block;border:#707070 1px solid;width:226px;height:151px;}
.tbGallery b{cursor:pointer;position:absolute;bottom:19px; width:22px; height:13px; text-align:center;color:#ffffff; background-color:#060602; font-size:12px; line-height:13px;border-left:#ffffff 1px solid;}
.tbGallery b.cur{background-color:#ce0609; border-left:#ffffff 1px solid;color:#ffffff; font-size:12px}
.tbGallery span{position:absolute; bottom:0; left:0; background:#ffffff; color:#000;height:18px;line-height:18px;overflow:hidden; padding:0 10px; cursor:default;font-size:12px; font-family:'Lucida Grande', Tahoma, Arial, 'Hiragino Kaku Gothic Pro', sans-serif;border-top:#707070 1px solid;}

