@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #F3F3F5; /*Change background color here*/
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#wrapper {
	width: 960px; /*Adjust width of  slider container  here*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#intro {
    padding-bottom: 10px;
}

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

#slider {
    width: 950px; /*Adjust width of  slider tabs here*/
    margin: 0 auto;
    position: relative;
}

.scroll {
	height: 1100px; /*Adjust height inner container  here*/
	width: 950px; /*Adjust slider inner container  here*/
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF; /*Adjust color inner container background color  here*/
}
.txt {

	width: 98%;

}
.scrollContainer div.panel {
    padding: 10px;
    height: 1100px; /*Adjust height inner container  here*/
    width: 950px; /*Adjust widthslider inner container  here*/
	background: #FFFFFF; /*Adjust slider inner container background color here*/
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	list-style: none;
	margin: 0px;

}
/*Adjust font color and background for slider tabs  here*/
ul.navigation li {
	margin-right: 5px;
	height: 30px;
	display: inline;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;


}

ul.navigation a {
	color: #999999;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
	margin-right: 5px;
}

ul.navigation a:hover {
	color: #0099FF;
	margin-right: 5px;
}

ul.navigation a.selected {
	line-height: 30px;
	color: #FF0000;
	margin-right: 5px;
	font-weight: bold;
}

ul.navigation a:focus {
    outline: none;
    margin-right: 5px;
}

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

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

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

.hide {
    display: none;
}
