#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}


#coda-slider {
	width: 530px;
	margin: 0 auto;
	position: relative;
	color: #FFF;
}

.scroll {
	height: 250px;
	width: 530px;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	height: 210px;
	width: 490px;
	line-height: 24px;
	position: relative;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 14px;
}

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

ul.navigation {
	list-style: none;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 50px;
	position: relative;
	width: 470px;
	border:1px solid #11309E;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#11309E),
			to(#194AC6)
			
		);
	background:
		-moz-linear-gradient(
			top,
			
			#11309E,
			#194AC6
		);
	height:55px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin-bottom: 0px;
}

ul.navigation li {
	display: block;
	margin-left: 0px;
	float: left;
	margin-right: 38px;
}

ul.navigation a {
	display: block;
	border:1px solid #090909;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:25px;
	min-width: 100px;
	color:#FF0;
	padding:5px;
	text-shadow:1px 1px 1px #000;
	background:#2b2b2b;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#194AC6),
			to(#11309E)
		);
	background:
		-moz-linear-gradient(
			top,
			#194AC6,
			#11309E
		);
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	line-height: 24px;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

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

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

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

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

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

.hide {
    display: none;
}
.label {
	text-transform:uppercase;
	color: #FFF;
	left:0px;
	text-align:center;
	font-size:16px;
	letter-spacing:5px;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
	text-decoration: none;
	border:1px solid #090909;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-border-top-left-radius: 5px;
	-border-top-right-radius: 5px;
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	position: relative;
	margin-right: 30px;
	margin-left: 0px;
	width: 420px;
}
.cont {
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 10px;
	font-size: 14px;
}
