/*
body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}
*/
#wrapper {
	width: 725px;
	margin: 0 auto;
}
#intro {
	padding-bottom:10px;
}
/*
h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}
*/
#slider {
	width: 725px;
	margin: 0;
	position: relative;
	border:0px solid #000099;
}
.scroll {
	height:138px;
	width: 725px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	border:0px solid #000099;
}
.scrollContainer div.panel {
	padding: 0px;
	height: 215px;
	width: 725px;
}
ul.navigation {
	list-style: none;
	margin:0px;
	padding:0;
	float:right;
}
ul.navigation li {
	display: inline;
}
ul.navigation a {
	padding:0px 10px;
	color: #000;
	text-decoration: none;
	background:url(../images/dselected.gif) no-repeat 7px;
	border:0px solid #FF0000;
}
ul.navigation a:hover {
	background:url(../images/selected.gif) no-repeat 7px;/*    background-color: #fff;*/
}
ul.navigation a.selected {
	background:url(../images/selected.gif) no-repeat 7px;
}
ul.navigation a:focus {
	outline: none;
}
.scrollButtons {
	/*    position: absolute;*/
    cursor: pointer;
	float:right;
}
.scrollButtons.left {
	left: -20px;
}
.scrollButtons.right {
	right: -20px;
}
.hide {
	display: none;
}

