/*
	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 */


	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

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

	.coda-slider-wrapper { margin: 20px 0; position:relative; height:480px;  background:#290e13; z-index:10; }
	.coda-slider { background: none; }
	
	/* 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 { width: 1000px; height:480px; overflow:hidden; margin-left:-50px; }
	
	/* width of panel */
	.coda-slider .panel  { width: 203px; }
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }

	
	/* Panel padding */
	.coda-slider .panel-wrapper { margin: 14px; height:112px; overflow:hidden; }
		
	/* 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-bg { width:900px; height:340px; background:url(images/bg_texture1.png); background-position:0 -70px; -moz-opacity: 0.1; filter:alpha(opacity=10); opacity: .1; float:left; position:absolute; z-index:20; }
	html>body .coda-nav-bg { height:377px; background-position:0 -33px; top:-37px; }
	

	.slider-tab { width:326px; height:37px; position:absolute; top:-37px; float:left; left:253px; text-align:left; padding:5px 7px 0px; color:#fff; clear:both;  }
	html>body .slider-tab { width:312px; height:32px; }
	
	html>body .slider-tab-bg { background:url(images/slider_tab.png) no-repeat; z-index:18; }
	
	
	.coda-nav { float:left; position:relative; display:block; }
	.coda-nav-ul { /*clear: both; display: block; margin: auto;*/ }
	.coda-nav-ul .coda-nav-li { 
		display: inline; 
		position:absolute;
		width:900px;
		overflow:visible
		background: none; 
		color: #fff; 
		display: block; 
		left:0px; 
		margin-right: 1px;  
		text-decoration: none; 
		-moz-opacity: 0.0;
		filter:alpha(opacity=0);
		opacity: .0;
		height:340px;
		z-index:1;
	}
	
	/* Tab nav */
	.coda-nav-ul .coda-nav-li.current { background: none; -moz-opacity: 1.00; filter:alpha(opacity=100); opacity: 1.0; z-index:99; overflow:visible; }
	
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; margin-top:50px; }
	.coda-slider { float: left; position: relative; clear:both; top:340px; height:140px; !important }
	.slider_over { position:absolute; background:url(images/slider_over.png); left:194px; width:215px; height:140px; overflow:visible; background-repeat:no-repeat; z-index: 50;}
	.coda-slider .panel { display: block; float: left; background:#BDC67A; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-left, .coda-nav-right { position: absolute; width:100px; }
	.coda-nav-left { left: -200px; top: 200px; }
	.coda-nav-right { right: -200px; top: 200px; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	.coda-img {
		float:left;
		width:480px;
		height:290px;
		margin:25px;
		overflow:hidden;
	}
	
	.coda-img img {
		width:480px;
	}
	
	.coda-content {
		float:left;
		color:#fff;
		width:312px;
		margin:25px 30px 25px 0px;
		}
	
	#content .coda-content h3 a, #content .coda-content a {
		color:#fff;
		text-decoration:none;
	}
	
	.slider-status {
	width:126px;
	height:26px;
	background-repeat:no-repeat;
	float:left;
	margin:2px;
	}
	
	.slider-status-nowplaying {
		background:url(images/btn_nowplaying.png);
	}
	.slider-status-nextweek {
		background:url(images/btn_nextweek.png);
	}
	.slider-status-comingsoon {
		background:url(images/btn_comingsoon.png);
	}
	
	.slider-when {
	float:right;
	text-align:center;
	width:auto;
	padding-right:8px;
	line-height:13px;
	}
	
	#content .slider-when a {
		color:#fff;
	}
	
	.slider-event {
	width:59px;
	height:26px;
	background-repeat:no-repeat;
	background-position:10px;
	left:10px;
	float:left;
	margin:2px;
	}
	
	.slider-event-E {
		background:url(images/btn_event.png);
	}
	.slider-event-L {
		background:url(images/btn_live.png);
	}
	.slider-event-T {
		background:url(images/btn_tv.png);
		width:35px;
	}
	.slider-event-free {
	background:url(images/btn_free.png);
	background-position:0;
	width:59px;
	height:26px;
	background-repeat:no-repeat;
	margin:15px 0px 10px;
	}
		