Team:Hong Kong CUHK/Templates/slideshow.css

From 2013.igem.org

@charset "utf-8"; /* CSS Document */

  1. wrapper {
       display: block;
       margin: auto;
       height: 720px;
       width: 960px;

}

  1. container {
       overflow: auto;

height:360px; }

  1. photoDisplay {

position:relative; left:1%; top:10px; width:48%; height:360px; z-index:2; }

  1. slider {

display: block; float: left; height: 360px; width: 100%; overflow: hidden; position: absolute; left: 0%; }

  1. prev {
      background-image: url(images/leftArrow.png);

background-repeat: no-repeat; background-position: center center; display: block; float: left; height: 100%; width: 40px; position: relative; z-index: 99; }

  1. next {

background-image: url(images/rightArrow.png); background-repeat: no-repeat; background-position: center center; display: block; float: right; height: 100%; width: 40px; position: relative; z-index: 99; }