* {
margin: 0;
padding: 0;
}

body {
background:#000 center top no-repeat;
color: #FFF;
height: 100%;
}

#showcase_clip { /*so showcase doesn't force a horizontal scrollbar*/
width: 100%;
min-width: 1024px;
overflow: hidden;
position: relative;
}

#showcase {
width: 1024px;
height: 500px;
overflow: visible;
margin: 0 auto;
position: relative;
}




/*styling*/
img, div, h1, h2, input, li, a { /*fix pngs in older versions of IE*/
behavior: url(./i/iepngfix.htc); 
} 

a img {
border: none;
}

#projects {
position: relative;
left: -1024px;
}

#projects div.project {
width: 870px;
height: 500px;
position: absolute;
top: 30px;
}

#project_1 {left: 70px;}
#project_2 {left: 1096px;}
#project_3 {left: 2570px;}
#project_4 {left: 3820px;}
#project_5 {left: 5070px;}
#project_6 {left: 6320px;}
#project_7 {left: 7570px;}
#project_8 {left: 8820px;}
#project_9 {left: 10070px;}
#project_10 {left: 11320px;}
#project_11 {left: 12570px;}
#project_12 {left: 13820px;}
#project_13 {left: 15070px;}
#project_14 {left: 16320px;}
#project_15 {left: 17570px;}

#projects img.showcase_main, #projects a.showcase_link {
width: 615px;
height: 420px;
position: absolute;
top: 0;
left: 0;
}

#projects a.showcase_link {
height: 465px;
background: transparent url(../i/shadow1.png) center bottom no-repeat;
}

#projects .showcase_secondary, #projects .showcase_third {
width: 237px;
height: 197px;
position: absolute;
right: 0px;
}

#projects a.showcase_secondary {
top: 0;
height: 223px;
background: transparent url(../i/shadow2.png) center bottom no-repeat; 
}

#projects a.showcase_third {
top: 223px;
height: 228px;
background: transparent url(../i/shadow3.png) center bottom no-repeat;
}

#previous_project_btn, #next_project_btn  {
position: absolute;
top: 170px;
background-color:Transparent;
}

#previous_project_btn {
left: 0;
}

#next_project_btn {
right: 15px;
}

div.errors {
color: #FFF;
background: #E22;
padding: .5em;
border: 1px solid #710;
}


#project_list {
width: 190px;
list-style: none;
position: absolute;
z-index: 50;
}

#project_list li {
text-transform: none;
float: none;
font-size: 11px;
font-weight: normal;
background: transparent url(../i/85percent_black.png) center top repeat;
padding-left: 0;
padding-right: 0;
}

#project_list li.first {
background: none;
}

#project_list a {
color: #FFF;
display: block;
line-height: 25px;
width: 150px;
padding-left: 20px;
padding-right: 20px;
}

#project_list a:hover {
color: #FFFC00;
text-decoration: none;
}

div.project_info, div.pi_background, div.pi_hitzone {
width: 605px;
height: 410px;
color: #FFF;
z-index: 40;
position: absolute;
top: 5px;
left: 5px;
background: transparent url(../i/pi_bg.gif) top left repeat;
}

div.project_info {
padding: 50px 65px;
width: 475px;
height: 310px;
overflow: hidden;
color: #CCC;
}

.project_info h3 {
color: #FFFC00;
margin-bottom: 10px;
}

.project_info p {
margin-bottom: 10px;
}

.project_info strong {
color: #FFF;
font-weight: bold;
}

.project_info a {
color: #FFFC00;
font-weight: bold;
}

div.pi_background {
z-index: 30;
background: #000;
}

#lightbox-infoContainer {
display: none;
}



