@charset "utf-8";
/* CSS Document */



.scroll {
	height: 100%;
	width: 900px; /* importante IE6 */
	overflow: auto;
	overflow-x: hidden; /* extra */
	position: relative;
	clear: left;
	/*background-color: #F9F9F9;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;*/
}


/* Slider General */

@charset "utf-8";
/* CSS Document */



#slider {
	width: 900px;
	position: relative;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scrollContainer div.panel {
	width: 900px;
	padding: 0px;
}
.scrollContainer {
	padding: 0px;
}
.panel table {
	margin: 0px;
}


div.panel h3 {
	margin:0px;
	font-size:18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

ul.navigation {
	list-style:none;
	margin:0px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding: 0px!important;
	height: 27px;
}

ul.navigation li {
	display: block;
	background-image: none!important;
	float: left;
	margin: 0px;
	width: 290px;
	left: none!important;
	padding-top: 0px!important;
	padding-right: 5px!important;
	padding-bottom: 0px!important;
	padding-left: 5px!important;
}

ul.navigation a {
	text-decoration: none;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	width: 288px;
	height: 26px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #000066!important;
	padding: 0px;
	background-color: #F1F1F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DaDaDa;
	border-right-color: #DaDaDa;
	border-left-color: #DaDaDa;
}

ul.navigation a:hover {
	text-decoration:none!important;
	background-color: #EcEcEc	;
	background-image: none;
}
ul.navigation a.selected {
}



/******* Buttons ******/

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

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

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

.hide {
    display: none;
}
