/****************** Direction Nav ******************/

.flex-direction-nav {
*height: 0;
position: absolute;
top: 50%;
width: 100%;
}

.flex-direction-nav a {
text-indent: -9999px;
cursor: pointer;
font-size: 48px;
display: block;
position: absolute;
width: 48px;
height: 48px;
line-height: 48px;
margin: -43px 0 0;
background: #444444;
}

.flex-direction-nav .flex-prev {
background: url('http://shop.bbc.com/content/ebiz/shop/resources/images/flexslider-hero-arrows.png') no-repeat 0 0;
left: -30px;
}

.flex-direction-nav .flex-next {
background: url('http://shop.bbc.com/content/ebiz/shop/resources/images/flexslider-hero-arrows.png') no-repeat 100% 0;
right: -30px;
}


/**********/



.heropromoleftcol {
    border: 1px solid #000000;
    float: left;
    height: auto;
    width: 58.66%;
}
.heropromosrightcol {
    float: right;
    height: auto;
    width: 38.3%;
}