/**
 * 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: 280px;
	margin: 0;
	border:0px solid #CCC;
	background:none
	height: 240px;
}

#wrapper img {
padding:0px;

}

#slider {
	width: 280px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 180px;
	width: 280px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	
}

.scrollContainer div.panel {
	padding: 0px;
	height: 240px;
	width: 280px;
}

#shade {
	background: none;	
	height: 50px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	margin-top: 1em;
	padding: 0;
	visibility:hidden;
	height:0px;
}

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: 80px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -9px;
	z-index: 11;
}

.scrollButtons.right {
	right: -4px;
}




.hide {
	display: none;
}
