#intro {
    padding-bottom: 10px;
}

#slider-header {
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	width: 850px;
	text-align: left;
	padding-top: 30px;
}

#slider-header h1{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	width: auto;
	text-align: left;
	float: left;
	padding-right: 10px;
	font-style: normal;
	font-weight: normal;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 850px;
    margin: 0 auto;
    position: relative;
	height: 413px;
	background: #eeeeee;
}

.scroll {
	/*overflow: hidden;
	width: 830px;
    margin: 0 auto;
    position: relative;
	background: #dadada;
	height: 413px;
	opacity: 0;
	filter: alpha(opacity=0);
	*/
	
	overflow : hidden;
	width : 830px;
	margin : 0 auto;
	position : relative;
	background : #eeeeee;
	height : 413px;
	
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
	height: 393px;
}
.inside img {
	display: block;
	height: 393px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

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

.scrollButtons.leftNav {
    left: 10px;
	z-index: 500;
	background: url(images/leftarrow.png) right top no-repeat;
	height: 71px;
	width: 71px;

}

.scrollButtons.rightNav {
    right: 40px;
    background: url(images/rightarrow.png) right top no-repeat;
	height: 71px;
	width: 71px;
}

.hide {
    display: none;
}

#slide_desc{
	margin-top: 5px;
	margin-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	min-height:20px;
	text-align: left;
	background: #eeeeee;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
}

#slide_desc h2{
	color: #e83022;
}

#slide_title{
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	color: #000000;
	line-height: 22px;
	margin: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: opx;
}
