/* featured slideshow */


.featured				{ background: url(../images/content-bg.jpg) repeat-x #FFF;  /* FF*/
						  border: 1px solid #CCC;
						  margin:0;
						  padding:5px 5px 5px 5px;
						  width: 480px;
						  height: auto; }
						  
#controls				{ position: absolute; float: left; z-index: 100; width: 630px; padding-top: 75px; }

#controls .next, #controls .prev	{ text-indent: -9000px; width: 30px; height: 30px; display: block; z-index: 1000; }
#controls .prev			{ background: url(../images/prev.png) no-repeat; float: left; }
#controls .next			{ background: url(../images/next.png) no-repeat; float: right; }

#featured-slideshow		{ position: relative; height: 225px; margin-right: 20px; width:460px; } /* IE*/			

.featured-article		{ display: block; width: 630px; height: 250px; text-decoration: none !important; }
.featured-entry			{ position: relative; top: 165px; overflow: hidden; background: url(../images/overlay.png); height: 85px; color: #ffffff; padding: 0; display: block; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.featured-entry .entry-title	{ color: #FFF; padding: 10px 15px 5px; display: block; font-size: 16px; font-weight: bold; }
.featured-entry .entry-summary	{ padding: 0 15px; margin: 0; display: block; font-size:12px; }

.layout-3c-r-fixed .featured, .layout-3c-fixed .featured	{ height: 225px; }
.layout-3c-r-fixed #controls, .layout-3c-r-fixed .featured-article, .layout-3c-fixed #controls, .layout-3c-fixed .featured-article	{ width: 480px; }
.layout-3c-r-fixed .featured-article, .layout-3c-fixed .featured-article	{ height: 225px; }
.layout-3c-r-fixed .featured-entry, .layout-3c-fixed .featured-entry		{ height: 100px; top: 125px; }
.progress{ color:#FF0000;}





