﻿/**************

Media carousel

**************/

.media_carousel {
  position: relative;
  overflow: hidden;
	width: 710px;
	background: url(graphics/round_banner_wide_sm.png) repeat-y;
	margin-bottom:15px;
}
.media_carousel img {margin:0;}
.media_carousel_inner {
  padding: 0 1px;
  font-size: 80%;
}

.media_carousel .top_corners, .media_carousel .bottom_corners {
	position: absolute;
	width: 710px;
	height: 11px;
	z-index: 10;
}

.media_carousel .top_corners {
	top: 0;
	background: url(graphics/round_banner_wide_top_sm.png) no-repeat;
}

.media_carousel .bottom_corners {
	bottom: 0;
	background: url(graphics/round_banner_wide_bottom_sm.png) no-repeat;
}


#contentBody .media_carousel ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style-position:none;
}

#contentBody .media_carousel ul li {
  width: 710px;
  margin: 0 0 0 0;
  padding: 0;
  background: #fcfcfc url(graphics/media_carousel_sm02.jpg) 0 100% repeat-x;
  list-style-position:none;

}



.media_carousel li img {
  float: left;
}

.media_carousel li .text_content {
	float: left;
	width: 340px;
	height: 316px;
	color: #545353;
}

.media_carousel li .text_content_inner {
  padding: 10px 30px;
}

.media_carousel li .text_content_inner p {
  font-weight:normal;
  font-size:13px;
  line-height:16px;
  padding:0px 0px;
  color:#333333;
}


.media_carousel li .text_content .tagline {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 85%;
  text-transform: uppercase;
  color: #355fab;
}

.media_carousel li .text_content .title {
  font-size: 20px;
  line-height:20px;
  color: #486AAB;
  margin-bottom:10px;
  margin-top:8px;
}



.media_carousel li .text_content .title .alt_color{
  display: block;
  color: #fdba05;
}

.media_carousel li .text_content .more_link {
  font-size: 85%;
}

.media_carousel .media_nav {
  position: absolute;
  left: 392px;
  bottom: 15px;
	z-index: 20;
}

.media_carousel .media_nav a {
  float: left;
  margin-right: 9px;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: url(graphics/media_nav.gif) no-repeat;
}

.media_carousel .media_nav a.selected {
  background: url(graphics/media_nav_selected.gif) no-repeat;
}

#contentBody .content .media_carousel ul li {list-style:none;}