/* Image Banner */



.sbImageBannerArea {
    position: relative;
    width: 1342px;
    height: 365px;
    z-index: 0;
	margin: 0 auto;
}

.sbImageBanner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1280px;
    height: 365px;
	margin-left:31px;
}

.sbImageBannerItem {
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
    width: 100%;
    height: 365px;
}

.sbImageBannerImage {
    position: absolute;
    left: 0;
    top: 0;
}

.sbImageBannerText {
    position: absolute;
    right: 40px;
    bottom: 50px;
    z-index: 50;
	height:30px;
	padding:4px 10px;
	margin-right:10px;
	background-color:#BC472A;
	display:block;
	color:#ffffff !important;
	font-family:arial;
	font-size:14px;
	font-weight:900 !important;
	text-decoration:none;	
	border:0px;
	-webkit-box-shadow:  3px 3px 3px 1px rgba(128, 130, 133, 80); 
	box-shadow:  3px 3px 3px 1px rgba(128, 130, 133, 80); 
	}
.sbImageBannerText:hover {
	background-color:#E59E6D;
	text-decoration:none;
	}
.sbImageBannerText:active {	}



.sbImageBannerText h2 {
	display:block;
	color:#ffffff !important;
	font-family:arial;
	font-size:14px;
	font-weight:900 !important;
	text-decoration:none;	
}

.sbImageBannerText p {
    font-size: 14px;
    color: #fff;
}

.sbImageBannerText a {
	display:block;
	color:#ffffff !important;
	font-family:arial;
	font-size:14px;
	font-weight:900 !important;
	text-decoration:none;	
}

.sbBannerNav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.sbBannerNav a {
    position: absolute;
    top: 0;
    width: 31px;
    height: 300px;
    background-image: url(../images/sprite.png);
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
}

.sbNavigatePrev {
    left: 0;    
    background-position: left 0;
}

.sbNavigateNext {
    right: 0;    
    background-position: right 0;
}

.sbNavigatePrev:hover {
    left: 0;    
    background-position: left bottom;
}

.sbNavigateNext:hover {
    right: 0;    
    background-position: right bottom;
}

.sbBannerPager {
    position: absolute;
    bottom: 20px;
    z-index: 51;
    text-align: center;
    width: 100%;
}

.sbBannerPager a {
    margin: 0 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: Grey;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
}

.sbBannerPager a.activeSlide {
    background: Black;
}

.banner_shadow {
    width: 920px;
    height: 50px;
    background: url(../images/banner_shadow.png) no-repeat 0 0;
    position: absolute;
    bottom: 0;
}


/* TEMPORARILY DEACTIVATED TO DEAL WITH LACK OF RESPONSIVE DESIGN - REACTIVATE THIS CODE AND TURN ON "ALLOW BANNER RESIZE" ONCE RD INSTALLED


@media screen and (max-width: 1024px) {
    .sbImageBannerArea {
        width: 696px;
        height: 185px;
    }

    .sbImageBanner {
        width: 650px;
        height: 185px;
		margin-left:23px;
    }
    
    .sbImageBannerItem {
        height: 185px;
    }
.sbImageBannerText {
    bottom: 20px;
    z-index: 50;
	height:17px;
	padding:2px;
	margin-right:10px;
	}    
    .sbImageBannerText a {
    font-size:11px; 
	line-height:11px;
    }

    .sbBannerNav a {
        width: 23px;
        height: 212px;
        background-image: url(../images/sprite_650.png);
    }

    .banner_shadow {
        width: 650px;
        height: 35px;
        background: url(../images/banner_shadow_650.png) no-repeat 0 0;
    }
}



@media screen and (max-width: 550px) {
    .sbImageBannerArea {
        width: 320px;
        height: 86px;
    }

    .sbImageBanner {
        width: 300px;
        height: 86px;
		margin-left:10px;
    }
    
    .sbImageBannerItem {
        height: 86px;
    }
    
    .sbImageBannerText {
        display: none;
    }

    .sbBannerNav a {
        width: 10px;
        height: 98px;
        background-image: url(../images/sprite_300.png);
    }

    .banner_shadow {
        display: none;
    }
    
    .sbBannerPager {
        display: none;
    }
}


*/