.showcase, .showcase .items a {
	width: 970px;
	height: 260px;
	
}
.showcase {
    position:relative;
    overflow:hidden;
    border-bottom: 41px solid transparent;
    padding-bottom: 0px;
	border-image:url(/images/backgrounds/slider_golge.png) 0 0 146 0;

}

.showcase .items {
    width:20000em;
    position:absolute;
    clear:both;
}

.showcase .items a {
    float:left;
}

.showcase a.browse {
    background:url(/images/buttons/prevnext.png) left center no-repeat;
    display:block;
    width:18px;
    height: 260px;
    cursor:pointer;
    font-size:1px;
	position: absolute;
	z-index: 99
}
.showcase a.left {
	left: 10px
}
.showcase a.right {
	background-position: right center;
	right: 10px
}

.showcase a.disabled {
    visibility:hidden !important;
}