@charset "utf-8";
/* CSS Document */

.banner-wrapper {
  position: relative;
  overflow: hidden;
  width: 940px;
  height: 199px;
}

.rotate-images {
  float:left;
  width: 940px;
  height: 199px;
  overflow:hidden;
}

.rotate-captions { 
  width: 220px;
  height: 199px; 
  overflow:hidden;
  background: rgb(204, 51, 51);
  background: rgba(204,51,51,0.85);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc3333, endColorstr=#cc3333);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc3333, endColorstr=#cc3333)";
  position: absolute;
  left: 720px;
  top: 0px;
  z-index: 10;
}

.rotating-item {
  display: none;
  position: relative;
  top: 0;
  left: 0;
}

.rotating-item img { 
  margin:0 !important;
}

.rotating-item a           { border:none; }

.rotating-item h1,          
.rotating-item h2 { 
  font-family: Georgia,Helvetica,Arial,sans-serif; 
  font-weight:normal; 
  font-size:1.85em; 
  line-height:1.125em; 
  /*margin-top:1.125em; */
  vertical-align:top; 
  padding:10px 10px 10px 10px; 
}

.rotating-item  h2 a { 
  font-family:Georgia,Helvetica,Arial,sans-serif; 
  font-size:1.5em; 
  line-height:1.125em; 
  color:#FFF; 
  background-color:#729e12; }

.rotating-item h3{
  font-family: Georgia,Helvetica,Arial,sans-serif; 
  font-weight:normal; 
  font-size:2.5em; 
  line-height:1em; 
  padding:0px 5px 0px 0px;
  display: block;
  width: 70%;
  margin: 8px 0px 0px 12px;
}

.rotating-item  h3 a { 
  font-family:Georgia,Helvetica,Arial,sans-serif; 
  font-size:2.5em; 
  line-height:1em; 
  color:#FFF; 
  background-color:#729e12; }

.rotating-item p { 
  padding:0px 5px 0px 12px;
  display: block;
  width: 70%;
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size:1em;
}

.rotating-item  p,
.rotating-item  h1,
.rotating-item  h2,
.rotating-item  h3,
.rotating-item  a { color:#FFF; }

.collapsed { visibility:hidden; opacity:0.0; height:0; }

.banner  { width:700px; }

/*** PAGER STYLING ***/
#pager { 
  margin: 5px; 
  position: absolute;
  top: 225px;
  left: 480px; 
  z-index:5;}
#pager a { 
  margin: 2px; 
  padding: 2px 4px; 
  border: 1px solid #ccc; 
  background: #fff; 
  text-decoration: none; 
  font-size:0.85em; }
#pager a.activeSlide { background: #ea0 }
#pager a:focus { outline: none; }


/*#banner_pager { height:19px; margin:0; position:absolute; bottom:10px; left:490px; }
#banner_pager img { margin:0; }
#banner_pager a { border:none; }
#banner_pager a:hover { border:none; }
#banner_pager a:active  { border:none; text-decoration:none; outline:none; }*/

