#wrapper { 
    width: 392px;
	position: relative;/* **ALAN EDIT - WAS ABSOLUTE** allows code to work in IE6 & IE7*/
}

#intro {
    padding-bottom: 10px;
}

h1 {
    margin: 0;
	margin-top: 10px;
    margin-bottom: 24px;
    padding: 0;
	font-size:16px;
	color:#ff08cd;
	text-transform:uppercase;
}

h2 {
	font-size:14px;
	color:#fff;
	margin-bottom: 0px;
}

h3 {
	font-size:12px;
	color:#ff08cd;
	margin-bottom: 0px;
}

#slider {
    width: 320px; 
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 340px;
    width: 320px; 
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 300px;
    width: 270px; 
	text-align:left;	
}

#shade {
    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: 176px;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}