/**
 * 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: 650px;
	margin: 0;
	border:1px solid #CCC;
	
}
.news_pad{
	padding: 0px 5px 0px 5px;

}
.panel{
	font-family: verdana;
	font-size: 10px;
	

}

#slider {
	width: 650px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 100px;
	width: 650px;
	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: 0px;
	height: 100px;
	width: 650px;
}

#shade {
	background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
	height: 50px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	margin-top: 0px; /* 1em; */
	padding: 0;
}

ul.navigation li {
	display: inline;
	margin-right: 0.2em;
}

ul.navigation a {
	padding: 0;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

ul.navigation a:hover {
	color: #666;
}

ul.navigation a.selected {
	color: red;
	font-weight: bold;
}

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;
}