div.sortoptions a {
  background:url(/media/sortButton.gif);
  display:block;
  width:59px;
  height:19px; 
  padding-top:6px;
  float:left; 
  margin-top:-5px;
  margin-right:6px;
  text-align:center;
  text-decoration:none;
  font-size:11px;
}

div.sortoptions div { float:left; margin-right:6px; }

div.searchform {
  float:right;
  margin-top:-5px;
  margin-bottom:14px;
}

div.searchform input {

}

div.searchform button {
  background:url(/media/searchButton.gif);
  height:25px; 
  width:58px;
  border:0px;
  color:#ffffff;
}

#galleryPrevious {
  display:block;
  width: 44px;
  overflown:hidden;
  height:360px;
  position:absolute;
  left:0px;
  bottom:0px;

}

#galleryNext {
  display:block;
  width: 44px;
  overflown:hidden;
  height:360px;
  position:absolute;
  right:0px;
  bottom:0px;
}

#galleryPrevious span, #galleryNext span { display:none; }

#galleryPrevious img, #galleryNext img { margin-top:148px; margin-left:19px; }
#galleryNext img { margin-left:14px; }

div.videogallery {
  width:862px;
  height:320px;
  overflow:hidden;
  position:absolute;
  bottom:0px;
  left:44px;
}

#videopage {
  position:absolute;
  width:882px;
  left:0px;
  top:0px;
}

#videopageprevious {
  position:absolute;
  width:882px;
  left:-950px;
  top:0px;
}

#videopagenext {
  position:absolute;
  width:882px;
  left:950px;
  top:0px;
}

div.videogallery div.video {
  float:left;
  width:102px;
  height:156px;
  margin-right:24px;
  font-size:11px;
  overflow:hidden;
}

div.videogallery div.video div.thumb {
   width:102px;
   height:102px;
   margin-bottom:3px;
   overflow:hidden;
}

div.videogallery div.video img {
  margin-left:-22px;
}