/**
 * The Coda Slider Effect was developed by:
 * http://jqueryfordesigners.com/coda-slider-effect/
 *
 * Coda Slider uses some JQuery Plugins developed by Ariel Flesler
 * The JQuery Plugins are licensed under dual license (MIT and GPL)
 * URL: http://flesler.blogspot.com/
 *
*/

#wrapper {
	width: 600px;
	margin: auto;
}

#slider {
	width: 600px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 250px;
	width: 600px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #97c46f repeat-x scroll left bottom;
	border-right:2px solid #870028;
	border-left:2px solid #870028;
	border-top:2px solid #870028;
	border-bottom:2px solid #870028;
			}

.scrollContainer div.panel {
	padding: 10px;
	height: 250px;
	width: 600px;
}

#shade {
	background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
	height: 50px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	margin-top: 0px;
	padding: 0px;
}

ul.navigation li {
	display: inline;
	margin-right: 0.2em;
}

ul.navigation a {
	
	padding: 5px;
	color:#f6f8d3;
	text-decoration: none;
	font-weight: normal;
	border-right:1px solid #5f1524;
	border-left:1px solid #5f1524;
	border-top:1px solid #5f1524;
	background:#870028;
}

ul.navigation a:hover {
	color: #5f1524;
	background-color:#f6f8d3;
}

ul.navigation a.selected {
	color: #5f1524;
	background-color:#f6f8d3;
}

ul.navigation a:focus {
	}

.scrollButtons {
	position: absolute;
	top: 140px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -25px;
}

.scrollButtons.right {
	right: -25px;
}

.hide {
	display: none;
}