
#wrapper {
    width: 498px;
    margin: 0 auto;
}

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

.scroll {
    width: 498px;
    /*
	overflow: none;
    overflow-x: hidden;
    */
	position: relative;
    clear: left;
	/*
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
	*/
}

.scrollContainer div.panel {
    padding: 0px;
    height: 710px;
    width: 498px;
}

#shade {
    background: #EDEDEC url(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: 14px;
}

ul.navigation a {
	/*
    padding: 10px;
	color: #000;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

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

ul.navigation a.selected {
	/*
    background-color: #fff;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #10ADEC;
	font-weight: bold;
}

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

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

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

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

.hide {
    display: none;
}