html, body {
	background: #333333 url(/img/gallery/body1.jpg) repeat-x;
}

#page {
	background: transparent  url(/img/gallery/page1.jpg) no-repeat center top;
}

 #page.videoenabled {
	background: transparent  url(/img/gallery/page1_s.jpg) no-repeat center top;
}


#footer {
	text-align: center;
	color: #999;
}

#footer a {
	color: #ccc;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#zoom {
	background: #222;
}


#thumbs {
	background: #222;
}

#thumbs a, a.tn {
	background: transparent url(/img/gallery/thumb-dark.gif) no-repeat center top;
}

#thumbs a:hover, a.tn:hover {
	background: transparent url(/img/gallery/thumb-dark.gif) no-repeat center -77px;
}

#thumbs li.active a {
	background: transparent url(/img/gallery/thumb-dark.gif) no-repeat center -154px;
}

#thumbsloading {
	background: #222 !important;
	color: #888 !important;
}


#imgprev {
	background: transparent url(/img/gallery/overlay_prev-dark.gif) no-repeat left bottom;
}

#imgnext {
	background: transparent url(/img/gallery/overlay_next-dark.gif) no-repeat right bottom;
}

#gallery_list {
background: #222;
}

#gallery_list a {
 color: #fff;
}


#gallery_list p {
 color: #ccc;
}


#toggleimage, #togglevideo, #downloads {
 text-decoration: none;
 color: #ccc;
 background: #222;
}

#toggleimage:hover, #togglevideo:hover, #downloads:hover {
 color: #fff;
 background:#444;
}
