/* 
	New Stylesheet for AnthonyEdwin.com
	Updated 29/11/08

*/

body {
	margin: 0 0 0 0;
	background: #000;
	font-family: "arial";
	margin: 30px 0px 0px 0px;
	padding: 0px;
	color: #444;
}

#container {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}

#left {
	width: 50px;
	color: #000;
	background: #fff;
	margin: 350px 0 0 0;
	text-align: left;
	float: left;
}

#right {
	width: 50px;
	color: #000;
	background: #fff;
	margin: 350px 0 0 0;
	text-align: right;
	float: left;
}

#middle {
	width: 900px;
	height: 700px;
	float: left;
}

	#header {
		width: 900px;
		background: #000;
		color: #fff;
		float: left;
	}

		h1 {
			padding: 0px;
			margin: 0px;
			color: #666;
			float: left;
			font-family: "arial";
			font-weight: 100;
			font-size: 3em;
			text-transform: uppercase;
			}

		#navigation {
			float: right;
			margin: 32px 0px 0px 0px;
			padding: 0px;
			font-size: .8em;
			}

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

		#navigation a:hover {
			color: #ccc;
			}

		#navigation ul {
			margin: 0px;
			padding: 0px;
			display: inline;
			list-style-type: none;
			padding-right: 20px;
			}

		#navigation li {
			display: inline;
			padding: 0 0 0 8px;
			}

	#content {
		width: 900px;
		height: 590px;
		background: #fff;
		float: left;
	}

	#footer {
		width: 900px;
		height: 100px;
		color: #fff;
		float: left;
		text-align: right;
	}

		#footer p {
			margin: 0px;
			color:#666;
			font-family: arial;
			font-size: 7pt;
			float: right;
			}

		#footer a {
			font-family: "arial black";
			color: #666;
			text-decoration: none;
			}

		#footer a:hover {
			color: #ccc;
			}

.thumbs li {
	width: 150px;
	height: 98px;
	padding: 0px;
	margin: 35px 5px 0px 5px;
	list-style: none;
	float: left;
	border: 1px #000 solid;
	overflow: hidden;
}
	
.thumbs img {
	border: 0px;
}


/* 
	For Slideshow 
*/

#imagebook {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/spinner.gif);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 590px;
}
	
		#imagebook ul {
		  display: block;
		  margin: 0;
		  padding: 0;
		  width:900px;
		  height: 0px;
		}
		
		#imagebook ul li {
      display: block;
			margin: 0px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			position: absolute;
			list-style:none;
			cursor: pointer;
		}
		
		#imagebook ul li.prev { 
		  z-index: 999999999;
		}
		
		#imagebook ul li.next {
		  padding: 0px 0px 0px 450px;
		  z-index: 888888888;

		}
		
		#imagebook ul li.prev a {
			background-image: url(images/left.png);
			width: 450px;
			height: 590px;
			display: block;
		}
		
		#imagebook ul li.next a {
			background-image: url(images/right.png);
			width: 450px;
			height: 590px;
			display: block;
		}