/**
 * 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: 2em 0;
	border:1px solid #CCC;
}

#slider {
	width: 600px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 80px;
	width: 600px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFF url(images/content_gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
	padding: 10px;
	height: 80px;
	width: 280px;
}

.scrollContainer div.panel h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #b80432;
}

#shade {
	background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
	height: 50px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	margin-top: 1em;
	padding: 0;
}

ul.navigation li {
	display: inline;
	margin-right: 0.2em;
}

ul.navigation a {
	padding: 0.5em;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

ul.navigation a:hover {
	color: #666;
}

ul.navigation a.selected {
	color: #000;
}

ul.navigation a:focus {
	outline: none;
}

.scrollButtons {
	position: absolute;
	top: 30px;;
	cursor: pointer;
}

.scrollButtons.left {
	left: -1.8em;
}

.scrollButtons.right {
	right: -1.8em;
}

.hide {
	display: none;
}