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

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

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

.scroll {
	top:-64px;
    height: 590px;
    width: 980px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background-color:#FFF;
}

.scrollContainer div.panel {
    height: 589px;
    width: 980px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	position:absolute;
	left:326px;
	top:20px;
}

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

ul.navigation li a {
    text-decoration: none;
	text-indent:-9999px;
	float:left;
	position:relative;
	z-index:20;
	display:block;
}

ul.navigation a:hover {
}

ul.navigation a.selected {
}

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

.advLink {
	width:16px;
	height:24px;
}

.colLink {
	height:26px;
	width:20px;
	left:11px;
}

.dirLink {
	left:23px;
	height:22px;
	width:22px;
}

.envLink {
	left:32px;
	height:24px;
	width:25px;
}

.ideLink {
	left:42px;
	height:23px;
	width:20px;
}

.pacLink {
	height:27px;
	width:18px;
	left:56px;
}

.webLink {
	height:25px;
	width:18px;
	left:72px;
}

#workNavi {
	float:left;
	position:relative;
	z-index:1;
	left:16px;
	top:-230px;
	margin-bottom:-230px;
}

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

.scrollButtons.left {
    left: -15px;
	background:url(../img/scroll_left.png) no-repeat;
}

.scrollButtons.left:hover {
	background-position:-15px 0;
}

.scrollButtons.right {
    right: -15px;
	background:url(../img/scroll_right.png) no-repeat;
}

.scrollButtons.right:hover {
	background-position:-15px 0;
}

.hide {
    display: none;
}

#footer {
position:relative;
top:-41px;
}