/*
	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 }
	.coda-slider { background: white }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 220px; overflow: hidden !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { height: 220px; width: 660px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 660px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { 
	background: url(../images/top_menu.jpg) center bottom; 
	border: none;
	padding: 5px; 
	width: 10px 
	}
	
	/* Tab nav */
	.coda-nav{
	background: url(../images/top_menu.jpg) center bottom;
	}
	
	.coda-nav ul li a.current { 
	background: url(../images/top_menu_zazn.jpg) center bottom;
	border: none;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0; height:220px; }
	.coda-slider .panel-wrapper  p{ padding: 20px }
	
	/* 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{
	background: url(../images/top_menu.jpg) center bottom;  
	border: none;
	clear: both;
	color:#3C4741;
	display:block;
	font-family: "Palatino", "Georgia", "Cambria", "Times New Roman", serif;
	font-size: 1.1em;
	height: 25px;
	margin: 0 auto;
	text-decoration:none;
	text-shadow:0 1px 0 #FFFFFF;
	width: 660px;
	}
	
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { 
	border: none;
	color: #3C4741;
	display: block; 
	float: left; 
	padding: 4px 6px; 
	text-decoration: none 
	}
	
	.coda-nav ul li a:hover { 
	background: url(../images/top_menu_zazn.jpg) center bottom;
	color: #FFFFFF;
	text-decoration:none;
	text-shadow:0 0 4px #87BAA7;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { 
	border-image:url("../images/ramka.jpg") 100% 0 100% 0;
	-moz-border-image:url("../images/ramka.jpg") 100% 0 100% 0;
	-webkit-border-image:url("../images/ramka.jpg") 100% 0 100% 0;
	border-bottom:10px solid #728A7D;
	border-top:10px solid #728A7D;
	border-width:10px 0;
	clear: both;
	margin:-20px -20px 10px;
	overflow: hidden;
	}
	.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 }