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