#content {
	height: 385px;
}

/** Left Nav Styles **/
	#media_left_nav {
		float: left;
		width: 219px;
		height: 380px;
		background: #FFF;
		color: #000;
		margin: 5px 0px 0px 5px;
		display: inline;
		overflow: hidden;
	}
	
	#media_left_nav a {
		color: #000;
	}
	
	#media_tabs {
		background: #000;
	}
	
	#media_tabs a img {
		border: none;
	}
	
	#thumbnail_container {
		height: 325px;
		overflow: hidden;
	}
	
	.thumbnail {
		float: left;
		width: 76px;
		padding: 17px 0px 0px 22px;
		font-size: 9px;
		text-align: center;
	}
	
	.video_thumbnail {
		float: left;
		width: 76px;
		padding: 10px 0px 0px 22px;
		font-size: 9px;
		text-align: center;
	}
	
	#thumbnail_container a:hover {
		color: #D31145;
	}
	
	.thumbnail a img, .video_thumbnail a img {
		border: none;
	}
	
	#media_prev_next {
		clear: both;
		margin: 5px auto 0px;
		padding-left: 10px;
		text-align: center;
		font-size: 9px;
	}
	
	#media_prev_next a:hover {
		color: #666;
	}
	
	#category_list {
		padding: 7px 7px 0px 7px;
		line-height: 20px;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#category_list a {
		color: #ADADAD;
	}
	
	#category_list a:hover {
		color: #444;
	}
/** End left nav styles **/

#media_right_side {
	float: right;
	width: 660px;
	height: 385px;
}

#media_content  {
	width: 630px;
	height: 355px;
	margin: 10px 30px 0px 0px;
}

#media_center_title {
	float: right;
}

#media_picture_caption {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	height: 355px;
}

#media_picture_caption img {
	margin-bottom: 3px;
	border: none;
}

#media_object_title {
	font-weight: bold;
	height: 13px;
}

#media_caption {
	margin-left: 3px;
	overflow: visible;
	text-align: left;
}

#media_jump_to_photos {
	width: 160px;
	float: right;
	margin-top: 80px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#media_text_description {
	float: left;
	width: 240px;
	margin-top: 5px;
}

#media_object {
	float: right;
	margin-top: 5px;
}

#prev_next_image_box {
	float: left;
	width: 100%;
}

#prev_next_image_box a, #open_popup_a, .thumbnail a {
	cursor: pointer;
}

#prev_image_link {
	float: left;
}

#next_image_link {
	float: right;
}

#popup_image_box {
	z-index: 100;
	position:absolute;
	top: 63px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 520px;
	text-align: center;
	display: none;
}

#popup_image_inner {
	background: #EEE;
	margin: 0 auto;
	padding: 0px 3px 3px 3px;
	text-align: center; 
}

#image_box_close {
	float: right;
	height: 20px;
	margin: 7px 7px 5px 0px;
}

#image_box_close a:hover {
	color: #999;
}

#image_box_close a img {
	margin-bottom: -2px;
}

.case_study_link {
	margin-bottom: 7px;
	display: block;
}

#pdf_download {
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

#pdf_download img {
	border: none;
}

#lit_case_links a {
	font-size: 11px;
	color: #D70A0A;
	font-weight: bold;
	text-transform: uppercase;
}