/*
	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 { padding: 0; width:760px; background:url(../img/coda_bg.png);}
	.coda-slider-wrapper .coda-slider {}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-wrapper .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-wrapper .coda-slider, .coda-slider-wrapper .coda-slider .panel { width: 500px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper .coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 5px;  }
	
	/* Tab nav */
	.coda-slider-wrapper .coda-nav ul li a.current { background: url(../img/coda_nav_bg_active.png) no-repeat }
	
	/* Panel padding */
	.coda-slider-wrapper .coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider-wrapper .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; padding:0;}
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }*/

	.coda-slider-wrapper .coda-nav{
		display:inline-block;
		width:260px;
	}
	.coda-slider-wrapper .coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; padding:0;}
	.coda-slider-wrapper .coda-nav ul li {width:260px; background:url(../img/coda_nav_bg.png) repeat-x; height:30px;  }
	.coda-slider-wrapper .coda-nav ul li a { color: #333; margin-right: 1px; padding: 6px 20px; text-decoration: none;width:235px; line-height:30px  }
	
	/* Miscellaneous */
	.coda-slider-wrapper .coda-slider-wrapper { clear: both; overflow: hidden; width:760px }
	.coda-slider-wrapper .coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider-wrapper .coda-slider .panel { display: block; float: left }
	.coda-slider-wrapper .coda-slider .panel-container { position: relative }
	.coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper  .coda-nav-right { float: left; }
	.coda-slider-wrapper .coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none;}
	
	
	.coda-slider-wrapper .coda-slider h2.title{
		display:none;
	}
	
	.coda-slider-wrapper .coda-slider h2{
		margin-top:0;
	}
	
	
	.coda-slider-wrapper .coda-slider h2 ul{
		margin-left:153px;
		font-size:12px
	}
	.coda-slider-wrapper .coda-slider h2 ul li{
		font-size:15px
	}


/****************************************************************************************************************************************************************************************/	
/****************************************************************************************************************************************************************************************/	
/****************************************************************************************************************************************************************************************/	
	
