h2 {
	padding: 5px;
	background: #444;
	color: #EFA500;
}

h2 select {
	margin-left: 25px;
}

#content {
	background: white;
}

#gallery {
	margin: 10px;
  	font-weight: bold;
  	font-family: Arial;
	color: white;
}

#project_list,
#asset_list {
	margin-left: -40px;
	list-style: none;
	margin-bottom: 10px;
}

#project_list li, 
#asset_list li {
  float: left;
  text-align: center;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 160px;
  height: 96px;
  margin-left: 20px;
  margin-bottom: 20px;
}

/*
#project_list li a img, 
#project_list li a:visited img, 
#asset_list li a img, 
#asset_list li a:visited img {
  display: block;
  margin-bottom: 5px;
  border: 5px solid black;
}

#project_list li a:hover img, 
#asset_list li a:hover img {
  background-color: yewl;
  border: 5px solid white;
}
*/

#project_list li small, 
#asset_list li small {
  display: block;
}

#project_list li span,
#asset_list li span {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9f1919;
}

form {
	clear: both;
}

/* Main Gallery Page */

.gallery_image {
	width: 160px;
	height: 96px;
	overflow: hidden;
	display: block;
  	margin-bottom: 5px;
  	border: 5px solid black;
}

* html .gallery_title {
	width: 160px;	/* IE Needs width and display block for transparent */
	display: block;
}

.gallery_title {
	position: relative;
	top: -100px;
}

.gallery_info small {
	position: relative;
	top: -25px;
	width: 160px;
	margin-left: 5px;
	text-align: center;
}

.gallery_info small { color: white; }
.gallery_info { text-decoration: none; }
.gallery_link img { border: none; }
.gallery_image a { text-decoration: none; }

.trans_box {
  /* IE Filter for transparency */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/70p_gray.png');
}

.trans_box[class] {
  background-image:url(/images/70p_gray.png);
}

/* Image View Lightbox */
#viewer_box {
}