.listslider-container{
    overflow: hidden;
}
.listslider-arrow {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s linear, visibility 0.5s linear, left 0.1s linear, right 0.1s linear, text-shadow 0.1s linear;
    top: 0;
    font-size: 20px;
    min-width: 15px;
	height: 52px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.listslider-arrow.active{
    opacity: 1;
    visibility: visible;
}
.listslider-arrow.listslider-right {
    right: 40px;
    background-color: rgba(228, 228, 228, 0.8);
    text-align: center;
	top: 4px;
}
.listslider-arrow.listslider-left {
    left: 40px;
    background-color: rgba(228, 228, 228, 0.79);
    text-align: center;
    top: 4px;
}

.container{
	position:static !important;
}
.listslider{

}
ul.listslider {
    white-space: nowrap;
    clear: both;
    padding-left: 0;
    float: right;
    margin: 0px;
}
ul.listslider li{
    list-style: none;
    display: inline-block;    
}
.container {
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
}
.glyphicon {
    position: relative;
    top: 12px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right:before {
    content: '';
	background-image: url(Chevronright.png);
	background-repeat:no-repeat;
	background-size:10px;
	float:right;
	width:10px;
	height:18px;
}
.glyphicon-chevron-left:before {
    content: '';
    background-image: url(ChevronLeft.png);
    background-repeat: no-repeat;
    float: left;
    background-size: 10px;
    width: 10px;
    height: 18px;
}