/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { width: 720px; position: absolute; top: 10px; left: 13px; }
	.coda-slider { background: #ebebeb }
	
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 720px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 720px; height:250px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0  }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {display: none; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { }
	.coda-slider .panel-wrapper img{ width: 720px; height:250px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */
#coda-nav-left-1, #coda-nav-left-2 { diplay:none; }
	#coda-nav-left-1, #coda-nav-1, #coda-nav-right-1, #coda-nav-left-2, #coda-nav-2, #coda-nav-right-2 { float: left }
	#coda-nav-1 ul, #coda-nav-2 ul { margin: 20px 0 0 -35px !important }
	#coda-nav-left-1 a, #coda-nav-right-1 a, #coda-nav-left-2 a, #coda-nav-right-2 a { padding: 4px; width: 20px }
	#coda-slider-1, #coda-slider-2 { clear: both }
	
	#coda-slider-9, #coda-slider-9 .panel { width: 465px }
	#coda-slider-9 h2.title { display: none }

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; overflow: hidden; padding:5px 0 0 -80px; margin-left:-80px;}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #ccc; color: #fff; display: block; float: left; margin-right: 8px; padding: 3px; text-decoration: none }
	.coda-nav ul li a img{ width: 105px; height:45px;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { display: none; }
	.coda-nav-left a, .coda-nav-right a { display: none; }
	
	.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 10px; height: 50px; 
											  margin-top: -80px; position: relative; z-index: 9999; color: white; }
.photo-meta-data h2								{margin:5px;}			  
.photo-meta-data h2 a						{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:22px; color:#fff;}											  
.photo-meta-data p 						{ font-size: 11px; }
	