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

.scroll {
    height: 740px;
    width: 590px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 710px;
    width: 540px;
}


.jobScroll {
    height: 1400px;
}


.scrollContainer div.jobPanel {
    padding: 20px;
    height: 1400px;
    width: 540px;
}

.scrollButtons {
    cursor: pointer;
}

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

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

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


.scrollButtons.up {
	position: absolute;
    top: -25px;
	right:0px;
}

.scrollButtons.down {
	position: absolute;
    top: -25px;
	right:85px;
	
}

.hide {
    display: none;
}


/* MY CSS CODE */

#main-container {
	width:710px;
	background-color:#FFF;
	float:left;
}

#side-bar {
	width:320px;
	background-color:#FFF;
	float:right;
	
}

div.panel h2 {
	display:inline-block;
	}
	
.fullPage {
	height: 780px;
}
