/* RESETTER */
* { margin: 0px; padding: 0px; }

/* COMMON */
.clear { clear: both; }
.rel { position: relative; }
.abs { position: absolute; }
.fl { float: left; }
.fr { float: right; }

ul { list-style: disc; }
ol { list-style: decimal; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

a, span, div, h4, area, input { outline: none; }

p { margin: 0px 0px 10px 0px; }


/* MAIN LAYOUT ITEMS */
body {
    background: #ffffff url(http://www.theex.com/images/background.png) top center repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    position: relative;
}

.mainContainer {
    width: 960px;
    margin: 0 auto;
}

.headerContainer {
    position: relative;
    width: 960px;
    height: 156px;
    float: left;
}

.bannerContainer {
    position: relative;
    width: 960px;
    height: 65px;
    float: left;
}

.smallBannerContainer {
    position: absolute;
    width: 305px;
    height: 46px;
    top: 90px;
    left: 655px;
}


/* NAVIGATION ITEMS */
.navigationContainer {
    position: relative;
    width: 960px;
    height: 50px;
    margin-bottom: 10px;
    float: left;
}

.navigationContainer ul {
    width: 960px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

.navigationContainer ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    text-indent: -9999px;
}

.navigationContainer ul li a { height: 50px; background: url(../nav/navigation.png) no-repeat top; display: block; }

.navigationContainer ul li.nav1 a { width: 74px; background-position: 0 0; }
.navigationContainer ul li.nav1 a:hover, .navigationContainer ul li.nav1 a.selected { background-position: 0 -50px; }

.navigationContainer ul li.nav2 a { width: 340px; background-position: -74px 0; }
.navigationContainer ul li.nav2 a:hover, .navigationContainer ul li.nav2 a.selected { background-position: -74px -50px; }

.navigationContainer ul li.nav5 a { width: 190px; background-position: -414px 0; }
.navigationContainer ul li.nav5 a:hover, .navigationContainer ul li.nav5 a.selected { background-position: -414px -50px; }


/* SUB NAVIGATION ITEMS */
.subNavigationContainer {
    position: relative;
    width: 220px;
    float: left;
}

.subNavigationContainer ul.firstLevel {
    width: 220px;
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border-top: 1px dotted #666666;
}

.subNavigationContainer ul.firstLevel li {
    width: 217px; /* full width: 220px; - margin & padding */
    margin: 0px 2px 0px 1px;
    padding: 0px;
    border-bottom: 1px dotted #666666;
}

.subNavigationContainer ul.firstLevel li a { font-size: 14px; display: block; padding: 4px 10px 4px 15px; margin: 1px 0px 1px 0px; }
.subNavigationContainer ul.firstLevel li a:hover, .subNavigationContainer ul.firstLevel li a.selected { color: #ffffff !important; text-decoration: none; }


.subNavigationContainer ul.secondLevel {
    width: 217px;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 8px 0px;
    border: none;
}

.subNavigationContainer ul.secondLevel li {
    width: 182px; /* full width: 217px; - padding */
    padding: 6px 10px 0px 25px; 
    border: none;
}

.subNavigationContainer ul.secondLevel li a { font-size: 12px; color: #666666 !important; line-height: 15px; padding: 0px; margin: 0px; }
.subNavigationContainer ul.secondLevel li a:hover { color: #666666 !important; background: none !important; text-decoration: underline; }




/* HOME ITEMS */
.homeContainer {
    position: relative;
    width: 960px;
    margin-bottom: 15px;
    float: left;
}

.storyContainer {
    background: url(../nav/home-story-background.png) top left no-repeat;
    width: 285px; /* full width: 325px; - padding */
    height: 304px; /* full height: 324px; - padding */
    padding: 20px 20px 0px 20px;
    margin-bottom: 5px;
    float: left;
}

.storyContainer h4 { height: 35px; }

.fbContainer {
    width: 310px;
    height: 324px;
    margin-bottom: 5px;
    float: left;
}

.twitterContainer {
    background: url(../nav/twitter-background.png) top left no-repeat;
    width: 310px;
    height: 273px;
    margin-bottom: 5px;
    float: left;
}

.twitterContent { width: 290px; height: 56px; padding: 10px 0px 5px 0px; margin: 0px 10px 0px 10px; float: left; font-size: 12px; line-height: 14px; border-bottom: 1px solid #d9d9d9; } /* see ie6.css for alternative */
.twitterLeft { width: 60px; float: left; }
.twitterRight { width: 230px; float: left; }


/* CAROUSEL ITEMS */
.carouselContainer {
    position: relative;
    width: 960px;
    height: 390px;
    float: left;
    overflow: hidden;
}

/*--Main Image Preview--*/
.main_image {
	width: 645px;
    height: 385px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: url(../nav/home-carousel/background.png) top left repeat;
    height: 79px; /* full height: 84px; - padding */
    padding-left: 20px;
    padding-top: 5px;
}

.main_image p.shortTitle { display: none; }
.main_image p.shortDesc { width: 470px; font-size: 24px; font-weight: bold; letter-spacing: -0.04em; line-height: 25px; }


.image_thumb {
	float: left;
	width: 310px;
}
.image_thumb img {
    border: none !important;
	float: left;
}
.image_thumb ul {
    margin: 0px 0px 0px 5px;
    padding: 0px;
	list-style: none;
}
.image_thumb ul li {
    position: relative;
	width: 310px;
    height: 125px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
	float: left;
}

.image_thumb ul li { color: #ffffff; font-size: 16px; font-weight: bold; }

.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}

.image_thumb ul li .block { /* see ie6.css for alternative */
    display: none;
    background: url(../nav/home-carousel/background.png) top left repeat;
    position: absolute;
    top: 85px;
    left: 0px;
    height: 40px;
	width: 310px;
    cursor: pointer;
}

.image_thumb ul li:hover .block { display: block; } /* see ie6.css for alternative */
.image_thumb ul li.active .block { display: block; cursor: pointer; }

.image_thumb ul li p.shortTitle { padding: 10px; }
.image_thumb ul li p.shortDesc, .image_thumb ul li h5, .image_thumb ul li a.learnMore { display: none; }

span.topLeft, span.topRight, span.bottomLeft, span.bottomRight {
	position: absolute; 
	font-size: 1px;	
	width: 5px;
	height: 5px;
	display: block;
    z-index: 100;
}

span.topLeft { background: url(../nav/home-carousel/top-left.png) no-repeat; top: 0; left: 0; } /* see ie6.css for alternative */
span.topRight { background: url(../nav/home-carousel/top-right.png) no-repeat; top: 0; right: 0; } /* see ie6.css for alternative */
span.bottomLeft { background: url(../nav/home-carousel/bottom-left.png) no-repeat; bottom: 0; left: 0; } /* see ie6.css for alternative */
span.bottomRight { background: url(../nav/home-carousel/bottom-right.png) no-repeat; bottom: 0; right: 0; } /* see ie6.css for alternative */



/* SUB CAROUSEL ITEMS */
.subCarouselContainer {
    position: relative;
    width: 700px;
    margin: 20px 0px 40px 0px;
    float: left;
}

#subCarouselContent { height: 230px; }

.subCarouselContainer .subStoryContent { border-bottom: none; background-color: #ffffff; margin: 0px; padding: 0px; }

.subCarouselContainer #nav {
    position: absolute;
    top: 212px;
    left: 320px;
    z-index: 2000;
    text-align: center;
}

.subCarouselContainer #nav a { width: 17px; height: 17px; font-size: 12px; color: #ffffff; background-color: #666666; display: block; float: left; margin-right: 2px; line-height: 16px; }
.subCarouselContainer #nav a:hover, .subCarouselContainer #nav a.activeSlide { color: #ffffff; text-decoration: none; }



/* COUNTDOWN ITEMS */
.countdownContainer {
    position: absolute;
    background: url(../nav/countdown-background.png) top left no-repeat;
    width: 323px;
    height: 97px;
    top: 39px;
    left: 327px;
}

.countdownContent {
    position: relative;
    width: 323px;
    height: 97px;
}

.countdownHeading { position: absolute; width: 290px; height: 35px; top: 10px; left: 17px; }
.countdownDays { position: absolute; width: 34px; height: 10px; top: 78px; left: 72px; }
.countdownHours { position: absolute; width: 27px; height: 10px; top: 78px; left: 150px; }
.countdownMinutes { position: absolute; width: 32px; height: 10px; top: 78px; left: 218px; }

#day2 { position: absolute; width: 17px; height: 19px; top: 56px; left: 72px; }
#day3 { position: absolute; width: 17px; height: 19px; top: 56px; left: 90px; }
#hour1 { position: absolute; width: 17px; height: 19px; top: 56px; left: 145px; }
#hour2 { position: absolute; width: 17px; height: 19px; top: 56px; left: 163px; }
#min1 { position: absolute; width: 17px; height: 19px; top: 56px; left: 217px; }
#min2 { position: absolute; width: 17px; height: 19px; top: 56px; left: 235px; }



/* SEARCH ITEMS */
.searchContainer {
    position: absolute;
    background: url(../nav/search-background.png) top left no-repeat;
    width: 305px;
    height: 46px;
    top: 39px;
    left: 655px;
}

.searchContent { position: relative; }

.searchTextBox {
    position: absolute; top: 4px; left: 4px;
    border: 1px solid #cccccc;
    height: 32px; /* full height: 36px; - padding */
    width: 205px; /* full width: 215px; - padding */
    font-size: 20px;
    padding: 4px 5px 0px 5px;
    vertical-align: middle;
}


/* FOLLOW US ITEMS */
.followusContainer {
    position: absolute;
    background: url(../nav/followus-background.png) top left no-repeat;
    width: 310px;
    height: 46px;
    top: 607px;
    left: 650px;
    z-index: 1000;
}

.followusContent { position: relative; }

.followusText { position: absolute; top: 17px; left: 18px; }
.followusFB { position: absolute; top: 7px; left: 138px; }
.followusTwitter { position: absolute; top: 7px; left: 180px; }
.followusYoutube { position: absolute; top: 7px; left: 223px; }
.followusNewsletter { position: absolute; top: 7px; left: 265px; }

.followusSideContainer {
    position: relative;
    background: url(../nav/followus-side-background.png) top left no-repeat;
    width: 220px;
    height: 86px;
    float: left;
}

.followusSideText { position: absolute; top: 17px; left: 18px; }
.followusSideFB { position: absolute; top: 40px; left: 18px; }
.followusSideTwitter { position: absolute; top: 40px; left: 60px; }
.followusSideYoutube { position: absolute; top: 40px; left: 103px; }
.followusSideNewsletter { position: absolute; top: 40px; left: 145px; }


/* SUB PAGE ITEMS */
.subContainer {
    position: relative;
    width: 940px; /* full width: 960px; - padding */
    padding: 0px 10px 0px 10px;
    margin: 30px 0px 50px 0px;
    float: left;
}

.subContent {
    position: relative;
    width: 700px;
    float: right;
}

.subLandingContainer {
    position: relative;
    width: 700px;
    float: left;
}

.subLandingContent {
    width: 220px;
    height: 230px;
    margin-right: 20px;
    float: left;
}

.subLandingContent img { margin-bottom: 8px; }

.subStoryContainer {
    position: relative;
    width: 700px;
    float: left;  
}

.subStoryContent { width: 700px; padding: 20px 0px 20px 0px; margin: 0px 0px 0px 0px; float: left; border-bottom: 1px dotted #666666; }
.subStoryLeft { width: 320px; float: left; }
.subStoryRight { width: 380px; float: left; margin-top: -5px; } /* see ie6.css for alternative */
.subStoryRight h2 { margin-bottom: 6px; }

.subStoryFull { width: 700px; float: left; }

.infoBox {
    font-size: 16px;
    color: #666666;
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
    padding: 4px 0px 4px 0px;
    margin: 0px 0px 12px 0px;
    font-weight: bold;
}


.everydayContainer {
    width: 940px;
    padding: 20px 0px 30px 10px;
    margin: 10px 0px 0px 0px;
    background-color: #eff9ff;
    float: left;
}

.everydayContainer ul {
    width: 215px;
    list-style: none;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    border-right: 1px dotted #666666;
    float: left;
}

.everydayContainer ul li {
    width: 210px;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 12px 0px;
    list-style: none;
}

.everydayContainer a { color: #e51937 !important; font-weight: bold; font-size: 13px; }



/* FOOTER ITEMS */
.footerContainer {
    position: relative;
    background: url(../nav/footer-background.png) top left no-repeat;
    width: 960px;
    padding-top: 25px;
    margin-bottom: 50px;
    text-align: center;
    float: left;
}

.footerContainer a { font-size: 13px; color: #eb1b2e; text-decoration: none; }
.footerContainer a:hover { text-decoration: underline; }

.footerContainer p { padding: 0px 0px 15px 0px !important; }


/* FONT ITEMS */
sup { font-size: 8px; }

.letterspacingHalf { letter-spacing: -0.02em; }
.letterspacing { letter-spacing: -0.05em; }

.nobold { font-weight: normal; }

.white { color: #ffffff; }
.black { color: #000000; }
.purple { color: #812a91; }
.green { color: #a1b803; }
.red { color: #e41937; }
.blue { color: #117ec1; }
.lightGray { color: #666666 !important; }
.gray { color: #666666; }
.darkGray { color: #333333; }
.yellow { color: #fbfe00; }

.standard10 { font-size: 10px; }
.standard11, .legal { font-size: 11px; }
.standard12 { font-size: 12px; }
.standard13 { font-size: 13px; line-height: 16px; }
.standard14 { font-size: 14px; }
.standard15 { font-size: 15px; }
.standard16 { font-size: 16px; }
.standard20 { font-size: 20px; }

.lineheight12 { line-height: 12px; }
.lineheight18 { line-height: 18px; }

h2 { font-size: 25px; line-height: 26px; letter-spacing: -0.04em; font-weight: normal; }
h3 { font-size: 45px; margin-bottom: 10px; line-height: 40px; letter-spacing: -0.04em; font-weight: normal; }
h4 { font-size: 16px; font-weight: bold; margin-bottom: 3px; }
h5 { font-size: 12px; font-weight: bold; }
h6 { font-size: 18px; font-weight: bold; line-height: 20px; letter-spacing: -0.04em; }

a { color: #ea0f6b; text-decoration: none; }
a:hover { text-decoration: underline; }

.findOut { margin-top: 4px; color: #333333; }
.findOut a { color: #333333; }



/* BUTTON ITEMS */
.searchBtn, .learnMore, .submitApplication, .clearFields, .listViewIcon, .calendarViewIcon, .listViewIconOn, .calendarViewIconOn {
    text-indent: -9999px !important;
    display: block;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.searchBtn { width: 77px; height: 38px; background: url(../nav/search-btn.png) no-repeat; position: absolute; top: 4px; left: 224px; }
.searchBtn:hover { background-position: 0px -38px; }

.learnMore { width: 114px; height: 34px; background: url(../nav/learn-more.png) no-repeat; position: absolute; top: 25px; left: 502px; }
.learnMore:hover { background-position: 0px -34px; }

.submitApplication { width: 158px; height: 19px; background: url(../nav/submit-application.png) no-repeat; float: left; margin-right: 3px; margin-bottom: 10px; }
.submitApplication:hover { background-position: 0px -19px; }

.clearFields { width: 111px; height: 19px; background: url(../nav/clear-fields.png) no-repeat; float: left; margin-bottom: 10px; }
.clearFields:hover { background-position: 0px -19px; }

.listViewIcon, .listViewIconOn { width: 52px; height: 30px; background: url(../nav/calendar/list-view-icon.png) no-repeat; position: absolute; top: 32px; left: 826px; }
.listViewIcon:hover, .listViewIconOn { background-position: 0px -30px; }

.calendarViewIcon, .calendarViewIconOn { width: 53px; height: 30px; background: url(../nav/calendar/calendar-icon.png) no-repeat; position: absolute; top: 32px; left: 896px; }
.calendarViewIcon:hover, .calendarViewIconOn { background-position: 0px -30px; }

.print {
    position: absolute;
    background: url(../nav/print-background.png) no-repeat top left;
    top: 0px;
    left: 560px;
    width: 140px;
    height: 22px; /* full height: 25px; - padding */
    padding-top: 3px;
    text-align: center;
}

.share { position: absolute; top: 36px; left: 545px; }
.share a { color: #666666; }


/* IMAGE ITEMS */
h1.cneLogo { position: absolute; width: 389px; height: 111px; top: 26px; left: 0px; background: url(http://www.theex.com/images/cne-logo.png) top left no-repeat; }

.homeStoryImage { margin: 13px 0px 15px 0px; }

.twitterThumb { border: 1px solid #999999; }
.twitterHeading { margin: 11px 0px 0px 11px; }



/* LIST ITEMS */
ul { margin: 0px 0px 10px 30px; }
ol { margin: 0px 0px 10px 30px; }

ul li, ol li { padding: 0px 0px 5px 0px; }



/* TABLE ITEMS */
.jobTable { width: 700px; }
.jobTable td { padding: 0px 10px 2px 0px; }



/* FORM ITEMS */
.jobTable input.textField { font-size: 14px; width: 210px; height: 20px; margin: 0px 0px 10px 0px; }



/* PURPLE ITEMS */
#attractions .subNavigationContainer ul.firstLevel li a, #attractions .subNavigationContainer ul.firstLevel li a,
#events .subNavigationContainer ul.firstLevel li a, #events .subNavigationContainer ul.firstLevel li a { color: #812a91; }
#attractions .subNavigationContainer ul.firstLevel li a:hover, #attractions .subNavigationContainer ul.firstLevel li a.selected,
#events .subNavigationContainer ul.firstLevel li a:hover, #events .subNavigationContainer ul.firstLevel li a.selected { background-color: #812a91; }

#attractions span, #events span,
#attractions h2, #events h2,
#attractions h3, #events h3,
#attractions h4, #events h4,
#attractions a, #events a, #attractions a:hover, #events a:hover,
#attractions h4 a, #attractions h4 a:hover, #events h4 a, #events h4 a:hover,
#attractions h2 a, #attractions h2 a:hover, #events h2 a, #events h2 a:hover { color: #812a91; }

#attractions .subCarouselContainer #nav a:hover, #attractions .subCarouselContainer #nav a.activeSlide,
#events .subCarouselContainer #nav a:hover, #events .subCarouselContainer #nav a.activeSlide { background-color: #812a91; }


/* BLUE ITEMS */
#visit .subNavigationContainer ul.firstLevel li a, #visit .subNavigationContainer ul.firstLevel li a,
#tickets .subNavigationContainer ul.firstLevel li a, #tickets .subNavigationContainer ul.firstLevel li a { color: #117ec1; }
#visit .subNavigationContainer ul.firstLevel li a:hover, #visit .subNavigationContainer ul.firstLevel li a.selected,
#tickets .subNavigationContainer ul.firstLevel li a:hover, #tickets .subNavigationContainer ul.firstLevel li a.selected { background-color: #117ec1; }

#visit span, #tickets span,
#visit h2, #tickets h2,
#visit h3, #tickets h3,
#visit h4, #tickets h4,
#visit a, #tickets a, #visit a:hover, #tickets a:hover,
#visit h4 a, #visit h4 a:hover, #tickets h4 a, #tickets h4 a:hover,
#visit h2 a, #visit h2 a:hover, #tickets h2 a, #tickets h2 a:hover { color: #117ec1; }

#visit .subCarouselContainer #nav a:hover, #visit .subCarouselContainer #nav a.activeSlide,
#tickets .subCarouselContainer #nav a:hover, #tickets .subCarouselContainer #nav a.activeSlide { background-color: #117ec1; }


/* GREEN ITEMS */
#interactive .subNavigationContainer ul.firstLevel li a, #interactive .subNavigationContainer ul.firstLevel li a,
#about .subNavigationContainer ul.firstLevel li a, #about .subNavigationContainer ul.firstLevel li a,
#vendor .subNavigationContainer ul.firstLevel li a, #vendor .subNavigationContainer ul.firstLevel li a { color: #a1b803; }
#interactive .subNavigationContainer ul.firstLevel li a:hover, #interactive .subNavigationContainer ul.firstLevel li a.selected,
#about .subNavigationContainer ul.firstLevel li a:hover, #about .subNavigationContainer ul.firstLevel li a.selected,
#vendor .subNavigationContainer ul.firstLevel li a:hover, #vendor .subNavigationContainer ul.firstLevel li a.selected { background-color: #a1b803; }

#interactive span, #about span, #vendor span,
#interactive h2, #about h2, #vendor h2,
#interactive h3, #about h3, #vendor h3,
#interactive h4, #about h4, #vendor h4,
#interactive a, #interactive a:hover, #about a, #about a:hover, #vendor a, #vendor a:hover,
#interactive h4 a, #interactive h4 a:hover, #about h4 a, #about h4 a:hover, #vendor h4 a, #vendor h4 a:hover,
#interactive h2 a, #interactive h2 a:hover, #about h2 a, #about h2 a:hover, #vendor h2 a, #vendor h2 a:hover { color: #a1b803; }

#interactive .subCarouselContainer #nav a:hover, #interactive .subCarouselContainer #nav a.activeSlide,
#about .subCarouselContainer #nav a:hover, #about .subCarouselContainer #nav a.activeSlide,
#vendor .subCarouselContainer #nav a:hover, #vendor .subCarouselContainer #nav a.activeSlide { background-color: #a1b803; }


/* RED ITEMS */
#default .subNavigationContainer ul.firstLevel li a, #default .subNavigationContainer ul.firstLevel li a,
#search .subNavigationContainer ul.firstLevel li a, #search .subNavigationContainer ul.firstLevel li a { color: #e41937; }
#default .subNavigationContainer ul.firstLevel li a:hover, #default .subNavigationContainer ul.firstLevel li a.selected,
#search .subNavigationContainer ul.firstLevel li a:hover, #search .subNavigationContainer ul.firstLevel li a.selected { background-color: #e41937; }

#default span, #search span,
#default h2, #search h2,
#default h3, #search h3,
#default h4, #search h4,
#default a, #search a, #default a:hover, #search a:hover,
#default h4 a, #default h4 a:hover, #search h4 a, #search h4 a:hover,
#default h2 a, #default h2 a:hover, #search h2 a, #search h2 a:hover { color: #e41937; }

#default .subCarouselContainer #nav a:hover, #default .subCarouselContainer #nav a.activeSlide,
#search .subCarouselContainer #nav a:hover, #search .subCarouselContainer #nav a.activeSlide { background-color: #e41937; }





















.jcarousel-skin-cne a { color: #e51937 !important; width: 59px; height: 26px; display: block; font-weight: bold; }
.jcarousel-skin-cne a:hover, .jcarousel-skin-cne a.selected { background: url(../nav/calendar/rollover.png) no-repeat top left; text-decoration: none; }

.jcarousel-skin-cne { border-bottom: 1px solid #666666; margin-bottom: 20px; }

.jcarousel-skin-cne .jcarousel-container-horizontal {
    width: 195px;
    padding: 20px 40px 8px 40px;
    margin-left: 145px;
}

.jcarousel-skin-cne .jcarousel-container-vertical {
    width: 75px;
    height: 230px;
    padding: 0px 20px 0px 20px;
}

.jcarousel-skin-cne .jcarousel-clip-horizontal {
    width:  195px;
    height: 26px;
}

.jcarousel-skin-cne .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-cne .jcarousel-item {
    width: 55px;
    height: 26px;
    text-align: center;
}

.jcarousel-skin-cne .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-cne .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-cne .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-cne .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 5px;
    height: 9px;
    cursor: pointer;
    background: transparent url(../nav/calendar/next-buttons.png) no-repeat 0 0;
}

.jcarousel-skin-cne .jcarousel-next-horizontal:hover {
    background-position: -5px 0;
}

.jcarousel-skin-cne .jcarousel-next-horizontal:active {
    background-position: -5px 0;
}

.jcarousel-skin-cne .jcarousel-next-disabled-horizontal,
.jcarousel-skin-cne .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-cne .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -5px 0;
}

.jcarousel-skin-cne .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 5px;
    height: 9px;
    cursor: pointer;
    background: transparent url(../nav/calendar/prev-buttons.png) no-repeat 0 0;
}

.jcarousel-skin-cne .jcarousel-prev-horizontal:hover {
    background-position: -5px 0;
}

.jcarousel-skin-cne .jcarousel-prev-horizontal:active {
    background-position: -5px 0;
}

.jcarousel-skin-cne .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-cne .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-cne .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -5px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-cne .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 33px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-cne .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-cne .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-cne .jcarousel-next-disabled-vertical,
.jcarousel-skin-cne .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-cne .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-cne .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-cne .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-cne .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-cne .jcarousel-prev-disabled-vertical,
.jcarousel-skin-cne .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-cne .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

