/***** DATE ICON *****/
#date {
width:22px;
height:25px;
background:url('../../images/date.jpg') no-repeat;
float:left;
margin:10px;
margin-left:15px;
margin-top:3px;
padding:0;
text-align:center;
font-size:65%;
color:#000000;
line-height:120%;
}

#content #date p {
margin:0;
}

#date #day{
color:white;
margin-top:1px;
}

#date #month {
font-weight:bold;
}

/***** CAROUSEL *****/
div#carousel img {
  border: 0;
}

/*== Carousel Style ==*/
div#carousel, div#carousel ul#slide_list li {
  width: 456px; /*{Width of Image}*/
}

div#carousel ul#slide_list, div#carousel ul#slide_captions {
  width: 1368px; /*{Width of Image x Number of Images}*/
}

div#carousel {
  height: 230px; /*{Height of Image}*/
  overflow: hidden;
  position:relative;
  width:456px;
  margin:auto;
}

	/* -- Slides -- */
	div#carousel ul#slide_list {
	  position:relative;
	  left:0;
	  list-style-type: none;
	}

	div#carousel ul#slide_list li {
	  float:left;
	}

	/* -- Captions -- */
	div#carousel ul#slide_captions {
	  position:relative;
	  left:0px;
	  bottom:40px;	/*{Height of Caption Area}*/
	  list-style-type: none;
	  font-family:arial;
	  font-size:13pt;
	}

	div#carousel ul#slide_captions li {
	  display:block;
	  /*------------------------------------------------- */
	  width: 446px;
	  padding-left:5px;/*    Should sum to image width    */
	  padding-right:5px;
	  /*------------------------------------------------- */
	  float: left;
	  color: #e4e4e4;
	  background: #000000;
	  /*-------------------------------------------------------------- */
	  height:30px;
	  padding-top:5px;/*   Should sum to Caption Area Height width     */
	  padding-bottom:5px;
	  /*-------------------------------------------------------------- */
	  /*-moz-opacity:.90;
	  filter:alpha(opacity=90);
	  opacity:.90; */
	}
