@charset "UTF-8";
/* GLDstudio.com CSS DOC */

/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	background-color: #000;
}

a {
	outline: none;
}

#outer {
	margin: 0 auto;
	width: 585px; height: 475px;
	overflow: hidden;
	vertical-align: top;
}
	
#content {
	width: 4700px; height: 475px;
	margin: 0 0 0 0;
	background: url(../images/portfolio/print/bg.jpg) no-repeat;
}
	
	#content ul {
		list-style-type: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
		
		#content ul li {
			width: 850px; height: 425px;
			display: block;
			float: left;
		}
		
#prevBtn, #nextBtn{
	display: block;
	width: 24px; height: 31px;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	left: 515px;
}

#nextBtn{
	left: 550px;
}

p#help {
	position: relative;
	width: 200px;
	font: italic 12px Helvetica, Arial, sans-serif;
	color: #666666;
	top: 17px;
	}

#prevBtn a, #nextBtn a{ 
	display: block;
	width: 24px; height: 31px;
	background: url(../images/arrowleft.jpg) no-repeat;
}
#nextBtn a{
	background: url(../images/arrowright.jpg) no-repeat;
}

p#controls{
	margin:0;
	display: inline;
	position: relative;
} 