/*********************************
* Slideshow Styling
*********************************/
#homecus
{
    border: 0 !important;
    width: 100%;
    height: 350px;
}
#homecus ul
{
    height:100%;
}
#homecus ul li
{
    float:left;
    width:33.333%;
    padding:15px;
    height: 115px;
}
#homecus ul li img
{
    max-width: 100%;
    max-height: 100%;
}
.image-comany
{
    border: 1px solid #eee
}
#slideshow
{
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.img-wrapper
{
    min-width: 100%;
    min-height: 100%;	
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;    
    z-index:8;
    background-size: cover;
    background-position: center center;
}
#slideshow .img-wrapper.active
{
    z-index:10;
}
#slideshow .img-wrapper a.url-link
{
    display: inherit;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#slideshow .img-wrapper.last-active
{
    z-index:9;
}
#slideshow .description
{
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:auto;
    font: Normal 13px Arial;
    background: url(../Images/bg-news.png) repeat;
    color: #fff;
    padding: 5px 10px;
    line-height: 20px;
    z-index: 11;
}
.thumbs-container
{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    z-index: 11;
    background: url(../Images/bg-news.png) repeat;
    opacity: .9;
}
.thumbs-container.top
{
    top: 0;
}
.thumbs-container.bottom
{
    bottom: 0;
}
.prev, .next
{
    width:3%;
    min-width: 40px;
    height: 48px;
    padding: 20px 1%;
    color: #555;
    cursor: pointer;
}
.prev { float: left; }
.next { float: right; }
.prev:hover, .next:hover
{
    color: #999;
}
ul.thumbs
{
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 100%;
    padding: 0;
    margin: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.thumb
{
    display: inline-block;
    width: 100px;
    height: 60px;
    margin: 10px 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.thumb:first-of-type
{
    margin-left: 0px;
}
.thumb.active
{
    border: 2px solid #FFF;
}
@media screen and (max-width: 768px)
{
    #slideshow
    {
        height:250px;
    }
}