@charset "UTF-8";
/* CSS Document */




/* ----------------------------------------------------------------- 
--------------------------------------------------------------------
	
	CONTENTS:
		
	1				Basic layout 
	2				Viewer


-------------------------------------------------------------------
---------------------------------------------------------------- */

/* 1	Basic layout */


*, fieldset{
	padding: 0;
}
fieldset, img { border:0 }


div, ul, li {
	position:relative;
	visibility: visible;
}
div.wrapper {
	width:650px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 275px;
}


div.viewer {
	background:#ffffff;
	height:249px;
	margin:-10px 0 0 0;
	position:relative;
	overflow:hidden;
	width: 650px;
}
div.viewer ul {
	width: 9999px;
	position: absolute;
	margin-left: 0px;
}
div.viewer ul li { 
float:left; 
}
div.viewer_controls { 
display: none;
}

div.viewer_controls span { 
 width:56px; 
 height:56px; 
 text-indent:0px; 
 display:block; 
 position:absolute; 
 top:-145px; 
 left:10px; 
 cursor:pointer; 
 opacity:.6; 
 z-index:1;
 }
 
div.viewer_controls span:hover { 
opacity:1; 
}
div.viewer_controls span:active { 
margin:2px 0 0 0;
}

div.viewer_controls span.next { 
 left:585px; 
 }
div.project_details div.nitty_gritty div.viewer { 
border-color:#000; 
margin:0px 0; }
div.project_details div.nitty_gritty div.viewer_controls span { 
top:-150px; 
left:-30px;
 }
div.project_details div.nitty_gritty div.viewer_controls span.next { 
left:0px
}
