/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}




/* STAGE STYLES taken from style.css */




/* ---- */

.mod-stage996 {
	width:910px; 
	height:257px;
	position:relative; 
	/* background:#052653 url(/images/eop/stage/hero_bg.jpg) no-repeat top left; */
}
.mod-stage996 .stgslide {
	top:19px;
	position:absolute;
	overflow:hidden;
	left: 267px;
	height: 219px;
	width: 609px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg-stage.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mod-stage996 .stgslide .stgslidecredit {
	display:none;
}
.mod-stage996 .stgslide .stgslideheading {
	display:none;
}
.mod-stage996 .stgslide .stgslidecontent {
	display:none;
}
.mod-stage996 .stgcredit {
	width:609px;
	top:239px;
	left:267px;
	font-size:9px;
	font-weight:normal;
	color:#B3353B;
	text-align:right;
	position: absolute;
}
.mod-stage996 .stghrimg {
	width:267px;
	margin:0;
	top:0px;
	left:0px;
	position:absolute;
	height: 257px;
}
.mod-stage996  .stghrimg  h2 {
	margin:0;
	padding-top: 25px;
	padding-left: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
.mod-stage996 .stghrtxt {
	top:65px;
	left:25px;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#fff;
	width: 215px;
	margin: 0px;
	padding: 0px;
}
.mod-stage996 .stgvidlnkbtn {
	width:300px;
	top:260px;
	left:26px;
	position:absolute;
	text-align:center;
	background-color: #FFCC00;
}
.mod-stage996 .stgbtnwrpr {
	width:222px;
	top:175px;
	position:absolute;
	text-align:center;
	left: 25px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 42px;
}
.mod-stage996 .stgbtnwrpr .mrftrs {
	width:100%;
	float:left;
	font-size:10px;
	color:#8D2E2E;
	text-align:center;
	height: 20px;
	padding: 0px;
	line-height: 20px;
}
.mod-stage996 .stgbtnoff, .mod-stage996 .stgbtnon {
	font-size:14px;
	color:#fff;
	border:1px solid #250000;
	display:block;
	cursor:pointer;
	width: 40px;
	line-height: 20px;
	height: 20px;
	font-family: "Lucida Sans", Verdana, sans-serif;
	padding: 0px;
}

.mod-stage996 #stgbtn1, .mod-stage996 #stgbtn2, .mod-stage996 #stgbtn3, .mod-stage996 #stgbtn4 {
	position: absolute;
	top: 20px;
}
.mod-stage996 #stgbtn1 {
	left:0px;
}
.mod-stage996 #stgbtn2 {
	left:60px;
}
.mod-stage996 #stgbtn3 {
	left:120px;
}
.mod-stage996 #stgbtn4 {
	left:180px;
}
.mod-stage996 .stgbtnoff {
	background-color:#520F0F;
	color: #A33A3A;
}
.mod-stage996 .stgbtnon {
	background-color:#800505;
	border-top-color: #AA0606;
	border-right-color: #AA0606;
	border-bottom-color: #AA0606;
	border-left-color: #AA0606;
	font-weight: bold;
	color: #FFFFFF;
}
