
.bannerControlContain .bannerControl {
    top: 0;
}
.bcLeft {
    left: 0;
}
.bcRight {
    right: 0;
}
.bannerControl {
    height: 80px;
    position: absolute;
    top: 247px;
    width: 70px;
    z-index: 9990000;
}
.bannerControl a, .bannerControl a:visited {
    color: #fff !important;
}
#dvPrev {
    position: fixed;
    top: 300px;
}
#dvNext {
    position: fixed;
    top: 300px;
}
.bcLeft .bcArrow {
    background: url("../../Images/utility-sprites.png") no-repeat scroll -52px 9px rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
}
.bcRight .bcArrow {
    background: url("../../Images/utility-sprites.png") no-repeat scroll 17px 9px rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
}
.prevPreview {
    left: -100px;
}
.nextPreview {
    right: -100px;
}
.portPreview {
    position: absolute;
    top: 0;
    z-index: 10;
}
.bcLeft .portPreviewImage {
    left: 0;
}
.bcRight .portPreviewImage {
    right: 0;
}
.portPreviewImage {
    color: #fff;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 6px;
    vertical-align: middle !important;
}
.portPreviewImage a, .portPreviewImage a:visited {
    background: none repeat scroll 0 0 #DA251C;
    color: #fff;
    width:100px;
    display:block;
    padding: 15px 10px;
    text-align: left;
    vertical-align: middle;
    text-transform:capitalize;
    word-wrap: break-word;
}
