#slider {
  width: 960px;
	height: 417px;
	position: relative;
	background: #fff;
}

.scroll {
  width: 960px;
	height: 417px;
  overflow: hidden;
}

.scrollContainer div.panel {
  width: 960px;
	height: 417px;
  overflow: hidden;
	position: relative;
}

div.panel .info {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	position: absolute;
	bottom: 18px;
	right: 130px;
	font-weight: bold;
	font-style: italic;
}

	div.panel h3 {
		color: #5d533c;
	}

	div.panel p {
		text-align: left;
		color: #5d533c;
		font-size: 13px;
	}
	
	div.panel a, div.panel a:visited {color: #2e2216; text-decoration: underline;}

ul.navigation {
  list-style: none;
	position: absolute;
	right: 10px;
	top: 50px;
	width: 140px;
}

ul.navigation li {
	margin: 0;
	font-size: 14px;
}

ul.navigation a, ul.navigation a:visited {
  text-decoration: none;
	color: #5d533c;
}

ul.navigation a:hover {
}

ul.navigation a.selected {
	font-weight: bold;
}

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

.hide {
    display: none;
}

.scrollButtons {
  position: absolute;
  top: 140px;
  cursor: pointer;
	margin: 0;
	padding: 0;
}

.scrollButtons.left {
    left: 20px;
}

.scrollButtons.right {
    right: 20px;
}

#p1 {background: url('../images/slider/graffitiMale.jpg');}
#p2 {background: url('../images/slider/graffitiFemale.jpg');}
#p3 {background: url('../images/slider/oldSchoolMale.jpg');}
#p4 {background: url('../images/slider/oldSchoolFemale.jpg');}
#p5 {background: url('../images/slider/legoMale.jpg');}
#p6 {background: url('../images/slider/legoFemale.jpg');}
#p7 {background: url('../images/slider/catfightMale.jpg');}
#p8 {background: url('../images/slider/catfightFemale.jpg');}
#p9 {background: url('../images/slider/tickledPinkMale.jpg');}
#p10 {background: url('../images/slider/tickeledPinkFemale.jpg');}
