/* Css Coda JQuery */
/* Template developped by Tao Project - http://www.web.taoprojet.fr for MAINSAGE - Defines mbe page css rules - Tools used CSS Sculptor and CSS Menu Writer from WebAssist, CSSEdit from macrabbit and TextMate for instant modifications*/
h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	width: 620px;
	margin: 0 auto;
	position: relative;
	height: 640px;
}

.scroll {
	height: 600px;
	width: 620px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 20px;
	height:560px;
	width: 580px;
}

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

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.navigation li {
	display: inline;
	margin-right: 10px;
}

ul.navigation a {
	padding: 5px;
	color: #666666;
	text-decoration: none;
}

ul.navigation a:hover {
    background-color: #b00a10;
    color: #fff;
    text-decoration: none;
}

ul.navigation a.selected {
    background-color: #b0b0b0;
	color: #fff;
}

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

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

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
.news {
	border: 1px dotted #999999;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	letter-spacing: normal;
	word-spacing: normal;
	margin-right: 0px;
}

