/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

/**Slideshow Style**/
#slidecontainer {  height:310px;  position:relative;  width:1000px; } #slideshow {  height:379px;  position:relative; } #slideshow IMG {
	left:0;
	position:absolute;
	top:0;
	z-index:8;
	width: 995px;
	height: 380px;
} #slideshow IMG.active {  z-index:10; } #slideshow IMG.last-active {  z-index:9; } #main {  background:#222;  border-bottom:1px solid #888;  height:456px;  padding:0;  width:980px; } .main_image {  background:#333;  color:#bbb;  float:left;  font-family:sans-serif, verdana;  height:456px;  overflow:hidden;  position:relative;  text-align:left;  width:598px; }

