#portfolio-holder {
	display:none;
}
#slider {
    width: 620px;
    margin: 0 0;
    position: relative;
}

.scroll {
    height: 200px;
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background:;
}

.scrollContainer div.panel {
    padding:10px 20px;
    height: 400px;
    width: 600px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.top {
	left:200px;
    top: -96px;
}

.scrollButtons.bottom {
	left:200px;
	top:240px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}

/* Text Styles */
h2 {
	color:#ff9900;
	float:left;
}

.panel img {
	margin:0 190px;
}



