div.content {
	margin: 40px 10px;
	padding: 0px;
}
.scroller_view #large_image_container {
	height: 465px;
}
.image_view #large_image_container {
	height: 610px;
	margin: 10px 0px 0px 0px;
}

/* GENERICS */
.gallery { color: white; }
.gallery a img { border: 1px solid black; }

/* TOP */
.gallery .top {
	height: 36px;
	background: url(t.png) top left repeat-x;
	color: white;
}
.gallery .top .l {
	float: left;
	width: 10px;
	height: 36px;
	background: url(tl.gif) top left no-repeat;
}
.gallery .top .r {
	float: right;
	width: 10px;
	height: 36px;
	background: url(tr.gif) top right no-repeat;
}
.gallery .top .gallery_name {
	font-family: "Trebuchet MS", "Myriad Web Pro", "Gill Sans MT", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding: 8px 0px 0px 5px;
}
.gallery .top .gallery_name .name {
	font-weight: bold;
}
.gallery .top .r_tools {
	float: right;
}

/* MID */
.gallery .mid {
	background: url(bg.png) top left repeat;
	padding: 5px;
}

/* BOTTOM */
.gallery .bottom {
	height: 36px;
	background: url(b.png) top left repeat-x;
	color: #ccc;
}
.gallery .bottom .l {
	float: left;
	width: 10px;
	height: 36px;
	background: url(bl.gif) top left no-repeat;
}
.gallery .bottom .r {
	float: right;
	width: 10px;
	height: 36px;
	background: url(br.gif) top right no-repeat;
}
.gallery .l_tools, .gallery .r_tools, .gallery .c_tools {
	padding: 7px;
}
.gallery .bottom .l_tools {
	float: left;
}
.gallery .bottom .r_tools {
	float: right;
}
.gallery .bottom .c_tools {
	text-align: center;
}
.gallery a, .gallery a:visited { color: white; text-decoration: none; }
.gallery a:hover, .gallery a:visited:hover { color: white; text-decoration: underline; }

.gallery .bottom a, .gallery .top a { color: #ccc; text-decoration: none; }
.gallery .bottom a:hover, .gallery .top a:hover { color: white; text-decoration: none; }


/* INDIVIDUAL VIEW OPTIONS */
.gallery .index_view .photo { margin: 3px; }
.gallery .index_view .photo .container, .gallery .scroller_view #scroller .photo .container, .gallery .thumbnails .photo .container { width: 160px; text-align: center; vertical-align: middle; display: inline; }
.gallery .index_view .photo img { border: 1px solid black; }

.gallery .scroller_view .info { /* width: 200px; */ color: #aaa; vertical-align: top; }
.gallery .scroller_view .info .group { margin-bottom: 20px; }
.gallery .scroller_view .info .heading { font-size: 1.2em; font-weight: bold; color: #ccc; border-bottom: 2px solid black; }
.gallery .scroller_view .info .label { text-align: right; vertical-align: top; }

.gallery .scroller_view #main_image { text-align: center; width: 610px; }
.gallery .scroller_view #main_image img { border: 1px solid black; }

.gallery #scroll_container {
	width: 100%;
	height: 83px;
}
/*.gallery #scroll_container, .gallery #scroll_container td {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}*/
.gallery #scroll_left {
	width: 15px;
	height: 83px;
	float: left;
	padding: 0px;
}
.gallery #scroll_right {
	width: 15px;
	height: 83px;
	float: right;
	padding: 0px;
}
.gallery .scroller_view #scroller {
	margin: 0px 0px;
	height: 73px;
	border: 1px solid black;
	overflow: hidden;
	padding: 4px 0px 4px 5px;
	background: url(scroll_bg.png) repeat-x;
}
.gallery .scroller_view #scroller .photo { }
#scroller table { border-collapse: collapse; }
.gallery #scroll_container #scroller .photo { padding: 0px 5px 0px 0px; }
#scroller .photo img { border-top-width: 0px; border-bottom-width: 0px; }
#scroller .photo a { text-decoration: none; }
#scroller .photo span {
	position: relative;
	top: -25px;
	left: 3px;
	z-index: 1;
	font-weight: bold;
	color: white;
	text-decoration: none;
	// display: none;
}

.gallery .image_view .photo { text-align: center; }
.gallery .image_view .photo img { border: 1px solid black; }

.gallery .list th { background: black url(b.png); border-bottom: 1px solid black; border-top: 1px solid #333; }
.gallery .odd { background: #444; }
.gallery .even { background: #333; }
.gallery .highlight { background: #555; }
.gallery .list { font-size: 1em; }

.gallery .thumbnails .photo .container {
	border: 1px dashed #666;
	padding: 4px;
	margin: 10px;
	cursor: pointer;
	display: block;
	text-align: center;
	height: 240px;
	overflow: hidden;
}
.gallery .thumbnails .photo .highlight { border: 1px solid #666; }
.gallery .thumbnail img { border: 1px solid black; display: block; margin: 5px auto 10px auto; }
.gallery .thumbnail .title_desc { height: 6.7em; overflow: hidden; }
.gallery .thumbnail .title { font-weight: bold; display: block; font-size: 1.2em; }
.gallery .thumbnail .description { height: 4.8em; overflow: hidden; color: #ddd; }
.gallery .thumbnail .date { color: #999; }

.gallery p { padding: 10px; }
.gallery p a, .gallery p a:visited, .gallery .list a, .gallery .list a:visited { border-bottom: 1px dotted white; }
.gallery p a:hover, .gallery p a:visited:hover, .gallery .list a:hover, .gallery .list a:visited:hover { border-bottom: 1px solid white; text-decoration: none; }

.gallery #info .heading { display: none; }
.gallery #info p, .gallery #caption { padding: 2px; margin: 0px; text-align: center; }
.gallery #info .label, .gallery #caption .label { color: #ccc; font-style: italic; }
.gallery #info .value { padding-right: 10px; }
.gallery #caption { margin: 0px 0px 10px 0px; }

.gallery span.photo { float: left; }
.gallery .choose_image .photo .container { width: auto; height: 105px; }
.gallery .choose_image .photo .container img { margin-top: 0px; }
.navigation { overflow: hidden; }

#downloads th { white-space: nowrap; }
#downloads tr { cursor: pointer; }
#downloads #total td { font-weight: bold; }
