/*body { 
	font-family: arial,helvetica,sans-serif ;
	font-size:.75em; 
	line-height:1.4em;
	color: #333;
}*/

#wrapper {
    width: 270px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}



.challenge {
background-color: #3860a5;
color: #f5f6fb;
font-size: 0.9em;
font-weight: bold;
letter-spacing: 1px;
padding-top: 1px;
padding-right: 2px;
padding-bottom: 1px;
padding-left: 2px;
text-align: center;
text-transform: uppercase;
}

#slider {
    width: 265px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 325px;
    width: 265px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;

}

.scrollContainer div.panel {
    padding: 20px;
    height: 310px;
    width: 230px;
}



ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

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: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -5px;
}

.scrollButtons.right {
    right: -5px;
}

.hide {
    display: none;
}