.bannerslider-wrapper{
    background-color:White;
    }
.bannerslider{
    width: 980px;
    height: 380px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border:none;
    background-color: White;
    background:url('../images/loading.gif') no-repeat center;    
}
.quake-nav a{
    position: absolute;
    top: 45%;
    text-decoration: none;
    width: 37px;
    height: 38px;
    background-repeat: no-repeat;
    z-index: 10000;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quake-prev{
    left: 0px;
    margin-left: 2px;
	background:url(../image/arrow-left.png);
}

.quake-next{
    right: 0px;
    margin-right: 2px;
	background:url(../image/arrow-right.png);
}

.quake-prev:hover{
	background:url(../image/arrow-left-active.png);
}

.quake-next:hover{
	background:url(../image/arrow-right-active.png);
}

.bannerslider-caption-container-right
{
    background-color: black;
    position: absolute;
    z-index: 101;
    padding: 0;
    width: 220px;
    height: 380px;
    left: 750px;
    padding-left: 25px;
    margin-right: 10px;
}
.bannerslider-caption-right
{
    color: white;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial;
    width: 210px;
    height: 300px;
    position: absolute;
    z-index: 102;
    left: 750px;
    padding: 0;
    padding: 10px;
    margin-right: 10px;
}
.bannerslider-caption-container-left
{
    background-color: black;
    position: absolute;
    z-index: 101;
    padding: 0;
    width: 220px;
    height: 310px;
    left: 0px;
    padding-left: 10px;
    margin-left: 10px;
}
.bannerslider-caption-left
{
    color: white;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial;
    width: 210px;
    height: 300px;
    position: absolute;
    z-index: 102;
    left: 0px;
    padding: 0;
    padding: 10px;
    margin-left: 10px;
}

.bannerslider-caption-container-bottom
{
    background-color: black;
    position: absolute;
    z-index: 101;
    padding: 0;
    width: 980px;
    height: 50px;
    bottom: 0px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.bannerslider-caption-bottom
{
    color: white;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial;
    width: 980px;
    height: 50px;
    position: absolute;
    z-index: 102;
    bottom: 0px;
    padding-left: 10px;
    padding-top: 10px;
}

.bannerslider-caption-container-top
{
    background-color: black;
    position: absolute;
    z-index: 101;
    padding: 0;
    width: 980px;
    height: 50px;
    top: 0px;
    padding-left: 10px;
    margin-top: 10px;
}
.bannerslider-caption-top
{
    color: white;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial;
    width: 980px;
    height: 50px;
    position: absolute;
    z-index: 102;
    top: 0px;
    padding: 0;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 10px;
}



.quake-highlight
{
    color: Yellow;
}
.quake-highlight a{
    color: Yellow;
}
