/*.gallery-div {
	list-style: none outside none; 
}
a.gallery-item {
	display: block;
}

  #gallery nav,
  #gallery1 nav {
    position:relative;
  }
  #gallery nav a,
  #gallery1 nav a  {
	outline: none;
  }
  
    #position {
      text-align:center;
      font-size:1px;
      line-height:1.3;
      color:#697279;
      display:block;
      position:absolute;
      top:-52px;
      left:50%;
      margin-left:-75px;
      width:160px;
	  z-index: 100;
    }
      #position em {
        display:inline-block;
        width: 9px;
		height: 8px;
		
		
		background: url(../images/li-rotator.png) 0px 0 no-repeat;
		margin: 0 4px;
		position:relative;
		top: 2px;
      }
      #position em.on {
        background: url(../images/li-rotator-.png) 0px 0 no-repeat;
		width: 12px;
		height: 12px;
		top: 0px;
      }
	  
	  
	  
	  
	  
    #prev {
      text-decoration:none;
	  display: block;
	  position:absolute;
	  width: 21px;
	  height: 41px;
	  background: url(../images/arr.png) 0 0px no-repeat;
	  left: 50px;
	  
	  
    }
	

    #next {
      text-decoration:none;
	  display: block;
	  position:absolute;
	  width: 21px;
	  height: 41px;
	  background: url(../images/arr.png) -21px 0px no-repeat;
	  right: 50px;
	  
    }
	
	#prev, #next {
		margin-top: -270px;
		top: 50%;
	}

*/

.gallery-div {
	list-style: none outside none; 
}
a.gallery-item {
	display: block;
}

  #gallery nav,
  #gallery1 nav {
    position:relative;
  }
  #gallery nav a,
  #gallery1 nav a  {
	outline: none;
  }
  
    #position {
      text-align:center;
      font-size:1px;
      line-height:1.3;
      color:#697279;7
      display:block;
      position:absolute;
      top:-69px;
      left:50%;
      margin-left:-75px;
      width:160px;
	  z-index: 100;
    }
      #position em {
        display:inline-block;
        width: 9px;
		height: 8px;
		
		
		background: url(../img/li-rotator.png) 0px 0 no-repeat;
		margin: 0 4px;
		position:relative;
		top: 2px;
      }
      #position em.on {
        background: url(../img/li-rotator-.png) 0px 0 no-repeat;
		width: 12px;
		height: 12px;
		top: 0px;
      }
	  
	  
	  
	  
	  
    #prev {
      text-decoration:none;
	  display: block;
	  position:absolute;
	  width: 40px;
	  height: 40px;
	  background: url(../img/arr.png) 0 0px no-repeat;
	  left: -80px;
    }

    #prev:hover {
      background-position: 0px -40px;
    }
	

    #next {
      text-decoration:none;
	  display: block;
	  position:absolute;
	  width: 40px;
	  height: 40px;
	  background: url(../img/arr.png) -40px 0px no-repeat;
	  right: -80px;
	  
    }

    #next:hover {
      background-position: -40px -40px;
    }


	
	#prev, #next {
		margin-top: -300px;
		top: 50%;
	}

	#gallery nav {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}



