/* CSS Document - fo shizzle biznitches*/

body { 
    margin: 10px;
    padding: 0; 
    font-family:Verdana,"Lucida Grande",Arial,Helvetica,Sans-Serif;
    font-size: 100%;
    background-color: #FFFFFF;
}

#logo {
	width: 305px; height: 243px;
	background: url("bolo logo.jpg");
	text-indent: -9999px;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto; 
}

#texty { 
    font-family: "Century Gothic",Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    text-align: justify;
    width: 200px;
    margin: 0 auto;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

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

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

.scroll {
    height: 400px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #000000;
	color: #FFFFFF;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}

#shade {
    background: #ffffff url(shade.jpg) no-repeat 0 0;
    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 {
	color:#FFFFFF;
    background-color: #000000;
}

ul.navigation a.selected {
	color:#FFFFFF;
    background-color: #000000;
}

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

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

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

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

.hide {
    display: none;
}