

/* Showcase
-------------*/


.showcase
{
    position: relative;
    margin: auto;
}

.showcase-content-container
{
    background-color: #000;
}

/* Navigation arrows */

.showcase-arrow-previous
{
    position: absolute;
    background: url('../images/arrow-left.png');
    width: 31px;
    height: 35px;
    /*		top: 220px;*/
    top: 50%;
    cursor: pointer;
    z-index: 9999;
}
 .showcase-arrow-next
{
    position: absolute;
    background: url('../images/arrow-right.png');
    width: 31px;
    height: 35px;
    /*		top: 220px;*/
    top: 50%;
    cursor: pointer;
    z-index: 9999;
}

.showcase-arrow-previous
{
    left: -1px;
}


.showcase-arrow-next
{
    right: -2px;
    background-position: -34px 0;
}



/*         Widget Navigation arrows */

.showcase1 .showcase-arrow-previous{
    position: absolute;
    background: url('../images/arrow-left.png');
    width: 31px;
    height: 35px;
    /*		top: 220px;*/
    top: 105px;
    cursor: pointer;
    z-index: 9999;
}
.showcase1 .showcase-arrow-next{
    position: absolute;
    background: url('../images/arrow-right.png');
    width: 31px;
    height: 35px;
    /*		top: 220px;*/
    top: 105px;
    cursor: pointer;
    z-index: 9999;
}
.showcase1 .showcase-arrow-previous{
    left: -2px;
}
.showcase1 .showcase-arrow-next
{
    right: -2px;
    background-position: -34px 0;
}




/* Content */
.showcase-content
{
    background-color: #000;
    text-align: center;
}

.showcase-content-wrapper
{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


