#showcase_clip { 
width: 100%;
min-width: 1010px;
overflow: hidden;
position: relative;
}

#showcase {
/*width: 1024px;*/
height: 380px;
overflow: visible;
margin: 10px auto 0;
position: relative;
width:1024px;
}
/*styling*/

#options {
position: absolute;
top: 5px;
right:893px;
height: 26px;
font-size: 11px;
color: #999;
/*width: 100%;*/
z-index:50;
padding-right:25px;
}
/*#options #bg_select {
float: right;

}*/
#options #bg_select dt, #options #bg_select dd, #options li {
display: inline;
margin-left:10px;
padding: 0px 6px;
line-height: 12px;
}
#options #bg_select dd {
color: #CCC;
background:transparent url(../images/summenu_sep.jpg) no-repeat scroll right center;
}
#options #bg_select dd.last {
background:none;
}
#options #bg_select dd:hover, #options #bg_select dd.selected  {
color: #FF5C01;
cursor: pointer;
}
#projects {
position: relative;
left: -1024px;
}
#projects div.project {
width: 873px;
height: 329px;
position: absolute;
top: 30px;
border:3px solid #fff;
}

#project_1 {left: 70px;}
#project_2 {left: 1094px;}
#project_3 {left: 2118px;}
#project_4 {left: 3142px;}
#project_5 {left: 4166px;}
#project_6 {left: 5190px;}
#project_7 {left: 6214px;}
#project_8 {left: 7238px;}
#project_9 {left: 8262px;}
#project_10 {left: 9286px;}

#projects img.showcase_main, #projects a.showcase_link {
width: 873px;
height: 329px;
position: absolute;
top: 0;
left: 0;
}
#projects a.showcase_link {
height: 329px;
/*background: transparent url(../i/shadow1.png) center bottom no-repeat;*/
}
#previous_project_btn, #next_project_btn {
position: absolute;
top: 170px;
}
#previous_project_btn {
left: 0;
}
#next_project_btn {
right: 0;
}

div.project_info, div.pi_background {
width: 873px;
height: 329px;
color: #FFF;
z-index: 40;
position: absolute;
/*top: 3px;
left: 3px;*/
/*background: transparent url(../i/pi_bg.gif) top left repeat;*/
}
div.project_info {
padding: 50px 65px;
width: 731px;
height: 223px;
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;
}
div.pi_background {
z-index: 30;
background: #000;
}

