#slider {
	top: 0px;
	margin-right: -26px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-left: -26px;
	margin-top: -25px;
	font-size: 12px;
	color: #505050;
	position: relative;
	background-repeat: repeat-x;
	width: 827px;
	background-image: url(images/sliderback.png);
	overflow: hidden;
}

#panes {
}
#panes .sliderdiv {
	float: left;
	width: 777px;
	padding-right: 50px;
}
#panes img {
	margin-right: 25px;
	margin-left: 25px;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 25px;
	margin-top: 25px;
	background-color: white;
	background-repeat: no-repeat;
	float: left;
	padding: 10px;
}

#panes h1 {
	line-height: 1em;
	display: block;
	margin-bottom: 25px;
	font-size: 52px;
	color: #f07626;
}

#panes p {
}

#nav {
	margin-bottom: 50px;
	background-image: url(images/slidernavback.png);
	background-repeat: repeat-x;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	height: 150px;
	margin-right: -26px;
	margin-left: -26px;
	width: 802px;
	overflow: hidden;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-image: url(none);
	height: 150px;
	list-style-type: none;
}

#nav li {
	height: 150px;
	margin: 0px;
	list-style-image: url(none);
	padding: 0px;
	list-style-type: none;
	text-align: center;
	width: 200px;
	float: left;
}

#nav a {
	padding-top: 20px;
	float: left;
	margin: 0px;
	text-shadow: 1px 1px 1px #64c0f0;
	width: 200px;
	height: 130px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: white;
}

#nav img {
	background-repeat: no-repeat;
	background-image: url(images/shadow.png);
	margin-top: -15px;
	padding: 15px;
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;
	float: none;
	text-align: center;
	display: block;
}

#nav .current {
	text-shadow: 1px 1px 1px white;
	height: 129px;
	border-bottom-color: #d7d7d7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #55c1f4;
	border-left-color: white;
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	width: 198px;
	background-image: url(images/slidercurrent.png);
	background-repeat: repeat-x;
}

.right {
	float: right;
}

.backward {
	display: none;
	left: 0px;
	top: 50px;
	position: absolute;
	height: 48px;
	width: 48px;
	background-image: url(images/left.png);
	text-indent: -9999px;
	cursor: pointer;
}

.forward {
	display: none;
	right: 0px;
	top: 50px;
	position: absolute;
	height: 48px;
	width: 48px;
	background-image: url(images/right.png);
	text-indent: -9999px;
	cursor: pointer;
}
