/* Slider styles */
#slider {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 290px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  overflow-x:hidden;
  overflow-y:auto;
  width: 950px;
}

.scrollContainer div.panel {
  padding: 0;
  height: 210px;
  width: 950px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

ul.navigation{
margin-top: -18px;
}

ul.navigation li{
float: left;
}

ul.navigation a{
padding: 0px 20px;
}

div.tourBtns{
position: absolute;
bottom: 0;
left: 0;
display: block;
}
p.takeTourbtn{
position: relative;
bottom: 0;
left: 0;
display: block;
}


a.nextBtn{
background: url(../img/tour_nextbtn.gif) top right no-repeat;
padding: 0px 30px 0px 10px;
line-height: 29px;
height: 29px;
color: white;
text-decoration: none;
margin-left: 80px;
display: block;
-moz-box-shadow:0 0 10px #000; 
-webkit-box-shadow:0 0 10px #000; 
box-shadow:0 0 10px #000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;


}
a.nextBtn:visited,
a.prevBtn:visited{
color:#fff;
}
a.nextBtn:hover{
background-position: bottom right;
color: #104b7d;
}

a.prevBtn{
background: url(../img/tour_prevbtn.gif) top left no-repeat;
padding: 0px 10px 0px 30px;
line-height: 29px;
height: 29px;
color: white;
text-decoration: none;
margin-right: 5px;
display: block;
position: absolute;
-moz-box-shadow:0 0 10px #000; 
-webkit-box-shadow:0 0 10px #000; 
box-shadow:0 0 10px #000;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;

}
a.prevBtn:hover{
background-position: bottom left;
color: #104b7d;
}

a.nextBtn.firstBtn{
margin-left: 0;}

