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



#slider {
    width: 742px;
    margin: 0 auto;
    position: relative;
	/* border:1px solid black; */
}

.scroll {
    height: 360px;
    width: 742px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	/* border: 1px solid red; */
}

.scrollContainer div.panel {
    padding-left: 20px;
    height: 360px;
    width: 722px;
	/*border:1px solid green; */
}

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

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

ul.navigation li {
    display: inline;

}

ul.navigation a {
	padding:7px;
	background-image:url(../images/progressdots.png);
	background-position:0px 0px;
	background-repeat:no-repeat
}

ul.navigation a:hover {
background-position:-18px 0px;
	text-decoration:none;
	background-repeat:no-repeat
}

ul.navigation a.selected {
background-position:-36px 0px;
background-repeat:no-repeat

}

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

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

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

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

.hide {
    display: none;
}




