#gallerypage {
  position:relative;
  margin-top:7px;
  width:auto;
  height:900px;
}

*html #gallerypage {
  margin-top:5px;
  
}

#moregalleries {
  width:980px;
  height:210px;
  position:absolute;
  top:630px;
  left:10px;
  border-bottom:1px solid #777;
}

#moregalleries .header {
  line-height:18px;
  color: #333;
  width:100%;
  border-bottom:1px solid #777;
  margin-bottom:7px;
  padding-bottom:5px;
}

#moregalleries .container {
  border: 1px solid #bbb;
  background-color: #eee;
  width: 32%;
  height:81px;
  float:left;
  margin-right:2px;
  margin-left:2px;
  margin-bottom:4px;
    overflow:hidden;
}

#moregalleries .photoblock {
  float:left; 
  width:105px;
  padding:3px;
}

#moregalleries .textblock {
  float:left;
  width:190px; 
  text-align:left; 
 
}

#moregalleries .title {
  margin:4px 2px 3px 2px;
  
}

#moregalleries .desc {
 
  padding:1px 2px;
 
}

#gallerycolumn {
  position:absolute;
  top:0px;
  width:635px;
  margin-right:2px;
}


#galleryrightcolumn {
  position:absolute;
  top:0;
  right:10;
  width:340px;
  margin-left:5px;
  
}

#galleryfooter {
  position:absolute;
  bottom:5px;
}
  
  #gallerycontent {
    border: 1px solid #000;
    padding:0px;
    width:600px;
    margin-left:10px;
  }
 
#storygallerycontent {
  border: 1px solid #000;
  padding:0px;
  width:275px;
}

