body { 
    margin: 10px;
    padding: 0; 
    background-color: #fff;
}

#wrapper {
    width: 984px;
    margin: 0 auto;
    border: 0px solid red;
}

h1,h4 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0em;
	font-family:  "Lucida Grande", Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
}


#thumbim {
float:left;margin-right:15px;margin-bottom:0px;padding:5px;border:1px solid #ccc;background:#f1f1f1;}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 984px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 300px;
    width: 984px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
   	text-align: center;
    /*background: #fff url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding:10px;
    height: 280px;
    width: 958px;
    border: 0px solid red;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 18px;
    text-align: justify;
    font-family:  "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #333;
    /*padding-right: 15px;*/
}

.scrollContainer div.panel a {
    color: #ff9600; /* #ff9600 */
	text-decoration: underline ;
}


#shade {
    /*background: #fff url(images/shade.jpg) no-repeat 0 0;*/
    background: #fff;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

ul.navigation li {
    display: inline;
    margin-right: 2px;
    
}

ul.navigation a {
	font-family: Arial,Verdana,  sans-serif;
    font-size: 15px;
    padding: 5px;
    color: #666;
    text-decoration: none;
    /*background-color: #fff;
    border: 1px solid #ccc;
    */
}

ul.navigation a:hover {
    background-color: #ff9600;
    color: #fff;
}

ul.navigation a.selected {
    background-color: #ff9600;
    color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

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

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}