/*
	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 */

	/*noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }*/

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0; position:relative; margin-top:-73px;}
	.coda-slider {color:#5c5c5c; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 940px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 940px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #fff; color: #f4b7b7; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; position:relative; top:45px; z-index:10; margin-right: 18px;}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { 
		background: url("../images/transparent-33.png");
		color: #f4b7b7;
		display: block;
		float: left;
		margin-right: 2px;
		padding: 8px 11px 7px 11px;
		text-decoration: none;
		border-radius: 7px 0px 0px 0px; 
		-moz-border-radius: 7px 0px 0px 0px; 
		-webkit-border-radius: 7px 0px 0px 0px;
		font-size:13px;
		font-weight: bold;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; float:left;}
	.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 { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	.panel h2.title {
		margin-bottom: 30px;
		position:relative;
		text-transform:uppercase;
		font-weight: normal;
		font-size: 27px;
		margin-top:-7px;
		margin-left:15px;
		color:white;
		z-index:9;
		top:-10px;
	}
#main-title-bg{
	background: url('../images/bt-bg_black.jpg') repeat black;
	width:270px;
	height:50px;
	float:left;
	position:relative;
	top:40px;
	z-index:0;
	margin-left:20px;
	border-radius: 0px 13px 0px 13px; 
	-moz-border-radius: 0px 13px 0px 13px; 
	-webkit-border-radius: 0px 13px 0px 13px;
}