/*
	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 {
}
.panel h2.title {
	padding-bottom: 0px;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	color: #416BDB;
	bottom: 0px;
	height: auto;
	width: 200px;
	font-weight: lighter;
	float: left;
	position: absolute;
	top: 140px;
	left: 30px;
}
.panel h2.title2 {
	padding-bottom: 0px;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	color: #416BDB;
	position: absolute;
	top: 360px;
	bottom: 0px;
	height: auto;
	width: auto;
	left: 30px;
	font-weight: lighter;
	float: left;
}
.panel h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}
.panel h4{
	color: #FFF;
	background-color: #23A2A9;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 201px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	width: 210px;
	margin-left: 21px;
	font-weight: bold;
}
.panel p.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	position: absolute;
	left: 30px;
	top: 163px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CE5EE8;
	width: 190px;
}
.panel a:link{
	text-decoration: none;
	color: #CE5EE8;
}
.panel a:visited{
	color: #CE5EE8;
	font-weight: normal;
}
.panel a:active{
	color: #CE5EE8;
}
.panel a:hover{
	text-decoration: underline;
	color: #68D82C;
}
.panel p.price2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE5EE8;
	position: absolute;
	left: 30px;
	top: 383px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CB5DE1;
	width: 190px;
}
.panel em {
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #23A2A9;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 3px;
	float: left;
	width: 100%;
}
.panel img{
	padding: 0px;
	float: left;
	width: 257px;
	margin-bottom: 30px;
	height: 434px;
}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0;
	width: 257px;
	position: relative;
	margin-left: 1px;
	height: 400px;
}
	.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: auto;
	overflow: auto !important;
	padding-right: 0px
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 257px
} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 257px
}
	.coda-slider-wrapper.arrows .coda-slider {
	margin: 0
}
	
	/* Arrow styling */
	.coda-nav-left a{
	color: #23A2A9;
	width: 50px;
	position: absolute;
	left: 20px;
	background-image: url(../img/scroll_left-trans.png);
	background-repeat: no-repeat;
	top: 200px;
	padding: 0px;
	height: 50px;
}
.coda-nav-right a {
	color: #23A2A9;
	width: 50px;
	position: absolute;
	left: 230px;
	top: 207px;
	background-image: url(../img/scroll_right_trans.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 50px;
	display: block;
}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
	width: 257px;
	float: left;
	height: 437px;
	padding: 0px;
	position: relative;
}
	
	/* 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 {
	clear: both;
	display: none;
	margin: auto;
	overflow: hidden
}
	.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 }
	
	/* Miscellaneous */
	.coda-slider-wrapper {
	overflow: hidden;
	float: left;
	width: 257px;
}
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
