/*
	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.
*/


/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
		width:925px;
		height:330px;
		padding:0px 25px 0px 25px;
	 	margin: 0px 0px;
		position:relative;
	 }
	.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, .coda-slider .panel { width: 711px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { 
		width: 711px;


	
	 }
	.coda-slider-wrapper.arrows .coda-slider { 
		margin: 0px 0px;
		padding:0px; 
	}
	
	/* Arrow styling */
	.coda-nav-left a {

		margin:80px 55px 0px 0px;
		width:51px;
		display:block;
		height:0px;
		padding-top:76px;
		overflow:hidden;
		cursor:pointer;
	}
	
	.coda-nav-right a {

		position:absolute;
		right:25px;
		margin:80px 0px 0px 55px;
		width:51px;
		display:block;
		height:0px;
		padding-top:76px;
		overflow:hidden;
		cursor:pointer;
	}
	
	/* Tab nav */
	.coda-nav ul li a.current {
		background:url(../images/interface/media_thumbs.gif) no-repeat 0 -37px;
		width:64px;
		height:0px;
		padding-top:37px;
		display:block;
		overflow:hidden;
		cursor:pointer;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0px;
		overflow:hidden;
		width:711px;
		margin:  0;

	}
	
	/* -----------for media landing----------------*/
	
	.panel-wrapper .panel-banner {
		width:290px;
		float:left;
		margin:20px 0px 0px 0px;
		width:  200px;
	}
	
	
	.panel-wrapper .panel-content {
		width:386px;
		padding:18px 10px 0px 0px;
		margin:20px 0px 0px 0px;
		float:right;
	}
	
	/* -----------for music landing----------------*/
	
	.panel-wrapper .panel-banner-music {
		width:257px;
		height:257px;
		float:left;
		margin:3px 0px 0px 0px;
	}
	
	.panel-wrapper .panel-content-music {
		width:419px;
		padding:18px 10px 0px 0px;
		margin:20px 0px 0px 0px;
		float:right;
	}
	
	/* -----------end for music landing----------------*/
	
	
	/* -----------for archive landing----------------*/
	
	.panel-wrapper .panel-banner-archive {
		width:237px;
		height:237px;
		float:left;
		padding:10px;
		background-color:#ffffff;
		margin:3px 0px 0px 0px;
	}
	
	.panel-wrapper .panel-content-archive {
		width:419px;
		padding:18px 10px 0px 0px;
		margin:10px 0px 0px 0px;
		float:right;
	}
	
	/* -----------end for archive landing----------------*/	
	
	
	.panel-wrapper .content-title {
		font-size:30px;
		color:#c29232;
		font-weight:bold;
		display:block;
	}
	
	.panel-wrapper .content-subtitle {
		font-size:24px;
		color:#ffffff;
		font-weight:bold;
		display:block;
		margin:0px 0px 15px 0px;
	}
	
	.panel-wrapper p {
		font-size:12px;
		color:#cacaca;
		padding:0px 0px 15px 0px;
		line-height:18px;
	}
	
	
	
	/* 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 {
	position:absolute;
	bottom:0px;
	left:0;
	width:700px;
	margin:0px 0px 0px 225px;
}	

	
.coda-nav ul { clear: both; display: block; margin:auto; overflow: hidden; }
.coda-nav ul li { display: inline; float:left; margin:0px 10px 0px 0px;}
.coda-nav ul li a {
	background:url(../images/interface/media_thumbs.gif) no-repeat 0 0;
		width:64px;
		height:0px;
		padding-top:37px;
		display:block;
		overflow:hidden;
		cursor:pointer;
		float:left;
}

.coda-nav ul li a:hover {
	background:url(../images/interface/media_thumbs.gif) no-repeat 0 -37px;
		width:64px;
		height:0px;
		padding-top:37px;
		display:block;
		overflow:hidden;
		cursor:pointer;
		float:left;
}
	
	/* 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 { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
