body { 
  
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
	background-image:url(img/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#wrapper {
    width: 1260px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 0px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 1850px;
    width: 1010px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
     
}

.scrollContainer div.panel {
    padding: 0px;
    height: 1850px;
    width: 1010px;
	font-size:12px;
	line-height:18px;
}

#shade {
 
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
	float:left
}

ul.navigation li {
    display: inline;
    margin-right: 0px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
   
}

ul.navigation a.selected {
    
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}
/* Download by http://www.codefans.net*/
.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}