div.arrowleft { position: relative; top:67px; right: 289px; float: left; margin: 40px 6px 0px; font-size: 0px; line-height: 0px; display: inline; cursor: pointer; }
div.arrow { float: left; margin: 40px 6px 0px; font-size: 0px; line-height: 0px; display: inline; }
	div.arrow img { cursor: pointer; }
div#prj_thumbs_window { float: left; position: relative; left: 0px; top: 0px; width: 840px; height: 150px; margin: 0px 0px 10px; overflow: hidden; }
	div#prj_thumbs_content { position: absolute; left: 0px; top: 0px; width: 25000px; }
		table#prj_thumbs_table { table-layout: fixed; border-collapse: collapse; }
			table#prj_thumbs_table tr td { width: 210px; padding: 0px; text-align: center;  vertical-align: middle;  }
				table#prj_thumbs_table tr td a { color: #c4883c; text-decoration: none; }
				table#prj_thumbs_table tr td a:hover { text-decoration: underline; }
				table#prj_thumbs_table tr td img { width: 168px; margin: 0px; border: 1px solid #c4883c; cursor: pointer; }
		
#project { clear: both; width: 799px; margin-left: 19px; background-color: #fefbe5; border: 1px solid #c4883c; }
	
	#project #prj_imgs_container { position: relative; float: right; width: 486px; height: 315px; }
		#project #prj_imgs_container img { position: absolute; width: 464px; height: 295px; margin: 10px; border: 1px solid #c4883c; cursor: pointer; }
			#project #prj_imgs_container img.transparent { display: none; }	
	
	#project #info { width: 326px; min-height: 315px; }
		#info #longname, #lead, #description, #link { padding: 10px 10px 5px; }
		#info #longname { font-size: 14px; font-weight: bold; text-transform: uppercase; }
		#info #description { text-align: justify; }
		#info #lead { font-size: 12px; font-weight: bold; }
		#info a{ display: block; color: #c4883c; text-decoration: none; }
			#info a:hover { text-decoration: underline; }
			
			
div.image { clear: both; position: relative;  width: 742px; margin: 0px auto 30px; }
	div.image div.border { font-size: 0px; line-height: 0px; }
	div.image div#prj_name { padding: 5px 0px; color: #fff; background: url(../images/box_bg.gif) repeat-y; text-align: center; }
	
