#innerpage_slider
{
width:900px;
float:left;
padding:17px 0px 0px 0px;
overflow:hidden;
height:98px;
}
.showcaseThumbs_div
{
width:845px;
padding:0px 0px 0px 45px;
margin:0px;
float:left;
overflow:hidden;
text-align:left;
position:relative;
}
.showcaseThumbs
{
height:80px;
padding:0px;
display:block;
overflow:hidden;
float:left;
display:block;
margin:0px;
}
.showcaseThumbs ul
{
width:860px;
height:80px;
float:left;
list-style:none;
}
.showcaseThumbs ul li
{
float:left;
width:195px;
height:80px;
padding:0px;
margin:0px 7px 0px 0px;
}
.next_thumb
{
background:url(../images/button_left.png) no-repeat top left;
width:42px;
height:75px;
position:absolute;
top:0;
left:0;
z-index:1000;
}

.prev_thumb
{
background:url(../images/button_right.png) no-repeat top left;
width:42px;
height:75px;
position:absolute;
top:0;
z-index:1000;
right:0;
}
.prev_thumb:hover,.next_thumb:hover
{
background-position:bottom left;
}
.showcaseThumbs ul li .item a img
{
border:1px solid #ffffff;
float:left;
overflow:hidden;
width:193px;
height:78px;
}