

#wrapper {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../img/panel.png);
    background-position: center top;
    height: 590px;
    width: 820px;
}

#intro {
}

h2 {
    margin: 0px;
    padding-left: 60px;
    padding-bottom: 0;
    padding-right: 0;
}

h3 {
    text-align: left;
    font-size: 10px;
    line-height: 1.50;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 45px;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

h4 {
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 45px;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

#slider {
    padding-top: 40px;
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    margin-top: -10px;
    height: 570px;
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: scroll left bottom;
}

.scrollContainer div.panel {
    min-height: 469px;
    max-height: 469px;
    padding-top: 30px;
    height: 469px;
    width: 700px;
}

#shade {
    background: 0 0;
    height: 0px;
}

ul.navigation {
    margin-left: 20px;
    list-style: none;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    padding: 10px;
    color: #bfbfbf;
    text-decoration: none;
}

ul.navigation a:hover {
	color: white;
}

ul.navigation a.selected {
	color: #5bc8f5;
}

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

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}

#welcome {
	background-image: url(../../img/welcome.png);
	background-position: center 0px;
}

#web {
	background-image: url(../../img/web.png);
	background-position: center 0px;
}

#cell {
	background-image: url(../../img/cell.png);
	background-position: center center;
}

#contact {
	background-image: url(../../img/contact.png);
	background-position: center 0px;
}