Blame view

_js/carousel-ok/css/carousel-homepage.css 1.23 KB
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  /* Tiny Carousel */
  #slider1 { height: 1%; overflow:hidden; padding: 0 0 10px;}
  #slider1 .viewport { float: left; width: 550px; height: 160px; overflow: hidden; position: relative; background:#fff; }
  #slider1 .buttons { background:url("../images/buttons.png") no-repeat scroll 0 0 transparent; display: block; margin: 25px 10px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; }
  #slider1 .next { background-position: 0 0; margin: 20px 0 0 10px;  }
  #slider1 .disable { visibility: hidden; }
  #slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
  #slider1 .overview li{ float: left; margin: 0 20px 0 0; }
  #slider1 ul.overview li img {width: 160px;}
  
  #slider1 .pager { display: table;margin: auto; list-style: none; clear: both;}
  #slider1 .pager li { float: left; }
  #slider1 .pagenum {
      margin:0 2px;
      border:solid 3px #FFF;
      background: pink;
      display: inline-block;
      height: 4px;
      width: 4px;
      text-decoration: none;
  }
  #slider1 .active { 
      margin:0 2px;    
      border:solid 3px #FFF;
      background: red;
      display: inline-block;
      height: 4px;
      width: 4px;
      text-decoration: none; 
  }