/*
Created with the CoffeeCup StyleSheet Maker
http://www.coffeecup.com/
Brewed on 2009/12/15 10:06:20 PM
*/

.sliderwrapper {
 position: relative; /*leave as is*/
 overflow: hidden; /*leave as is*/
 border: 10px solid #645B3C;
 border-bottom-width: 5px;
 width: 558px; /*width of featured content slider*/
 height: 146px; }

.sliderwrapper .contentdiv {
 visibility: hidden; /*leave as is*/
 position: absolute; /*leave as is*/
 left: 0;  /*leave as is*/
 top: 0;  /*leave as is*/
 padding: 5px;
 background: #FFF3D1;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333333;
 width: 558px; /*width of content DIVs within slider. Total width should equal slider's inner width (548+5+5=558) */
 height: 100%; }

.pagination {
 width: 565px; /*Width of pagination DIV. Total width should equal slider's outer width (545+10+10=565)*/
 text-align: right;
 background-color: #645B3C;
 padding: 5px 10px; }

.pagination a {
 padding: 0 5px;
 text-decoration: none; 
 color: #838383;
 background: #FFFFFF; }

.pagination a:hover, .pagination a.selected {
 color: #000000;
 background-color: #FF7F00; }
 
.imgright {
 padding: 5px;
 border: 1px solid #D8EBD8;
 margin-left: 4px;
 float: right; }                    

.orange {
 font-size: medium;
 font-weight: bold;
 font-style: italic;
 color: #FF7F00;
 padding-bottom: 5px; } 