/*.simpleBanner {overflow:hidden;position:relative;width:960px;padding:0 0 6px 0;}*/

img {
	max-width: 100%;
	height: auto;
}

.banner_left {
    float: left;
    margin-left: 1% !important;
    width: 40%;
}

.banner_left img {
	max-width: 100%;
	height: auto;
}

.banner_right {
    float: right;
    margin-right:17%;
    width:39%;
}

.simpleBanner {
	overflow:hidden;
	padding-left:44px;
    position: relative;
    width: 96%;}

.simpleBanner.hiddenArrows .bannerControlsWpr,
.simpleBanner.hiddenIndicators .bannerIndicators {display:none;}

.simpleBanner ul {list-style:none;margin:0;padding:0;}
.simpleBanner .bannerListWpr {clear:both;overflow:hidden;}
.simpleBanner .bannerListWpr ul {width:5000px;overflow:hidden;}
.simpleBanner .bannerListWpr ul li {float:left;width:960px;} /* Make sure to set the width for this */
.simpleBanner .bannerListWpr ul li img {display:block;}
.simpleBanner .bannerControlsWpr {cursor:pointer;padding:10px 12px;position:absolute;top:37%;/*background:#CCC;*/}
.simpleBanner .bannerControlsPrev {border-radius:0 5px 5px 0;left:0;padding-left:5px;}
.simpleBanner .bannerControlsNext {border-radius:5px 0 0 5px;right:0;padding-right:5px;}
.simpleBanner .bannerControlsPrev .bannerControls {/*border-color: transparent #3f3f3f transparent transparent;border-width:20px 20px 20px 0;*/ width:29px; height:37px;background:url(images/arrow_left.png)  no-repeat; }
.simpleBanner .bannerControlsNext .bannerControls { width:29px; height:37px;background:url(images/arrow_right.png)  no-repeat;}
.simpleBanner .bannerControlsPrev:hover .bannerControls {border-color:transparent #FFF transparent transparent;}
.simpleBanner .bannerControlsNext:hover .bannerControls {border-color:transparent transparent transparent #FFF;}
.simpleBanner .bannerControls {width:0;height:0;border-style:solid;}
.simpleBanner .bannerIndicators {background:transparent;right:50px;opacity:0.9;padding:4px 8px 4px 0;position:absolute;bottom:25px;}
.simpleBanner .bannerIndicators ul {overflow:hidden;}
.simpleBanner .bannerIndicators .bannerIndicator {background:#d5d6dd;border-radius:7px 7px 7px 7px;cursor:pointer;float:left;height:10px;margin-left:8px;width:10px;}
.simpleBanner .bannerIndicators .bannerIndicator:hover {background:#4096ee;}
.simpleBanner .bannerIndicators .bannerIndicator.current {background:#4096ee;cursor:default;}