/***************************/
/* css for bannerContainer */
/***************************/
.bgHeight
{
    height:100%;
	width: auto !important;
}
.bgWidth
{
    width:100%;
	height: auto !important;
}


.bannerContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
	margin: 0 auto;
}
.bannerContainerEdit {
	display: none;
}
.bannerContainer .banner, .bannerContainer .bannerEdit {
    display: none;
}
.bannerContainer .default {
    display: block;
}
.banner
{
    width:100%;
}

.bannerImage p{
	margin: 0 !important;
	height: 100%;
	width: 100%
}

.bannerImage img{ width: 100%; height: 100%; }

/* Navigation */
.bannerNav {
    position: fixed;
    left: 50%;
    bottom: 175px;
	margin-left: -46px;
    z-index: 51;
    width: 93px !important;
	height: 39px;
}
.bannerNavButtons{ display: none !important; }
.bannerNavLeft {
	width: 35px;
	height: 39px;
	float: left;
}
.bannerNavLeft a {
    width: 35px;
	height: 39px;
    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 -39px;
}
.bannerNavPause {
	width: 23px;
	height: 39px;
	float: left;
}
.bannerNavPause a {
    width: 23px;
	height: 39px;
    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 -39px;
}
.bannerNavPause a.paused {
	background-position: 0px -78px;
}
.bannerNavPause a.paused:hover, .bannerNavPause a.paused:focus {
    background-position: 0px -117px;
}
.bannerNavRight {
	width: 35px;
	height: 39px;
	float: left;
}
.bannerNavRight a {
    width: 35px;
	height: 39px;
    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 -39px;
}

/* 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; }