/*
	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 { padding: 0px }
	.coda-slider { background: #ebebeb }
	
	/* 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: 960px } 
	
	/* 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 }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* 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 {float:left;}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { float:left; list-style-type:none; margin-left:0px; }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; padding: 5px 8px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; position:relative;}
	.coda-slider { float: left; overflow: hidden; position: relative;height:299px; }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative;overflow:hidden; }
	.coda-nav-left, .coda-nav-right { position:absolute; top:50%; margin-top:-25px;	z-index:10;  }
	.coda-nav-left { left:0; margin-left:10px; }
	.coda-nav-right { right:0; margin-right:10px; }
	.coda-nav-left a { background: url('../../images/arrow_left.png') no-repeat center center;}
	.coda-nav-right a { background: url('../../images/arrow_right.png') no-repeat center center;}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; opacity:0.8; height:30px; width:30px; outline:none; }
	.coda-nav-left a:hover, .coda-nav-right a:hover { opacity:1;}
	.panel {
		position:relative;
		height:299px;
		width:960px;
	}
	.panel a.join1:hover, .panel a.join2:hover, .panel a.join3:hover, .panel a.join4:hover {
		background: url('../../images/banner_join_hover.gif') top left no-repeat
	}
	.panel a.tour1:hover, .panel a.tour2:hover, .panel a.tour3:hover, .panel a.tour4:hover {
		background: url('../../images/banner_tour_hover.gif') top left no-repeat;
	}
	.panel img {
		position:absolute;
		top:0;
		left:0;
		z-index:1;
	}
	.panel a {
		background: url('../../images/banner_join_hover.gif') 0 -500px no-repeat;
		position:absolute;
		display:block;
		text-indent:-100px;
		overflow:hidden;
		z-index:100;
		cursor:pointer;
	}
	.panel a.join1 {
		bottom:37px;
		left:47px;
		height:37px;
		width:116px;
	}
	.panel a.tour1 {
		bottom:37px;
		left:173px;
		height:37px;
		width:139px;	
	}
	.panel a.join2 {
		bottom:22px;
		right:172px;
		height:37px;
		width:116px;
	}
	.panel a.tour2 {
		bottom:22px;
		right:23px;
		height:37px;
		width:139px;	
	}
	.panel a.join3, .panel a.join4 {
		bottom:22px;
		left:21px;
		height:37px;
		width:116px;
	}
	.panel a.tour3, .panel a.tour4 {
		bottom:22px;
		left:147px;
		height:37px;
		width:139px;	
	}
	.panel .banner_video1 {
		position:absolute;
		display:none;
		text-indent:-100px;
		overflow:hidden;
		background: url('../../images/teaser_trailer_video_thumb.gif') top left no-repeat;		
		bottom:90px;
		left:48px;
		height:70px;
		width:127px;
	}
	.panel .banner_video1:hover {
		background: url('../../images/teaser_trailer_video_thumb.gif') bottom left no-repeat;	
	}
	.panel .banner_video2 {
		position:absolute;
		background: url('../../images/easy_as_that_video_thumb.gif') top left no-repeat;	
		text-indent:-100px;
		display:none;
		overflow:hidden;
		bottom:90px;
		left:185px;
		height:70px;
		width:127px;	
	}
	.panel .banner_video2:hover {
		background: url('../../images/easy_as_that_video_thumb.gif') bottom left no-repeat;	
	}