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

	/*body { padding: 20px }
	.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 h2
{
	margin: 10px 0 15px 0;
	clear:none;
	font-size: 21px;
}
.coda-slider .intendent_area h2
{
	margin: 20px 0 15px 0;
	clear:none;
	font-size: 21px;
	font-style: italic;
}
.coda-slider .intendent_area
{
	margin: -10px 0 15px 0;
	padding: 10px 0 0 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(images/sub_grad_2.png);
	background-repeat: repeat-x;
}

.coda-slider .title
{
	display:none;
}

.coda-slider .rub
{
	margin: 0 0 0 15px;
}

.coda-slider-wrapper
{
	padding: 20px 0;
}

.coda-slider
{
	background-image: url(images/sub_grad_1.png);
	background-repeat: no-repeat;
}
.YCMS_100 .coda-slider
{
	background-image: url(images/sub_grad_3.png);
	background-repeat: no-repeat;
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.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, .coda-slider .panel
{
	width: 590px
}
/* Change the width of the entire slider (without dynamic arrows) */
	.YCMS_100 .coda-slider, .YCMS_100 .coda-slider .panel
{
	width: 1000px
}

/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel
{
	width: 620px
}

.coda-slider-wrapper.arrows .coda-slider
{
	margin: 0 0px;
}

/* Arrow styling */
	
	.coda-nav-left a, .coda-nav-right a
{
	background: #fff;
	color: #fff;
	padding: 5px;
	width: 100px;
}

/* Tab nav */
	.coda-nav
{
	position:relative;
	z-index:20;
	margin: 0 0 -1px 0;
}

.coda-nav ul li a.current
{
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	outline:none;
}


/* Panel padding */
	.coda-slider .panel-wrapper
{
	padding: 40px 28px;
}

/* Preloader */
	.coda-slider p.loading
{
	padding: 0px;
	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: #fff;
	color: #000;
	display: block;
	float: left;
	padding: 8px 14px 6px 24px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	margin: 0 1px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.coda-nav ul li a:hover
{
	color: #000;
	display: block;
	float: left;
	text-decoration: none;
	outline:none;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	margin: 0 1px 0 0
}

.coda-nav .tab1 a
{
	background-image: url(images/square_blue.gif);
	background-repeat: no-repeat;
	background-position: 8px;
}

.coda-nav .tab2 a
{
	background-image: url(images/square_gray.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-position: 8px;
}

.coda-nav .tab3 a
{
	background-image: url(images/square_green.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-position: 8px;
}

.coda-nav .tab4 a
{
	background-image: url(images/square_orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-position: 8px;
}

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

.plate1
{
	float: right;
	position: relative;
	top: -75px;
}

.plate2
{
	/* [disabled]float: left;
*/
	position: relative;
	top: 10px;
	left: 15px;
}

.sub_grad
{
	background-image: url(images/sub_grad_2.png);
	background-repeat: repeat-x;
}


.coda-slider table {
	margin:15px 0 0 0;
	}
