@charset "UTF-8";
/* CSS Document */



#slider {
    width: 700px;
    margin: 0 auto;
	margin-top:10px;
    position: relative;

}

.scroll {
    height: 400px;
    width: 750px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: scroll left bottom;margin-left:-25px;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 400px;
	
    width: 725px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}



ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

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: #eaeaea;
	
}

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

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

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

.scrollButtons.right {
    right: -40px;
	margin-top:0px;
}

.hide {
    display: none;
}

.thumbnails {
	float: right;
	width: 420px;
	height:400px;
	
}