body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #ffffff;
	background-image:url(../images/iphone_frame.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#wrapper {
    width: 600px;
	height: 600px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 270px;
    margin: 0 auto;
    position: relative;
	top: 0px;
}

.scroll {
	height: 340px;
	width: 270px;
	overflow: auto;
	overflow-x: hidden;
	position:absolute;
	clear:left;
	left: 2px;
	top: 114px;
}

.scrollContainer div.panel {
    padding: 0px;
	top: 0px;
	left: 0px;
    height: 340px;
    width: 270px;
}

#shade {
    background: #EDEDEC;
    height: 50px;
}

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

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

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

.scrollButtons.left {
    left: -98px;
	width: ;
	height: ;
}

.scrollButtons.right {
    right: -100px;
	width: ;
	height: ;
}

.hide {
    display: none;
}

