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

.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-wrapper {
	margin:0 auto;
	position:relative;
	width:930px;
}

/* 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: 850px
}

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

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

/* Arrow styling */
.coda-nav-left a,
.coda-nav-right a {
	width: 40px;
	height: 294px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 60px;
}

.coda-nav-left a {
	background: url(../images/icons/icon-prev.png) no-repeat 0 0;
}

.coda-nav-right a {
	background: url(../images/icons/icon-next.png) no-repeat 0 0;
}

/* Tab nav */
	.coda-nav ul li a.current {
}

/* Panel padding */
.coda-slider .panel-wrapper {
	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 {
	float: left;
	width: 240px;
	padding: 0 10px 0 0;
}
.coda-nav ul.first {
	padding: 0 10px 0 60px;
}
.coda-nav ul li {
	width: 100%;
	float: left;
}

.coda-nav ul li a {
	color: #000 !important;
	text-decoration: none !important;
	font-size: 13px;
	border: 1px solid #cfcece;
	margin: 2px 0;
	display: block;
	padding: 2px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	background: #f4f4f4;
}
.coda-nav ul li a:hover {
	background: #deedf6;
}
/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}

.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}

.coda-slider .panel {
	display: block;
	float: left;
	height: 430px;
}

.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
}

.coda-nav .onfocus {
	float: left;
	width: 315px;
	padding: 0 10px 0 0;
}
.coda-nav .onfocus h2 {
	text-align: center;
	margin: 0 auto;
	line-height: 60px;
	padding: 0;
	background: none;
	height: 70px;
}
.coda-nav .onfocus h2 a {
	color: #fff;
	font-size: 16px;
	width: 280px;
	height: 51px;
}
.coda-nav .onfocus h2 a img {
	width: 280px;
}
.coda-nav .onfocus .thumbs {
	padding: 0 0 0 13px;
	float: left;
}
.coda-nav .onfocus .thumbs img {
	margin: 0 3px 0 0;
	border: 1px solid #879C33;
}
.coda-nav .onfocus dl {
	padding: 0 14px 0 7px;
	width: 290px;
}
* html .coda-nav .onfocus dl {
	padding: 0 14px 0 0;
	width: 280px;
}
