#showcase {
height:215px;
margin:16px 0;
overflow:hidden;
width:550px;
position:relative;
}

#showcase img {
background:#eaeaea none repeat scroll 0 0;
border:2px solid #eaeaea;
margin:0px 10px;
padding:5px;
float:left;
}

#showcase img:hover {
background:#eaeaea none repeat scroll 0 0;
margin:0px 10px;
border:2px solid #c2d358;
padding:5px;
cursor:pointer;
}

#showcase-prev {
height:106px;
left:15px;
top:75px;
width:34px;
float:left;
margin:10px 0px 0 0;
}

#showcase-next {
height:106px;
right:15px;
top:104px;
width:34px;
float:right;
margin:10px 0px;
}

#showcase-window {
width:1200px;
position:relative;
left:0;
}

.showcase-pane {
float:left;
left:0pt;
position:relative;
width:540px;
background-color:#eaeaea;
margin-top:4px;
}