@charset "utf-8";
/* CSS Document */

#jumbotronContainer { position: relative;}
#homeJumbotron { height: 300px; width: 550px; margin-bottom: 10px; }

#jumbotronShow { height: 300px; width: 550px; background: #e6e5e5; overflow: hidden; }
#jumbotronShow .hovered { cursor: pointer; }

.jumbotronOverlay { display: none; position: absolute; width: 550px; height: 345px; }
.jumbotronOverlay a { display: none; width: 550px; height: 345pxpx; }

.jumbotronImage { width: 550px;}

#jumbotronNav, #jumbotronPager { position: absolute; top: 300px; z-index: 100; height: 21px;}

#jumbotronNav { background:#e6e5e5; width: 111px; padding-left: 10px; left: 0px; }
#jumbotronNav ul { display: inline; }
#jumbotronNav li { display: inline; float: left; padding:3px 0 0 0 }
#jumbotronNav a { width: 20px; display: block; color: #999; text-decoration: none; text-align: center;  margin: 0px 2px; font-weight:bold }
#jumbotronNav a:hover, #jumbotronPager a.activeSlide { background: #fff; color: #323738; }

#jumbotronPager { background: #e6e5e5; width: 430px; left: 121px; padding: 0; text-align: right; line-height: 21px; overflow: hidden; }
#jumbotronPager a { width: 20px; color: #000; text-decoration: none; text-align: center; padding: 4px 6px; margin: 0px 5px; }

.jumbotronText { padding: 25px 15px 5px 15px; }
.jumbotronText p { font: 12px/1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Helvetica, Arial, sans-serif; color: #333; }
