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;
}
/**
 * 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 {
    
  }