/*body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}*/

#wrapper {
	background-color:#fff; /*NEW VALUE*/
    width: 525px; /*WAS 760px then 700px*/
    margin: 0 auto;
	position: relative;/* **ALAN EDIT - WAS ABSOLUTE** allows code to work in IE6 & IE7*/
	left: -184px; /*NEW VALUE*/
	visibility:hidden;
		
}

#intro {
    padding-bottom: 10px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
    margin: 0;
	margin-top: 10px;
    margin-bottom: 24px;
    padding: 0;
	font-size:18px;
	color:#33b9ff;
}

#slider {
    width: 450px; /* WAS 620px */
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 370px; /* WAS 250px */
    width: 450px; /* WAS 620px */
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 330px; /* WAS 210px */
    width: 400px; /* WAS 580px */
	text-align:left; /* NEW VALUE */
	background-image:url(../imgs/content-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

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

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

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

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

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

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

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

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

.hide {
    display: none;
}
