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

#slider {
	width: 235px; /*450px;*/
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 150px;
	width: 235px; /*450px;*/
	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;*/
	padding-top: 10px;
	height: 150px;
	width: 235px; /*450px;*/
}

#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 {
	font-size: 11px;
	float: left;
	margin: 1px;
	display: inline;
	/*margin-right: 0.2em;*/
}

ul.navigation a {
	padding: 3px 17px;
	color: #DBDBDB;
	background: #660002;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #fff;
}

ul.navigation a:hover {
	color: #fff;
	background: #95010E;
	border: 1px solid #f1f1f1;
}

ul.navigation a.selected {
	color: #000;
	background: #fff;
	border: 1px solid #f1f1f1;
}

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

.scrollButtons {
	position: absolute;
	top: 6em;
	cursor: pointer;
}

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

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

.hide {
	display: none;
}
