/*
	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; height:254px; position:absolute; margin:0 }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 254px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 537px; margin:0; padding:0; height:217px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 537px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { display:none; margin:0; padding:0; /*background: #000; color: #fff; padding: 5px; width: 100px*/ }
	
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0; margin:0; }
	
	/* Preloader */
	.coda-slider p.loading { text-align: center }


	/* Tabbed nav */
	.content .coda-nav ul { clear: both; display: block; overflow: hidden; margin:0; padding:0; height:37px; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin: 0; padding: 0; text-decoration: none; }
	
	.coda-nav ul li.tab1 a { width:134px; height:37px; text-align:center; background:url(/animation/images/1.jpg) no-repeat; }
	.coda-nav ul li.tab2 a {width:86px; height:37px;text-align:center; background:url(/animation/images/2.jpg) no-repeat; }
	.coda-nav ul li.tab3 a {width:152px; height:37px; text-align:center; background:url(/animation/images/3.jpg) no-repeat; }
	.coda-nav ul li.tab4 a {width:77px; height:37px;text-align:center; background:url(/animation/images/4.jpg) no-repeat; }
	.coda-nav ul li.tab5 a {width:89px; height:37px;text-align:center; background:url(/animation/images/5.jpg) no-repeat; }
	
	/* Tab nav */
	.coda-nav ul li.tab1 a.current { background:url(/animation/images/1-over.jpg) no-repeat; }
	.coda-nav ul li.tab2 a.current { background:url(/animation/images/2-over.jpg) no-repeat; }
	.coda-nav ul li.tab3 a.current { background:url(/animation/images/3-over.jpg) no-repeat; }
	.coda-nav ul li.tab4 a.current { background:url(/animation/images/4-over.jpg) no-repeat; }
	.coda-nav ul li.tab5 a.current { background:url(/animation/images/5-over.jpg) no-repeat; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; padding:0; margin:0; }
	.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; }
	
	/* New Styles added 06/11/2010 */
	h2.title { display:none;}
	

/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 99%;
	font-family: Arial;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
}
ol, ul {
	margin-left: 25px;
}

:focus {
	outline: 1px #c0c dotted;
}*/
