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

/* This is the top navigation Size */

#slider {
    width: 600px;
    padding-left:240px;
    position: relative;
	padding-top:95px;
}
/* This is the Scroll */


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

/* This is the text!!! */

.scrollContainer div.panel {
	padding: 70px;
	padding-left:70px;
	padding-top:70px;
	height: 440px;
	width: 560px;
}



ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
	font-family:"Lucida Grande", "Lucida Sans",;
	font-size:12px;
}

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

ul.navigation a {
	margin:10px;
    padding-bottom: 1px;
    color: #999;
    text-decoration: none;
}

ul.navigation a:hover {
    color: #000;
}

ul.navigation a.selected {
	color: #FF3399;
	border-bottom:#56791A;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

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

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

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

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

.hide {
    display: none;
}

