#blindnav, #blindnav a {
  color:#adb0b7;
  text-indent:-9999px;
  height:0px;
}
body {
  background:#fff url(/images/bgsite.png);
  font-family:"Trebuchet MS";
}
#bd {
  min-height:400px;
  _height:400px;
  background:transparent url(/images/bgbd.png) center top no-repeat;
}
#hd {
  position:relative;
  height:203px;
}
h1 {
  margin:0 auto;
  width:279px;
}
h2 {
  text-align:center;
  font-size:186%;
}
#nav li {
  position:absolute;
  right:0;
  top:40px;
}
#nav li.navfirst {
  left:0;
}
#ft {
  text-align:center;
  font-size:77%;
}
#ft a {
  color:#349;
}
#videolist li {
  height:210px;
  width:242px;  
  margin:0 20px;
  background:transparent url(/images/vshadow.png) center bottom no-repeat;
}
#videolistcontainer {
  width:900px;
  text-align:left;
  margin:auto;
}
#videolist {
}
#videolist li img {
  display:block;
}
#videolist li a {
  display:block;
  width:240px;
  height:135px;
  border:1px solid #fff;
  color:#666;
  text-decoration:none;
  font-weight:bold;
  font-size:84%;
}
#videolist a:hover {  
  border:1px solid #000;
  color:#000;
}
#slidenav {
  position:relative;
  top:53px;
}
a.next {
  float:right;
  text-indent:-9999px;
  background:transparent url(/images/videonav.png) -26px top no-repeat;
  display:block;
  width:26px;
  height:28px;
}

a.prev {
  float:left;  
  text-indent:-9999px;
  background:transparent url(/images/videonav.png) left top no-repeat;
  display:block;
  width:26px;
  height:28px;
  outline:0;
}
a.prev:hover {
  background:transparent url(/images/videonav.png) left -28px no-repeat;
}
a.next:hover {
  background:transparent url(/images/videonav.png) -26px -28px no-repeat;
}
a.next:active, a.next:focus, a.prev:active, a.prev:focus {
  outline:0;
}
#loader {
  padding:5em;
  text-align:center;
  color:#446;
}
