@charset "UTF-8";

.tab-content {
	background: #ffffff;
	padding: 15px;/*	width: 350px;*/
	box-shadow: 0 0 30px black;
}
.nav-tabs {
	border: none;
	
}
/* tab color */
.nav-tabs>li>a {
	background-color: #333333;
	border-color: #777777;
	color: #fff;
	
}
/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, {
 color: #101010;
background-color: #F3C13A;
border: 1px solid #e4b700;
}
/* hover tab color */
.nav-tabs>li>a:hover {
	border-color: #000000;
	background-color: #565656;
}
.nbs-flexisel-container {
    max-width: 100%;
    position: relative;
}
.nbs-flexisel-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 9999px;
}
.nbs-flexisel-inner {
    background: none repeat scroll 0 0 #efefef;
    float: left;
    overflow: hidden;
    width: 100%;
}
.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-flexisel-item img {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: 65px;
    max-width: 100px;
    padding: 5px;
    position: relative;
    width: 100%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    cursor: pointer;
    display: none;
    height: 22px;
    opacity: 0.5;
    position: absolute;
    width: 22px;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    background: url("../images/button-previous.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 10px;
}
.nbs-flexisel-nav-right {
    background: url("../images/button-next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 5px;
}
.promoAd { background: url(/domcfg.nsf/RolandSandsDesign.jpg) no-repeat top center; 
 height: 650px;

}
.bike { background: url(/domcfg.nsf/RolandSandsDesign.jpg) no-repeat top center; 
 height: 650px;

}


