/*
	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: 0px }
	noscript div { background: #ccc; border: 0px solid #900; margin: 20px 0; padding: 10px }

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

	.panel{
	position: relative;
	color: #fff;
	}
	
	.headline{
	float: center;
	text-align: left;
	display: block;
	margin-top: 100px;
	padding-left: 99px;
	padding-right: 99px;
	width: 700px;
	height: 300px;
	
	text-shadow: 0px -2px 30px #000;
    filter: dropshadow(color=#000, offx=0, offy=-2);
    }
    
    .headline_2{
	float: center;
	text-align: left;
	display: block;
	margin-top: 100px;
	padding-left: 99px;
	padding-right: 99px;
	width: 700px;
	height: 300px;
	text-shadow: 0px -2px 30px #000;
    filter: dropshadow(color=#000, offx=0, offy=-2);
	}
    
    .headline_2 ul{
    margin-top: -20px;
    }
    
    .introslide{
    display: block;
    width: 850px;
    height: 500px;
    background: url(../img/slide1.png);
	}
	
	.introtext{
	text-shadow: 0px -2px 30px #000;
        filter: dropshadow(color=#000, offx=0, offy=-2);

	margin-top: 80px;
	float: right;
	text-align: right;
	width: 300px;}
    
    .headline_2 li {
    height: 100px;
    margin-left: -40px;
    }
    
    .headline_2 img{
   	margin-bottom: 30px;
    }

    
    .headline_2 p{
    padding: 0;
    position: relative;
    display: block;
    width: 540px;
    float: right;
    }
    
    

	.coda-slider-wrapper {
	margin-top: 320px;
	text-align: center;
	padding-top: 20px;
	width: 1024px;
	}
	
	.coda-slider {
	border: 0px solid aqua; }
	
	/* 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: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 924px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 900px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 1 8px }
	
	.panel-wrapper iframe{
	margin-top: 50px;
    -webkit-box-shadow:  0px -5px 40px 0px rgba(0, 0, 0, 0.5);
        
        box-shadow:  0px -5px 40px 0px rgba(0, 0, 0, 0.5);

	}
	
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {
	position: relative;
	margin-top: 200px;
	}
	
	
	.coda-nav-left a{
	display: block;
	height: 50px;
	width: 50px;
	background: url(../img/button_left.png) no-repeat;
	}

	
	.coda-nav-right a {
	display: block;
	height: 50px;
	width: 50px;
	background: url(../img/button_right.png) no-repeat;
	}

	
	/* Tab nav */
	.coda-nav ul li a.current {
	border-bottom: 0px solid white; }
	
	
	
	/* 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 }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* 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 }
	