﻿
#wrapper {
    width:1100px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width:100%;
    margin: 0 auto;
	padding-top:94px;
}

.scroll {
    height: 250px;
    width:1100px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;

}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width:1100px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	width:165px; 
	margin:0 auto;
    list-style: none;
    padding: 0;
	margin-bottom:50px;
}

ul.navigation li {
    display: inline;
    margin-left:5px;
	margin-right:5px;
}

ul.navigation a {
	border:#fff 1px solid;
    padding: 10px;
	color:#fff;
	background-color:#fff;
    text-decoration: none;
	background-color:transparent;
	
}

ul.navigation a:hover {	
 background-color: #fff;	color:#666;
}

ul.navigation a.selected {
    background-color: #fff;	color:#666;
}

ul.navigation a:focus {
    outline: none;

}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}