#wrapper {
    width: 833px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider h2 {
    margin: 0;
    margin-bottom: 10px;
    padding:0 0 8px 0;
	color:#636363;
	border-bottom:1px solid #636363;
}

#slider h1 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
	color:#575757;
}
#slider {
    width: 833px;
    margin: 0 auto;
    position: relative;
	vertical-align:top;
}

.scroll {
    height: 337px;
    width: 833px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
   /* background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    padding: 0px;
    height: 337px;
    width: 833px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	position: absolute;
	top: 0px;
	cursor: pointer;
	height: 337px;
}

.scrollButtons.left {
    left: -53px;
}

.scrollButtons.right {
    right: -53px;
}

.hide {
    display: none;
}

.rightside_image{
	width:500px;
	height:337px;
	float:right;
	}
.leftside_text{
	background-image:url(../images/slider_bg.jpg);
	padding:15px 5px 10px 5px;
	width:323px;
	height:312px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#616161;
}
