/*--------------------------------------------------*/
/* Raw Footage						                */
	
	#nav {
		float:left;
	}

	#nav a {
		display:block;
		width:34px;
		height:26px;
		background:url('/a/img/rawFootage/numberBg.gif') left no-repeat;
	}

	#nav a.activeSlide {
		background:url('/a/img/rawFootage/numberBgSelected.gif') left no-repeat;
	}
	
	#darkCustom{
		width: 504px;
	}
	
	#hero {
		width: 550px;	
	}
	
	#hero .bannerImage{
		margin:0 0 4px 0;
	}
	
	.bannerIntro{
		background: #fff url('../../img/global/paper_texture_bg.jpg') no-repeat 50% 50%;
		width: 500px;	
		
	}
	
	#footageLinks{
		float:left;
		clear: both;
		width: 504px;
	}
		
		#footageLinks .footageImage{
			margin: 0 0 4px 0;
		}
		
		#footageLinks #footageLinksTop{
			padding: 0 30px 0 0;
			width: 500px;
		}
	
			#footageLinks #footageLinksTop #iron883Custom{
				float:left;
				margin: 0 30px 0 0;
				width: 230px;
			}
			
			.footageIntro{
				background: #fff url('../../img/global/paper_texture_bg.jpg') no-repeat 50% 50%;;
			}
			
			p{
				padding: 0 0 10px 0;
			}
			
			#footageLinks #footageLinksTop #fooFighters{
				float:left;
				width: 230px;	
			}
	
			#footageLinks #footageLinksBottom{
				padding: 0 30px 0 0;
				width: 500px;
				clear: both;
			}
			
				#footageLinks #footageLinksBottom #emerica{
					float:left;
					margin: 0 30px 0 0;
					width: 230px;
				}

				#footageLinks #footageLinksBottom #steezyRiders{
					float:left;
					width: 230px;
				}
 /*--------------------------------------------------*/
 /* Gallery							                */

 
 #galleryContainer {
 	margin:10px 0 0 20px;
	height: 250px;
 }
 
 #galleryContainer img  {
 	border:1px solid #000;
 }
 
 .disclaimer {
	float:left;
	width:250px;
}

 #galleryMenu{
 	margin: 5px 0 0 15px;
 }
 
 #carousel {
 	margin-left:10px;
 	clear:both;
 }

 #disclaimerAndButtons{
	width: 448px;
	margin:5px 0 0 20px;
	
}
 
 #content #backNextButtons{
/* 	width: 470px;
*/ 	height: 16px;
 	margin: 10px 0 15px 0;
	font-family:arial;
	float:right;
 }
 
 	#content #backNextButtons .back {
 		color:#000;
 		background-color:#fff;
 		text-align:center;
 		float:right;
 		margin: 0 5px 0 0;
		border: 1px solid #000;	
 	}
 	
 	#content #backNextButtons .back a{
		color:#000;
		padding: 3px;
 		display:block;
 	}
 		#content #backNextButtons .back a:hover{
			background: #ddd;
		}
 	
 	#content #backNextButtons .next a{
		color:#000;
		padding: 3px;
 		display:block;
 	}
 		#content #backNextButtons .next a:hover{
 			background: #ddd;
 		}
 		
 	#content #backNextButtons .next {
 		color:#000;
 		background-color:#fff;
 		float:right;
 		text-align:center;
		border: 1px solid #000;
 	}

	#content #backNextButtons .disabled{
		border: 1px solid #ddd;	
	}
	
	#content #backNextButtons .disabled a{
		background: #ddd;
		color:#eee;
	}

 #back a {
 	color:#000;
 	text-decoration:none;
 }

 #next a {
 	color:#000;
 	text-decoration:none;
 }
 
 .galleryThumbs img {
	padding:8px 0 0 8px;
}

 #browseGalleries {
 	float:left;
 	color:#AE6612;
 	padding:5px 3px 3px 3px;
 }

#galleryListing{
	float:left;
}
 
 #dropDownButton {
 	float:left;
 	color:#fff;
 }
 	
 	#dropDownLeft{
 		float: left;
 	}
 	
 		#ddList {
 			background: url(/a/img/rawFootage/gallery/dropdown_bg.gif) repeat-x;
 			height:20px;
 			padding-top:5px;
 			float:left;
 			color:#000;
 		}

 		#ddButton {
 			float:left;
 			margin-top:2px;
 		}
 	
 #galleryListContainer{
 	float:left;
 	clear: both;
 	padding-left:0;
 }
 
 #galleryList {
 	width: 145px;
 	list-style: none;
 	padding: 0;
 	margin:0;
	position:relative;
	z-index: 80;
 }
 
 #galleryList li{
 	background:url(/a/img/rawFootage/gallery/menuItemBg.gif) no-repeat 0 0;
 	padding: 2px 0 0 11px;
 	height: 16px;
 }
 
 #galleryList li a{
 	text-decoration:none;
/*	display: block;
*/ }