#slideshow-tabs2 {
    width:100%;
    height:620px;
    position:relative;
    z-index:10;
    margin:0 0 50px 0;
    min-width:1185px;
    padding-bottom:88px;
}
#slideshow-tabs2 .ui-tabs-panel {
    width:100%;
    height:620px;
    min-width:1185px;
}
.tabs-blur {
    height:170px;
    -webkit-filter: blur(8px) contrast(0.4) brightness(1.4);
    -moz-filter: blur(8px) contrast(0.4) brightness(1.4);
    -ms-filter: blur(8px) contrast(0.4) brightness(1.4); 
    -o-filter: blur(8px) contrast(0.4) brightness(1.4);
    filter: blur(8px) contrast(0.4) brightness(1.4);
    margin-top:-8px;
}
.tabs-blur.no-blur {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none; 
    -o-filter: none;
    filter: none;
}
#slideshow-tabs2 .nav-tabs-slideshow {
    width:1125px;
    height:88px;
    margin:0 auto;
    list-style:none;
    padding:0 30px;
    background:url(../../uglcsimg/sep-tabs.png) repeat-y 28px 0;
}
#panel-tabs {
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:200;
    height:88px;
    background:#2d548d;
    box-shadow:0 -2px 3px rgba(0,0,0,0.2);
}
.nav-tabs-slideshow li {
    height:88px;
    width:223px;
    float:left;
    background:url(../../uglcsimg/sep-tabs.png) repeat-y 100% 0;
    padding:0 2px 0 0;
}
.nav-tabs-slideshow li a {
    height:63px;
    width:173px;
    float:left;
    padding:25px 25px 0 25px;
    text-decoration:none;
    color:#fff;
    line-height:1.4;
    transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.nav-tabs-slideshow li a strong {
    font-size:14px;
    text-transform:uppercase;
}
.nav-tabs-slideshow li a span {
    font-size:12px;
    color:#fff;
    font-weight:200;
}
.nav-tabs-slideshow li.ui-tabs-active a {
    background:rgba(0,0,0,0.2);
}
.nav-tabs-slideshow li a:hover {
    background:rgba(0,0,0,0.1);
}
.tabs-container {
    width:1125px;
    height:440px;
    position:relative;
    margin:0 auto;
    padding:0 30px;
}
.tabs-container article {
    width:400px;
    height:230px;
    background:#716658;
    margin:95px 0 0 0;
    padding:25px;
    position:relative;
}
.tabs-container article h2 {
    font-size:28px;
    font-weight:900;
    color:#fff;
    text-transform:uppercase;
    margin:0 0 20px 0;
}
.tabs-container article p {
    font-size:16px;
    color:#fff;
    margin: 0 0 24px;
	line-height: 1.6;
}

.button-more-slide, .button-more-slide:link, .button-more-slide:visited {
    width:145px;
    height:33px;
    display:block;
    position:absolute;
    left:25px;
    bottom:25px;
    background-image: url(../../uglcsimg/arrow-more.png), linear-gradient(top, #3865a6, #2d548d);
    background-image: url(../../uglcsimg/arrow-more.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3865a6), to(#2d548d));
    background-image: url(../../uglcsimg/arrow-more.png), -webkit-linear-gradient(top, #3865a6, #2d548d);
    background-image: url(../../uglcsimg/arrow-more.png), -moz-linear-gradient(top, #3865a6, #2d548d);
    background-image: url(../../uglcsimg/arrow-more.png), -ms-linear-gradient(top, #3865a6, #2d548d);
    background-image: url(../../uglcsimg/arrow-more.png), -o-linear-gradient(top, #3865a6, #2d548d);
    background-repeat: no-repeat;
    background-size:8px 11px, auto auto;
    background-position:140px 11px, 0 0;
    line-height:33px;
    color:#fff;
    padding-left:15px;
    text-decoration:none;
    text-transform:uppercase;
    transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
    font-size:13px;
    font-weight:300;
}

.button-more-slide:hover {
    background:url(../../uglcsimg/arrow-more.png), #244371;
     background-repeat: no-repeat;
    background-size:8px 11px, auto auto;
    background-position:160px 11px, 0 0;
}
.button-more-lg, .button-more-lg:link, .button-more-lg:visited {
	width:220px;   background-position:220px 11px, 0 0;
}
.button-more-lg:hover {
    background-position:240px 11px, 0 0;
}
.slider-tabs {
    width:450px;
    height:280px;
    background:#716658;
    margin:95px 0 0 0;
    position:relative;
}