/* FARGER */
/*
sort 			#000
hvit 			#fff
blågrå			#354253
blågrålysere	#757965
lysbrun			#b2b79a
orange  		#ee7000
kjempelys		#eeeeee
*/


#slideshowArea,
#videoArea {
  position: relative;
  left: 8px;
  top: 6px;
  width: 752px; 
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  min-height: 800px;
  height: auto;

}



#videoPlayer {
  margin: 5px;
}

#currentSlideArea, 
#currentVideoArea {
 	background-image: url(/gfx/layout/white_to_black_10.png); 
  background-repeat: repeat-x;
  width: 752px;
  margin: 0px;
  background-color: #000;
  color: #fff;
  position: relative;
  height: auto;
  padding-bottom: 10px;
}


#currentSlideArea a:hover, 
#currentVideoArea a:hover{
  color: #eee;
  text-decoration: underline;
}

#currentVideoArea {
  text-align: center;
}

.format {
  color: #b2b79a;
  font-weight: bold;
  font-size: 9px;
}

#currentVideoArea h1 {
  padding-top: 20px;
}


#slideTitle,
#videoTitle {
  padding: 16px 12px 12px 12px;
  font-size: 24px;
  font-weight: bold;
  height: auto;
}

#slideTitle {
  width: 400px;
}

#slideSubTitle, 
#videoSubTitle {
  padding: 0px 0px 0px 12px;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  color: #b2b79a;
  position: relative;
  top: -10px;
}

#slideSubTitle {
  width: 400px;
}

#currentSlideHolder {
  text-align: center;
  width: 752px;
}

#currentSlide {
  position: relative;
  margin: 0px 12px;
  margin-left: auto;
  margin-right: auto;
}

#slideshowNavigation {
  width: 752px;
  margin: 0px;
  padding: 0px;
  background-color: #000;
  text-align: center;
}

#thumbsContainer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 650px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

#thumbsContainerInner {
  width: 10000px;
  position: relative;
  text-align: left;
}

.thumbHolder {
  display: inline;
  margin: 10px 10px 10px 0px;
}

.thumbHolder img {
  border: 1px solid #000;
}

.thumbHolder img:hover {
  border: 1px solid gray;
}

#slideshowNumberInfo {
  position: absolute;
  top: 28px;
  right: 180px;
}

#slideshowNavigationTop {
  position: absolute;
  top: 28px; 
  right: 20px;
}

#slideSubText {
  text-align: left;
  margin-top: 10px;
}

#slideCaption {
  color: #eee;
  font-size: 10px;
}

#slidePhotoByline {
  text-align: right;
  font-size: 9px;
  color: #354253;
  margin-top: 4px;
}

.preload {
  display: none;
}

#slideshowNavigationTop img {
  cursor: pointer;
}

#subSlideshow, 
#subVideo {
 	background-image: url(/gfx/layout/black_to_white_153.png); 
  background-repeat: repeat-x;
  height: 153px;
  width: 752px;
  padding:0px;
  margin:0px;
}

#moreSlideshows {
  position: relative;
  height: 850px;
  font-size: 10px;
}

#moreSlideshows h1 {
  font-size: 18px;
  color: #354253;
  line-height: 18px;
}

#moreSlideshows .inner {

}

.oldSlideshow {
  float: left;
  width: 160px;
  margin: 10px;
  height: 130px;
  overflow: hidden;
}

.oldSlideshow a,
.oldSlideshow a:link,
.oldSlideshow a:visited {
  color: #000;
  font-weight: bold;
}

.gameInfoHolder {
  position: relative;
  height: auto;
  height: 100%;
  min-height: 100px;
  background-color: #000;
  color: #fff;
}

.gameInfoHolder .gameInfoBox .gameTitle {
  background-color: #354253;
  color: #eee;
}

.gameInfoHolder .gameInfoBox .gameMedia a:hover {
  color: #fff;
}

