
  .home {
    
  }

  .home .header {
    
    height: 777px;
    margin-bottom: 35px;
    position: relative;
    width: 640px;
  }

  .pg-udk .home .header{
  height: 777px;
  margin-bottom: 28px;
  }

  .home .header ul.slides li,
  .home .header ul.slides a {
    background: 0 0 no-repeat;
    display: none;
    height: 777px;
    left: 0;
    position: absolute;
    top: 0;
    width: 640px;
  }

  .home .header ul.slides li.active,
  .home .header ul.slides li.active a {
    display: block;
    z-index: 2;
  }

  .home .header ul.slides li.staged,
  .home .header ul.slides li.staged a {
    display: block;
    z-index: 3;
  }

  .home .header .pagination {
    
    bottom: 0px;
    display: block;
    height: 58px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
  }

  .home .header .pagination ul {
    display: inline;
    float: left;
    left: 50%;
    margin-left: -66px;
    position: absolute;
  }

  .home .header .pagination li {
    background: url(../images/bai.png) no-repeat;
    cursor: pointer;
    float: left;
    height: 29px;
    margin-top: 17px;
    position: relative;
    width: 24px;
  }

  .home .header .pagination li:first-child {
    
  }

  .home .header .pagination li:last-child,
  .home .header .pagination li.last {
    
  }

  .home .header .pagination li a {
    background: url(../images/hong.png) no-repeat;
    height: 15px;
    left: 0px;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    top: 1px;
    width: 15px;
    -webkit-transform: scale(0.01);
    -webkit-transition: all 0.2s linear;
  }

  .home .header .pagination li.active a {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transform: scale(1);
  }

  .home-pager {
    
    cursor: pointer;
    height: 126px;
    position: absolute;
    top: 280px;
    width: 75px;
    z-index: 100;
	
  }

  .home-prev {
	background: transparent url(../images/jt1.png) 0 0 no-repeat;
    left: 15px;
	top:270px;
  }

  .home-prev:hover {
   
  }

  .home-next {
    background: transparent url(../images/jt2.png) 0 0 no-repeat;
    right: 15px;
	top:270px;
  }

  .home-next:hover {
    
  }

 