/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	[Altered by Mark Bult]
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

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

.coda-slider-wrapper {
	padding: 0px 0 0 11px;
}
.coda-slider {
	/*border: 1px dotted yellow;*/
	margin: 0 17px 0 19px;
	width: 903px;
}

	/* 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: 903px;
} 
	
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 903px;
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px;
}
	
	
/* Arrow styling */
.coda-nav-left a {
	background: url(_im/arw-left.png) no-repeat 0px 0px;
	color: #fff;
	padding: 0px;
	margin-top: 168px;
	width: 60px;
	height: 60px;
}
.coda-nav-left a:hover {
	background: url(_im/arw-left.png) no-repeat -60px 0px;
}
.coda-nav-right a {
	background: url(_im/arw-right.png) no-repeat 0px 0px;
	color: #fff;
	padding: 0px;
	margin-top: 168px;
	width: 60px;
	height: 60px;
}
.coda-nav-right a:hover {
	background: url(_im/arw-right.png) no-repeat -60px 0px;
}
	
	
/* Tab nav */
.coda-nav {
	float: right;
	font: normal 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #03F;
}
.coda-nav ul {
	padding-right: 60px;
	text-align: right;
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	/*border: 1px dotted green;*/
}
.coda-nav ul li {
	display: inline;
}
.coda-nav ul li a.current {
	color: #87b3cf;
	background: url(_im/crsl-indicator-on.gif) no-repeat;
	width: 8px;
	height: 22px;
}
.coda-nav ul li a {
	background: url(_im/crsl-indicator-off.gif) no-repeat;
	color: #87b3cf;
	display: block;
	float: left;
	margin-right: 4px;
	padding: 4px 7px 3px 7px;
	text-decoration: none;
}
.coda-nav ul li a:hover {
	color: white;
}

/* Panel padding */
.coda-slider .panel-wrapper {
	padding: 30px 0 0 0	;
}


/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}


/* Don't change anything below here unless you know what you're doing */


/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: auto;
	/*border: 1px dotted blue;*/
}
.coda-slider-wrapper .carousel-hdr {
	font:26px Georgia, "Times New Roman", Times, serif;
	color: #87b3cf;
	font-weight: normal;
	margin: 0 0 0 -10px;
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
.coda-slider .panel {
	display: block;
	float: left;
}

.coda-slider .panel-wrapper div.column {
	width: 236px;
	display:inline;
	float: left;
	position: relative;
}
.coda-slider .panel-wrapper div.columnLast {
	width: 195px;
	display:inline;
	float: left;
	position: relative;
}
.coda-slider .panel-wrapper div.column div.bookData,
.coda-slider .panel-wrapper div.columnLast div.bookData {
	font: normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 6px;
	padding-left: 11px;
	color: #89b3cf;
	width: 195px;
}
.coda-slider .panel-wrapper div.column div.bookData a,
.coda-slider .panel-wrapper div.columnLast div.bookData a {
	font: bold 14px/21px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	text-decoration: none;
}
.coda-slider .panel-wrapper div.column div.bookData a:hover,
.coda-slider .panel-wrapper div.columnLast div.bookData a:hover{
	text-decoration: none;
	color: yellow;
	border-bottom: 1px dotted yellow;
}
.coda-slider .panel-wrapper div.column div.bookData h3, 
.coda-slider .panel-wrapper div.columnLast div.bookData h3 {
	display: block;
	margin-bottom: 6px;
}
.coda-slider .panel-wrapper div.column div.bookData .icon,
.coda-slider .panel-wrapper div.columnLast div.bookData .icon {
	display: block;
	float: left;
	margin: 12px 6px 0 0;
}



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