#storygallery {
  width:275px;
  height: 300px;
  overflow:hidden;
  z-index:2;
  position:relative;
  display:block;
  background-color: #000;
  background-position:center center; 
  background-repeat: no-repeat;
	background-image: url('/mods/common/styles/cnGalleryButtons/loading-bar-black.gif');
  color: #fff;
}
  
  
  #mygallery {
   
    width:600px;
	  height: 520px;
    overflow:hidden;
    z-index:2;
    position:relative;
  	
    background-color: #000;
    display:block;
    color: #fff;
    background-position:center center; 
    background-repeat: no-repeat;
	  background-image: url('/mods/common/styles/cnGalleryButtons/loading-bar-black.gif');
  }
  

  
  #mygallery .loadingElement, #storygallery .loadingElement{
   
  }
  
  
  #mygallery .image, #storygallery .image {
    position:absolute;
    width:100%;
    height:100%;
    opacity:.01;
    top: 0px;
    background-position:center center; 
    background-color: #000;
	  background-repeat: no-repeat;
  }
  
  #mygallery img.thumb, #mygallery img.full, #mygallery div.container, 
  #storygallery img.thumb, #storygallery img.full, #storygallery div.container {
    display:none;
  }
  
  #toolbar {
    height:22px;
    background-color: #333;
    width:598px;
    color: #287ADC;
    color: #eedd82;
    font-size: 12px;
    font-weight:bold;
    border: 1px solid #287ADC;
    border:1px solid #eedd82;
    /*border-top: 1px solid #287ADC;*/
    padding:0px;
       
  }
  
  *html #toolbar {
    width:600px;
   }
  
  #toolbar .prev, #toolbar .next, #toolbar .play, #toolbar .stop, #toolbar .info, 
  #toolbar .fraction, #toolbar .placeholder, #toolbar .buy, #toolbar .thumbs, #toolbar .zoom {
    float:left;
    height:20px;
    cursor:pointer;
    text-align:center;
    /*border:1px solid #eedd82;*/
    
    background-position:center center; 
    background-repeat: no-repeat;
    
  }
  
  #toolbar .prev_highlight, #toolbar .next_highlight, #toolbar .play_highlight, 
  #toolbar .stop_highlight, #toolbar .info_highlight, #toolbar .fraction_highlight, 
  #toolbar .placeholder_highlight, #toolbar .buy_highlight, 
  #toolbar .thumbs_highlight, #toolbar .zoom_highlight, #toolbar .highlight {
    /*border: 1px solid #fff;*/ 
    background-color: #000;
    color: #fff;
  }
  
  #toolbar .prev {
    width:32px;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_reverse.gif');
  }
  
  #toolbar .prev_highlight {
    background-image: url('/mods/common/styles/cnGalleryButtons/button_reverse_white.gif');
  }
  
  #toolbar .next {
    width:32px;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_forward.gif');
  }
  
  #toolbar .next_highlight {
    background-image: url('/mods/common/styles/cnGalleryButtons/button_forward_white.gif');
  }
  
  #toolbar .play {
    width:32px;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_play.gif');
  }
  
  #toolbar .play_highlight {
    background-image: url('/mods/common/styles/cnGalleryButtons/button_play_white.gif');
  }
  
  #toolbar .stop {
    width:32px;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_pause.gif');
  }
  
  #toolbar .thumbs {
    width:32px;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_thumbs.gif');
  }
  
  #toolbar .thumbs_highlight {
    background-image: url('/mods/common/styles/cnGalleryButtons/button_thumbs_white.gif');
  }
  
  #toolbar .zoom {
    width:32px;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_zoom.gif');
  }
  
  #toolbar .zoom_highlight {
    background-image: url('/mods/common/styles/cnGalleryButtons/button_zoom_white.gif');
  }
  
  #toolbar .info {
    width: 32px;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_info.gif');
  }
  
  #toolbar .info_highlight {
    background-image: url('/mods/common/styles/cnGalleryButtons/button_info_white.gif');
  }
  
  #toolbar .fraction {
    height:18px;
    padding-top:2px;
    width:46px;
    text-align:center;
    color: #fff;
  }
  
  #toolbar .placeholder {
    width:143px;
  }
  
  *html #toolbar .placeholder {
    width:138px;
  }    
  
  #toolbar .buy {
    width:111px;
    color: #FF272B;
    font-size: 1.10em;
  }
  
   
  #infoPanel {
    position:absolute;
    color: #fff;
    background-color: #333;
    overflow:hidden;
    height:75px;
    left:0;
    bottom:0;
    padding-bottom:2px;
    font-size:15px;
    width:100%;
    z-index:4;
  }
  
  #infoPanel .title {
    margin-left:10px;
    width:95%;
    font-size: 1.15em;
    
  }
  
  #infopanel .caption {
    margin-left:3px;
    width:95%;
    font-size: .77em;
    line-height: 1.1em;
    padding-bottom:2px;
  }
  
  #infopanel .close {
    top:1px;
    right:2px;
    
    float:right;
    position:absolute;
    width:20px;
    height:16px;
    text-align:center;
    
    /*border:2px solid #fff;*/
    cursor:pointer;
    
    background-image: url('/mods/common/styles/cnGalleryButtons/button_down_white.gif');
    background-position:center center; 
    background-repeat: no-repeat;
  }
  
  *html #infopanel .close {
    width:23px;
   }  
  
  #infopanel .highlight {
    /*border: 2px solid #eedd82;*/
    background-image: url('/mods/common/styles/cnGalleryButtons/button_down.gif');
  }
  
  #thumbViewer {
    position:absolute;
    background-color: #333;
    opacity:0.9;
    z-index:4;
    width:100%;
    margin:0px;
    top:0;
    left:0;
    height:125px;
    overflow:hidden;
  }
  
  #thumbViewer .wrapper {
    position:relative;
    height:100px;
    top:15px;
  }
  
  #thumbViewer .controls {
    height:auto;
    width:auto;
    margin:0px 15px;
    color: #fff;
    position:relative;
  }
  
  #thumbViewer .left {
    float:left;
    cursor:pointer;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_scroll_left_white.gif');
    background-position:center center; 
    background-repeat: no-repeat;
    height:20px;
    position:relative;
    width:35px;
  }
  
  #thumbViewer .right {
    float:right;
    cursor:pointer;
    background-image: url('/mods/common/styles/cnGalleryButtons/button_scroll_right_white.gif');
    background-position:center center; 
    background-repeat: no-repeat;
    height:20px;
    position:relative;
    width:35px;
  
  }
  
  #thumbViewer .control_highlight_left{
    background-image: url('/mods/common/styles/cnGalleryButtons/button_scroll_left.gif');
   }
   
  #thumbViewer .control_highlight_right{
    background-image: url('/mods/common/styles/cnGalleryButtons/button_scroll_right.gif');
  }
  
  #thumbViewer .thumbHighlight {
    text-decoration:underline;
    color: eedd82;
  }
  
  #thumbViewer .thumb {
    cursor:pointer;
    background-color: #000;
    background-position:center center; 
    background-repeat: no-repeat;
    float: left;

    border: 1px solid #fff;
  }
  
  #track {
		position: absolute;
		
	}
	#handle {
		position: absolute;
		
	}
	

  
  
   
  
