

/* Home
-------------------------------------------------------------- */

#loopedSlider {
 width: 685px; 
 position:relative; 
 top:20px; 
 left: -10px; 
 padding: 0 0px; 
 overflow: hidden;
}
.slidercontainer { 
  width:685px; 
  height:600px; 
  overflow:hidden; 
  position:relative; 
  cursor:pointer; 
  }
  
.slides { 
  position:absolute; 
  top:0; 
  left:0; }
  
.slides div { 
  position:absolute; 
  top:0; 
  width:685px; 
  display:none; 
  text-align: center;
  }
  
.slides div p.caption { 
  margin:-16px 0px 0px 0px; 
  text-align: center; 
  font-style: normal; 
  font-size: 1.1em;
  }
  
#names {
  position: absolute;
  top: 400px;
  left:0;
  width: 500px;
  height: 40px;
}
#names { 
  width: 500px; 
  overflow: hidden; 
  color: #fff; 
  clear :both;
}

.previous {
  text-indent: -9999px; 
  position:relative; 
  z-index:10;
  display:block;
  border:none;
  outline:none;
  cursor:pointer;
  padding:0;
  top:-120px;
  left:220px;
  background:url(../images/arrows2.png) no-repeat -4px -3px;
  width:60px;
  height:60px;}
  
.next {
  text-indent: -9999px; 
  position:relative;
  z-index:10;
  display:block;
  border:none;
  outline:none;
  cursor:pointer;
  padding:0; 
  top:-180px;
  left:400px;
  background:url(../images/arrows2.png) no-repeat -68px -3px;
  width:60px;
  height:60px;}

.previous:hover {background-position: -4px -63px;}
.next:hover {background-position: -68px -63px;}
.previous:active { background-position: -4px -123px; }
.next:active { background-position: -68px -123px; }

#contacttab a {text-indent: -9999px; position: absolute; top: -60px; right: 0; display: block; width: 200px; height: 80px; background: url(/images/contact.png) no-repeat;}

#arrow1{
 *position:relative;
 *top:-500px;
  margin-top:860px;
}





