body {
	padding: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #000;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#wrapper {
	width: 786px;
	background-image: url(../images/bgTelas.jpg);
	height: 432px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 16px;
	_padding-top: 20px;
	border: 5px solid #EDEDEC;
	background-color: #CCC;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	width: 720px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {
	height: 350px;
	width: 720px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background-attachment: scroll;
	background-position: left bottom;
}

.scrollContainer div.panel {
	padding: 20px;
	height: 305px;
	width: 680px;
}

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

ul.navigation {
	list-style: none;
	margin: 0;
	padding-bottom: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 25px;
}

ul.navigation li {
	display: inline;
	margin-right: 8px;
	font-size: 12px;
}

ul.navigation a {
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

ul.navigation a:hover {
	font-weight: bold;
	color: #09C;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9C3;
}

ul.navigation a.selected {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FE3E11;
}

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

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

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

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

.hide {
    display: none;
}