/* Most common stuff you'll need to change */

	.coda-slider-wrapper_default { padding: 0; width:760px; height: 300px; position:relative; margin-bottom:15px;}
	.coda-slider-wrapper_default .coda-slider { border:1px solid #d2d3d4; border-radius:5px}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-wrapper_default .coda-slider-no-js .coda-slider { height: 300px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider-wrapper_default .coda-slider, .coda-slider-wrapper_default .coda-slider .panel { width: 760px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper_default .coda-slider-wrapper_default.arrows .coda-slider, .coda-slider-wrapper_default .coda-slider-wrapper_default.arrows .coda-slider .panel { width:760px }
	.coda-slider-wrapper_default .coda-slider-wrapper_default.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-slider-wrapper_default .coda-nav-left a, .coda-slider-wrapper_default .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 5px;  }
	
	/* Tab nav */
	.coda-slider-wrapper_default .coda-nav ul li a.current { font-weight:bold }
	
	/* Panel padding */
	.coda-slider-wrapper_default .coda-slider .panel-wrapper { padding: 0px }
	
	.coda-slider-wrapper_default .coda-slider p { padding: 0; margin:0 }
	
	/* Preloader */
	.coda-slider-wrapper_default .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; padding:0;}
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }*/

	.coda-slider-wrapper_default .coda-nav{
		display:inline-block;
		width:260px;
	}
	.coda-slider-wrapper_default .coda-nav ul { clear: both; display: block; margin: auto; overflow: auto; padding:0; position:absolute; left:10px; top:5px; z-index:500}
	.coda-slider-wrapper_default .coda-nav ul li {width:20px; height:20px; display:inline-block; border:1px solid #333; border-radius:3px; text-align:center;  }
	.coda-slider-wrapper_default .coda-nav ul li a { color: #333; margin-right: 1px; padding: 0px; text-decoration: none;width:20px; line-height:20px  }
	
	/* Miscellaneous */
	.coda-slider-wrapper_default .coda-slider-wrapper_default { clear: both; overflow: hidden; width:760px }
	.coda-slider-wrapper_default .coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider-wrapper_default .coda-slider .panel { display: block; float: left }
	.coda-slider-wrapper_default .coda-slider .panel-container { position: relative }
	.coda-slider-wrapper_default .coda-nav-left, .coda-slider-wrapper_default  .coda-nav-right { float: left; }
	.coda-slider-wrapper_default .coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none;}
	
	
	.coda-slider-wrapper_default .coda-slider h2.title{
		display:none;
	}	
	
/****************************************************************************************************************************************************************************************/	
/****************************************************************************************************************************************************************************************/	
/****************************************************************************************************************************************************************************************/	
	
/* Most common stuff you'll need to change */

	.coda-slider-wrapper_default_slim { padding: 0; width:240px; height: 250px; position:relative; margin-bottom:15px;}
	.coda-slider-wrapper_default_slim .coda-slider { border:1px solid #d2d3d4; border-radius:5px}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-wrapper_default_slim .coda-slider-no-js .coda-slider { height: 250px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider-wrapper_default_slim .coda-slider, .coda-slider-wrapper_default_slim .coda-slider .panel { width: 240px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper_default_slim .coda-slider-wrapper_default_slim.arrows .coda-slider, .coda-slider-wrapper_default_slim .coda-slider-wrapper_default_slim.arrows .coda-slider .panel { width:240px }
	.coda-slider-wrapper_default_slim .coda-slider-wrapper_default_slim.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-slider-wrapper_default_slim .coda-nav-left a, .coda-slider-wrapper_default_slim .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 5px;  }
	
	/* Tab nav */
	.coda-slider-wrapper_default_slim .coda-nav ul li a.current { font-weight:bold }
	
	/* Panel padding */
	.coda-slider-wrapper_default_slim .coda-slider .panel-wrapper { padding: 0px }
	
	.coda-slider-wrapper_default_slim .coda-slider p { padding: 0; margin:0 }
	
	/* Preloader */
	.coda-slider-wrapper_default_slim .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; padding:0;}
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }*/

	.coda-slider-wrapper_default_slim .coda-nav{
		display:inline-block;
		width:260px;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; padding:0; position:absolute; z-index:500;width:240px; max-width:240px; bottom:0; left:1px; position:absolute; background:url(../img/miniteaser-navigation.jpg) no-repeat}
	.coda-slider-wrapper_default_slim .coda-nav ul li {width:60px; height:20px; display:inline-block; text-align:center; float:left  }
	.coda-slider-wrapper_default_slim .coda-nav ul li a { color: #333; margin-right: 1px; padding: 0px; text-decoration: none;width:60px; line-height:20px; display:block; height:20px; cursor:pointer  }
	
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab1{
		background:url(../img/miniteaser-pages.png) no-repeat -59px 0px  ;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab1:hover{
		background:url(../img/miniteaser-pages.png) no-repeat 0px 0px;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab2{
		background:url(../img/miniteaser-pages.png) no-repeat -59px -19px  ;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab2:hover{
		background:url(../img/miniteaser-pages.png) no-repeat 0px -19px;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab3{
		background:url(../img/miniteaser-pages.png) no-repeat -59px -38px  ;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab3:hover{
		background:url(../img/miniteaser-pages.png) no-repeat 0px -38px;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab4{
		background:url(../img/miniteaser-pages.png) no-repeat -59px -57px  ;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab4:hover{
		background:url(../img/miniteaser-pages.png) no-repeat 0px -57px;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab5{
		background:url(../img/miniteaser-pages.png) no-repeat -59px -76px  ;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab5:hover{
		background:url(../img/miniteaser-pages.png) no-repeat 0px -76px;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab6{
		background:url(../img/miniteaser-pages.png) no-repeat -59px -95px  ;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab6:hover{
		background:url(../img/miniteaser-pages.png) no-repeat 0px -95px;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab7{
		background:url(../img/miniteaser-pages.png) no-repeat -59px -114px  ;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab7:hover{
		background:url(../img/miniteaser-pages.png) no-repeat 0px -114px;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab8{
		background:url(../img/miniteaser-pages.png) no-repeat -59px -133px  ;
	}
	.coda-slider-wrapper_default_slim .coda-nav ul li.tab8:hover{
		background:url(../img/miniteaser-pages.png) no-repeat 0px -133px;
	}
	
	
	/* Miscellaneous */
	.coda-slider-wrapper_default_slim .coda-slider-wrapper_default_slim { clear: both; overflow: hidden; width:760px }
	.coda-slider-wrapper_default_slim .coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider-wrapper_default_slim .coda-slider .panel { display: block; float: left }
	.coda-slider-wrapper_default_slim .coda-slider .panel-container { position: relative }
	.coda-slider-wrapper_default_slim .coda-nav-left, .coda-slider-wrapper_default_slim  .coda-nav-right { float: left; }
	.coda-slider-wrapper_default_slim .coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none;}
	
	
	.coda-slider-wrapper_default_slim .coda-slider h2.title{
		display:none;
	}	
	
	h2.coda-slider-wrapper_default_slim_headline{
		padding:3px;
		padding-left:10px;
		margin:0;
		font-weight:normal;
		font-size:11px;
		color:#FFF;
		background: #01d0c8; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxZDBjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTlkOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #01d0c8 0%, #019d99 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01d0c8), color-stop(100%,#019d99)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #01d0c8 0%,#019d99 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #01d0c8 0%,#019d99 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #01d0c8 0%,#019d99 100%); /* IE10+ */
		background: linear-gradient(top,  #01d0c8 0%,#019d99 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01d0c8', endColorstr='#019d99',GradientType=0 ); /* IE6-8 */

	}
	
	
	
	
	.coda-slider-wrapper_default_slim .coda-slider .top5_row{
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
	}
	
	.coda-slider-wrapper_default_slim .coda-slider .top5_row_cell{
		background:url(../img/start_top5_bg.png) no-repeat;
	}
