* {
	margin:0;
	padding:0;
}

#slideshow{
	width:604px;
	height:453px;
	position:relative;
}

#slideshow .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../PHOTOSdiscoverLG/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#slideshow .prevButton:hover{ background-position:left bottom;left:0;}

#slideshow .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../PHOTOSdiscoverLG/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#slideshow .nextButton:hover{background-position:right bottom;right:0;}

#slideshow ul{
	width:604px;
	height:453px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#slideshow li:first-child{
	display:list-item;
	position:absolute;
}

#slideshow li{
	position:absolute;
	display:none;
}


.slideshow {
	margin-top: 20px;
}

p .class {
	margin-bottom: 10px;
}

form {
  background-color: #f1f1f1;
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	margin-top: 30px;
	width: 80%;
}

p.form_prompt {
	padding-top:10px;
}

input.name {
}

input.email {
}

textarea {
	height: 150px;
  resize: none;
}

input.submit {
	width: 20%;
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	padding: 5px;
	background-color: white;
  border: 2px solid #555;
  border-radius: 4px;
	box-sizing: border-box;
	margin: 10px;
	
}

input[type=text], textarea {
  border: 2px solid #ccc;
  border-radius: 4px;
	box-sizing: border-box;
	padding: 4px 8px;
	width: 80%;
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
}

input[type=text]:focus, textarea:focus {
    border: 2px solid #555;
}