home *** CD-ROM | disk | FTP | other *** search
/ 202.64.131.39 / 202.64.131.39.tar / 202.64.131.39 / coco-ichibanya / coco-ichibanya03-04-14-2014_htm_files / cycleb.css < prev    next >
Cascading Style Sheet File  |  2014-04-14  |  2KB  |  26 lines

  1.  
  2. /* slideshow 2 */
  3.     
  4. .ss2_wrapper { position:relative; width:900px; height:400px; margin:0 0 20px 0; overflow:hidden; }
  5. .ss2_wrapper .slideshow { position:relative; width:900px; height:400px; z-index:0; }
  6.     
  7.     .ss2_wrapper .slideshow_item { width:900px; height:400px; }
  8.     .ss2_wrapper .slideshow_item .data { display:none; }    
  9.     
  10.         .ss2_wrapper a.slideshow_prev span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -55px 50%; text-indent:-9999px; }
  11.         
  12.         .ss2_wrapper a.slideshow_next span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -5px 50%; text-indent:-9999px; }
  13.     
  14.     
  15.         .ss2_wrapper .slideshow_paging a { text-decoration:none; display:block; float:left; margin:0 1px; padding:3px 7px; color:#ccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
  16.             .ss2_wrapper .slideshow_paging a:hover { color:#fff }
  17.             .ss2_wrapper .slideshow_paging a.activeSlide { background:#eee; color:#222 }
  18.     
  19.     .ss2_wrapper .slideshow_box { position:absolute; left:0; bottom:0; width:100%; height:25%; z-index:1;  }
  20.         .ss2_wrapper .slideshow_box .data { padding:2% 20px; color:#ccc;  }
  21.         .ss2_wrapper .slideshow_box .data h4 { color:#fff; font:bold 20px Lucida Sans Unicode, Lucida Sans, Lucida Grande, sans-serif; padding:0; margin:0 0 10px 0; }
  22.         .ss2_wrapper .slideshow_box .data p { padding:0; margin:0; line-height:140%; font: 12px Lucida Sans Unicode, Lucida Sans, Lucida Grande, sans-serif;}
  23.         .ss2_wrapper .slideshow_box .data a { color:#fff; }
  24.         .ss2_wrapper .slideshow_box .data .heading { border:none;  margin:0 0 10px 0;   }
  25.  
  26.