@charset "utf-8";
/* CSS Document */


#slider {
    width: 560px;
    margin: 22px auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 560px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0;
    height: 210px;
    width: 560px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
	display:none;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
}

ul.navigation li {
    display: inline;
    margin-right: 0;	
	padding-right:10px;
}

ul.navigation a {
    color: #333333;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
	padding:10px;
	background-image:url(images/button.png);
	background-position:top left;
	background-repeat:no-repeat;
}

ul.navigation a:hover {
	color:#000;
}

ul.navigation a.selected {

}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}