/*
	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 {position: relative;}
	.coda-slider { background: transparent }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 400px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {} 

    .homemask   {position: absolute; width: 1004px; height: 384px; background-image: url(/App_Themes/Default/Images/bg_stagemask.png); background-repeat:no-repeat; z-index: 1000;}
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1004px; height: 410px;}
	.coda-slider-wrapper.arrows .coda-slider { }
	
	/* Arrow styling */
	.coda-nav-left a {position: absolute; bottom: 5px; left: 25px; z-index: 1001; width: 38px; height: 36px; background-image: url(/App_Themes/Default/Images/bg_leftarrow.png); background-repeat:no-repeat;}
    .coda-nav-right a {position: absolute; bottom: 5px; left: 61px; z-index: 1002; width: 38px; height: 36px; background-image: url(/App_Themes/Default/Images/bg_rightarrow.png); background-repeat:no-repeat;}
	
	/* Tab nav */
	.coda-nav ul li a.current { }

    .tab4 a.current   {position: absolute; bottom: 0; right: 30px; width: 129px; height: 66px; background-image: url(/App_Themes/Default/Images/btn_tab04_on.png); background-repeat:no-repeat; z-index: 1004;}
    .tab3 a.current   {position: absolute; bottom: 0; right: 158px; width: 129px; height: 66px; background-image: url(/App_Themes/Default/Images/btn_tab03_on.png); background-repeat:no-repeat; z-index: 1005;}
    .tab2 a.current   {position: absolute; bottom: 0; right: 287px; width: 129px; height: 66px; background-image: url(/App_Themes/Default/Images/btn_tab02_on.png); background-repeat:no-repeat; z-index: 1006;}
    .tab1 a.current   {position: absolute; bottom: 0; right: 418px; width: 129px; height: 66px; background-image: url(/App_Themes/Default/Images/btn_tab01_on.png); background-repeat:no-repeat; z-index: 1007;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { position: relative; }
	
	/* Preloader */
	.coda-slider p.loading { 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 {display: block;}
	
    .tab4 a   {position: absolute; bottom: 0; right: 30px; width: 129px; height: 66px; background-image: url(/App_Themes/Default/Images/btn_tab04.png); background-repeat:no-repeat; z-index: 1004;}
    .tab3 a   {position: absolute; bottom: 0; right: 158px; width: 129px; height: 66px; background-image: url(/App_Themes/Default/Images/btn_tab03.png); background-repeat:no-repeat; z-index: 1005;}
    .tab2 a   {position: absolute; bottom: 0; right: 287px; width: 129px; height: 66px; background-image: url(/App_Themes/Default/Images/btn_tab02.png); background-repeat:no-repeat; z-index: 1006;}
    .tab1 a   {position: absolute; bottom: 0; right: 418px; width: 129px; height: 66px; background-image: url(/App_Themes/Default/Images/btn_tab01.png); background-repeat:no-repeat; z-index: 1007;}



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