/***************************/
/* css for bannerContainer */
/***************************/
.bannerContainer {
    width: 691px;
    height: 336px;
    overflow: hidden;
    position: relative;
}
.bannerContainerEdit {
	display: none;
}
.bannerContainer .banner, .bannerContainer .bannerEdit {
    display: none;
}
.bannerContainer .default {
    display: block;
}
.bannerText {
    position:absolute;
	top: 237px;
	float: left;
	margin: 0px;
	padding-top:12px;
	padding-bottom:24px;
	padding-left:30px;
	padding-right: 130px;
	width: 531px;
	height: 64px;
	overflow: hidden;
	background-image: url(../images/structure/banner_bg.png);
	background-repeat: no-repeat;
	z-index: 50;
	color:#FFF;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}

.bannerText h1, .bannerText h2 {
	font-size: 32px!important;
	line-height: 38px !important;
	font-weight: bold !important;
	padding: 0px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px!important;
	margin-left: 0px;
	color:#fff;
}

.bannerText h3{
	font-size: 17.5px !important;
	line-height: 22px !important;
	font-weight: bold !important;
	margin: 0 !important;
}

.bannerText a, .bannerText a:link, .bannerText a:visited{
	text-decoration: underline;
	color: #FFF;
}
.bannerText a:hover, .bannerText a:active, .bannerText a:focus{
	text-decoration: none;
}
.bannerText.noBg
{
    background-image: none !important;   
}
.bannerTextContent
{
    overflow: hidden;
}

.banner
{
    width:100%;
}

.bannerImage p{
	margin: 0 !important;
}

.bannerImage img{
	width: 691px;
    height: 336px;
}

/* Navigation */
.bannerNav {
    height: 10px;
    position: absolute;
    right: 25px;
    bottom: 58px;
    z-index: 51;
    width: 89px !important;
}
.bannerNavButtons{
	display: none;
}
.bannerNavLeft {
	width: 29px;
	height: 24px;
	float: left;
	border-right: 1px solid #d9d9d9;
}
.bannerNavLeft a {
    width: 29px;
    height: 24px;
    float: left;
    font-size: 1%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/structure/bannerNavLeft.png) top left no-repeat;
}
.bannerNavLeft a:hover, .bannerNavLeft a:focus {
    background-position: 0px -24px;
}
.bannerNavPause {
	width: 29px;
	height: 24px;
	float: left;
	border-right: 1px solid #d9d9d9;
}
.bannerNavPause a {
    width: 29px;
	height: 24px;
    float: left;
    font-size: 1%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/structure/bannerNavPause.png) top left no-repeat;
}
.bannerNavPause a:hover, .bannerNavPause a:focus {
    background-position: 0px -24px;
}
.bannerNavPause a.paused {
	background-position: 0px -48px;
}
.bannerNavPause a.paused:hover, .bannerNavPause a.paused:focus {
    background-position: 0px -72px;
}
.bannerNavRight {
	width: 29px;
	height: 24px;
	float: left;
}
.bannerNavRight a {
    width: 29px;
    height: 24px;
    float: left;
    font-size: 1%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/structure/bannerNavRight.png) top left no-repeat;
}
.bannerNavRight a:hover, .bannerNavRight a:focus {
    background-position: 0px -24px;
}

/* Edit Controls */
.bannerControls {
    height: 10px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 50;
}
.bannerControls div {
	float: left;
	border-right: solid 1px #d9d9d9;
}
.bannerControls div.last {
	border-right: none;
}
.bannerControls a {
	background: #f9f8f6;
	padding: 5px 10px;
}
.bannerControls a, .bannerControls a:link, .bannerControls a:visited {
    color: #3384b6;
    text-decoration: none;
}
.bannerControls a:hover, .bannerControls a:focus {
    background: #d6e4f0;
    text-decoration: none;
}

.ui-front {
    z-index: 9999 !important; /* The default is 100. !important overrides the default. */
}


/* Sorting */
ul.sortableBanner { list-style-type: none; list-style-image: none; margin: 0; padding: 0; }
ul.sortableBanner li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; overflow: hidden; line-height: 1.6; }
ul.sortableBanner li img { height: 100px; }