.showcase_container
{
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}



.showcase_container .showcase-content-wrapper {
    height: auto;
    width: 670px;
    text-align: center;
    background-color: white;
}

.showcase_container .showcase-content-wrapper img {
	margin: 0 auto;
}

/*
    Next/prev buttons
*/

.showcase_container .showcase-arrow-next,
.showcase_container .showcase-arrow-next:hover,
.showcase_container .showcase-arrow-previous,
.showcase_container .showcase-arrow-previous:hover {
    width: 40px;
    height: 43px;
    z-index: 101;
    top: 40%;
    position: absolute;
    cursor: pointer;
}

.showcase_container .showcase-arrow-next,
.showcase_container .showcase-arrow-next:hover {
	background: url('../images/arrow-next.png');
    right: 20px;
    background-position: -36px 0;
}

.showcase_container .showcase-arrow-previous,
.showcase_container .showcase-arrow-previous:hover {
	background: url('../images/arrow-prev.png');
    left: 20px;
}

/*
    Pagination
*/

.showcase_container .showcase-button-wrapper span {
	font-family: courrier;
	font-size: 11px;
	width: 12px;
    background-image:url(../images/pagination_off.png);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-color: transparent;
    overflow: hidden;
    height: 8px;
    color: #969696;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    content: none;*/
    padding: 0;
}
.showcase_container .showcase-button-wrapper span.active {
    color: #c2332a;
    background-image:url(../images/pagination_on.png);
    /*padding-left: 3px;*/
}

/*
    Slideshow diapo END
*/
