body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
}





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

.scroll {
    height: 350px;  width: 450px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border-bottom:1px solid #F9A533;
    
}

.scrollContainer div.panel {
    padding: 15px 0px;
    height: 400px;
    width: 450px;
	border-top:1px solid #F9A533;
	
}


.scrollButtons {
    position: absolute;
    top: 360px;
    cursor: pointer;
	height:15px; width:15px;
}


.scrollButtons.left {
    left: 0px;
}

.scrollButtons.right {
    left: 20px;
}

.hide {
    display: none;
}

.right_arrow{
	display:block;
	width:15px; height:15px;
	background:url(images/right_arrow.gif) top left no-repeat;
}

.left_arrow{
	display:block;
	width:15px; height:15px;
	background:url(images/left_arrow.gif) top left no-repeat;
}
