body{
  font-family: andale mono,verdana, arial;
  font-size: 12px;
  background-color: #fff;
  margin: 0;
  color: #666;
}
a:link{
  
}
a:hover{
  text-decoration: none;
}
#ss{
  position: relative;
}
#ss a:visited{
  color: #666;
  text-decoration: underline;
}
div#cboxContent{
    margin-top:0;
}
div#colorbox{
    position:absolute;
}
#footer{
  border-top: solid #D4911C 2px;
  height: 35px;
  text-align: center;
  padding: 10px;
}
#main{
  padding: 10px;
  width: 405px;
}
#right{
  width: 220px;
}
h1{
  font-size: 20px;
  color: #cc6600;
}
iframe{
  border: 0;
  }
#ssvideo{
  margin-left: -20px;
  }
/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
    position: relative;
    width: 680px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
        opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

.jcarousel-prev {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
        opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}

  #slideshow {
    width: 680px;
    height:180px;
    overflow: hidden;  
    padding:0;
    margin:0;
  }
  #slideshow img {
    
  }
#fb-frame iframe {
  border:none;
  overflow:hidden;
  width:200px;
  height:25px;
}
#fb-frame {
  padding: 0 16px;
}
#CDSSCROLLINGRAVE.narrow{
  margin: 0 auto; 
}
body{
    margin: 0;
    padding: 0;
  }
  .wrapper{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
  }
  .nav{
    position: absolute;
  }
  .nav img{
    width:680px;
    max-width: 100%;
    border: none;
  }
  .nav a{
    cursor: pointer;
  }
  .header{
    background-color: #fff;
  }
  .slideshow{
    width:680px;
    max-width: 100%;
    height: auto;
    border-bottom: solid 2px #D4911C;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-top: 19%;
  }
  .slideshow iframe{
    max-width: 100%;
    width: 100%; 
  }
  #video{
    padding: 50px 0;
    background-color: #F3EFD0;
    border-bottom: solid #D4911C 2px;
  }
  #main{
    max-width: 100%;
    width: 100%;
  }
  .aside{
    background-color: #F3EFD0;
    width: 100%;
    padding: 10px;
  }
  .calendar{
    left: 0;
    top: 0;
  }
  input[type="submit"],
  #bookit{
    border: 1px solid #333;
  }

  #fadeshow1{
    width: 100%;
  }
  .calendar{
    overflow-x: scroll;
  }

  #bookit{
    background-color: darkorange;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    padding-bottom: 22px;
  }
  .submit123{
    display: block;
    margin-top: 10px;
  }

  #footer{
    width: 100%;
  }
   
  @media screen and (min-width:680px) {
    .wrapper{
      width: 680px;
      min-width: 680px;
    }
    .nav img{
      width: 680px;
     
    }
    .slideshow{
      width: auto;
    }
    #main{
      width: 680px;
    }
    .calendar{
      top: 20px;
    }
.submit123{
  display: inline-block;
  }
   
  }