/*
	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: 20px 0; color:#fff; 	
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:50px;}
	.coda-slider {background-color:#b40015;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 420px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 940px; height:420px; } 
	
	.bgMelbourne {background-image: url(../images/bg_melbourne.gif);background-color: #b40015;background-repeat: no-repeat;}
	.bgSydney {background-image: url(../images/bg_sydney.gif);background-color: #b40015;background-repeat: no-repeat;}		
	.bgBrisbane {background-image: url(../images/bg_brisbane.gif);background-color: #b40015;background-repeat: no-repeat;}	
	.bgAdelaide {background-image: url(../images/bg_adelaide.gif);background-color: #b40015;background-repeat: no-repeat;}	
	.bgPerth {background-image: url(../images/bg_perth.gif);background-color: #b40015;background-repeat: no-repeat;}		
	.bgWelcome {background-image: url(../images/bg_welcome.gif);background-color: #b40015;background-repeat: no-repeat;}			
	
	/* GoogleMaps */
	#mapleft {
	float:left;
	width:500px;	
	}
	
	#mapright {

	float:right;
	width:190px;	
	}
	
	#mapclear {
		clear:both;
	}
	
	
	/* 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 }
	
	/* 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: #b40015;color:#fff; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }


	/* added for Brave New World */
	.braveLargeTitle {margin-top:140px;margin-bottom:2em;}
	.notShown {margin-left:-9999px;display:none;}
	.coda-slider-wrapper .firstCol {
		width:560px;
	}
	
	a.btnMore
	{
		background: url("../images/bg_more_button.gif") no-repeat 0 0;
		width:192px;
		height:25px;
		display:block;
		float:left;
		margin-right:20px;
	}
	
	a.btnRegister
	{
		background: url("../images/bg_register_button.gif") no-repeat 0 0;
		width: 192px;
		height: 25px;
		display: block;
		float: left;
	}
	
	a.btnRegister2
	{
		background: url("../images/bg_register_button2.gif") no-repeat 0 0;
		width: 192px;
		height: 25px;
		display: block;

	}
	
	a.btnPresenters
	{
		background: url("../images/bg_presenters_button.gif") no-repeat 0 0;
		width: 192px;
		height: 25px;
		display: block;

	}
	
	a.btnPresentation
	{
		background: url("../images/bg_presentation_button.gif") no-repeat 0 0;
		width: 192px;
		height: 25px;
		display: block;

	}	
	
	a.btnMore:hover,a.btnRegister:hover,a.btnRegister2:hover,a.btnPresenters:hover,a.btnPresentation:hover
	{background-position: 0 -25px;}

	a.btnMore .buttonText, a.btnRegister .buttonText,a.btnRegister2 .buttonText, a.btnPresenters .buttonText, a.btnPresentation .buttonText {display:none;}
	
	/* Typography */
	.coda-slider-wrapper .firstCol p
	{
		margin-bottom: 1em;
		font-size: 0.95em;
		font-style: normal;
		line-height:1.15em;
		font-family:helvetica,arial,verdana;
		color:#fff;
	}
	
	.coda-slider-wrapper .firstCol strong {color:#fff;}
	.coda-slider-wrapper .firstCol p.nomargin {margin-bottom:0px;font-size:1em;font-style:normal;}
	.coda-slider-wrapper .firstCol h2,.coda-slider-wrapper .firstCol h3 {margin-bottom:0px}
	
	.coda-slider-wrapper .firstCol a {color:#fff;text-decoration:none;}
	.coda-slider-wrapper .firstCol a:hover {color:#fff;text-decoration:underline;}

/* 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 { background: #ccc; color: #666; display: block; float: left; margin-right: 1px; padding: 10px 20px; text-decoration: none }
	.coda-nav ul li a:hover { background: #999; color: #fff; display: block; float: left; margin-right: 1px; padding: 10px 20px; 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 }
	