#wrapper {
    width: 400px;
    margin-left:0px;
	
}


#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
	color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow:0px 0px 1px #666666;
	text-transform:capitalize;
	font-weight:bold;
	letter-spacing:-1px;
}

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

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

.scrollContainer div.panel {
    padding-top: 20px;
    padding-left:0px;
	height: 280px;
    width: 400px;
	
}

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


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

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

ul.navigation a {
	background: url(../images/back_tab_2.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	text-transform:capitalize;
	font-weight:bold;
	color: #FFFFFF;
    padding: 5px 10px;
    text-decoration: none;
	
	border:1px solid #FFFFFF;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	
	text-shadow:0px -1px 1px #1d1d1d;
	
}

ul.navigation a:hover {
	
    background: #FFFFFF url(../images/back_tab_00.jpg) repeat-x;
	color: #000000;
	text-shadow:0px 0px 0px #1d1d1d;
	
}

ul.navigation a.selected {
    background: #FFFFFF url(../images/back_tab_00.jpg) repeat-x;
	color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-shadow:0px 0px 1px #666666;
	
}

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


.hide {
    display: none;
}