#showcase_clip { /*so showcase doesn't force a horizontal scrollbar*/
	width: 100%;
	min-width: 920px;
	overflow: hidden;
	position: absolute;
	clear: left;
	margin-top: 250px;
	height: 368px;
}

#showcase {
	width: 920px;
	height: 368px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
}

#projects {
position: relative;
left: -1050px;
}

#projects div.project {
	width: 769px;
	height: 368px;
	position: absolute;
	/*top: 30px;*/
}

#project_1 {left: 200px;}
#project_2 {left: 1119px;}
#project_3 {left: 2040px;}
#project_4 {left: 2980px;}
#project_5 {left: 4166px;}

#projects img.showcase_main, #projects a.showcase_link {
	width: 763px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
}

#projects a.showcase_link {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	float: left;
	border: 1px solid #CCC;
}

#previous_project_btn, #next_project_btn {
	position: absolute;
	top: 110px;
}

#previous_project_btn {
	left: 0;
}

#next_project_btn {
	right: 12px;
}

div.project_info, div.pi_background, div.pi_hitzone {
	width: 770px;
	height: 368px;
	color: #FFF;
	z-index: 40;
	position: absolute;
}

div.pi_background {
	z-index: 30;
	background-image: url(../img/bg_95.png);
}

#lightbox-infoContainer {
display: none;
}

/*styling*/
img { /*fix pngs in older versions of IE*/
behavior: url(i/iepngfix.htc); 
} 

a img {
border: none;
}
