@charset "utf-8";
/* 	CSS Document 
	design by robersant.com		*/

body {
	margin: 0 0 0 50px;
	background: #ECECE4 url(bg.jpg) top right no-repeat;
}

#toptip {
	width: 75px;
	height: 15px;
	background: #FF0084;
}

#header {
	padding: 25px 0 0 0;
}

#menu {
	height: 25px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-indent: -2px;
	padding: 2px 0 13px 0;
}

#menu a {
	text-decoration: none;
	color: #333;
}

#menu a:hover {
	background: #FFF;
}

#container {
	width: 800px;
	min-height: 400px;
	display: block;
	background: #FF0084;
	padding: 0 0 15px 0;
}

#corner {
	position: absolute;
	left: 790px;
	z-index: 2;
}

#text {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 21px 0 0 15px;
	line-height: 21px;
}

#text span {
	background: #BF0063;
	padding: 2px 0 2px 0;
}

#text a {
	text-decoration: none;
	color: #FFF;
}

#text a:hover {
	background: #FFF;
	color: #333;
}

#text img {
	border: 0;
	padding: 0;
}

.bigger {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 23px;
	text-transform: uppercase;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	text-indent: -2px;
	margin: 10px 0 35px 0;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	background: #FFF;
}

#quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #999;
	margin: 25px 0 0 0;
}

#reel {
	width: 800px;
	height: 300px;
	display: block;
	overflow: hidden;
}

#photoreel {
	width: 800px;
	height: 415px;
	display: block;
	overflow: hidden;
}

#set {
	width: 15000px;
}

#set img {
	border: 0;
}

#next{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFF;
	display: block;
	float: right;
	cursor: pointer;
	margin: 10px 10px 0 0;
}

#next:hover {
	color: #333;
	background: #FFF;
}

#prev{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFF;
	display: block;
	cursor: pointer;
	width: 95px;
	margin: 10px 0 0 0;
}

#prev:hover {
	color: #333;
	background: #FFF;
}

#photocontrols {
	width: 225px;
	float: right;
}