/* begin slide */

#slider2 {
    width: 855px;
    margin: 0 auto;
    position: relative;
        border-bottom: 1px dotted #2b2b2b; 
}

.scroll2 {
    height: 250px;
    width: 855px;
	overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: none;

    }
    
    
.scrollContainer2 div.panel {
    padding: 0;
    height: 240px;
    width: 855px;

}

.scrollButtons2 {
    position: absolute;
    top: 140px;
    cursor: pointer;
    z-index: 3;
}

.scrollButtons2.left {
    left: 5px;
}

.scrollButtons2.right {
    right: 8px;
}

#header {
	width: 845px;
	background: #2b2b2b;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#header a {
	color: white;
		}

#box {
display: none;
}

/* end slide */

