/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 500px; height: 372px; position: relative; margin: 0px;}
.anythingSlider .wrapper                { width: 504px; overflow: auto; height: 376px; margin-left:0px; margin-top:0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 372px; width: 500px; margin: 0; padding-right:10px; }
.anythingSlider .arrow                  { display: none;}
.anythingSlider .forward                { display:none; }
.anythingSlider .back                   { display:none; }
.anythingSlider .forward:hover          { display:none; }
.anythingSlider .back:hover             { display:none; }

#thumbNav                               { position: relative; top: -6px; text-align: center; margin-left:420px;z-index:199;}
#thumbNav a                             { color: #ffffff; font: 14px/18px Georgia, Serif; display: inline-block; 
                                            padding: 5px; height: 18px;  text-align: center;  vertical-align:top;                                            
}
#thumbNav a:hover                       {font-size:14px; color:#210042;  }
#thumbNav a.cur                         {font-size:14px; color:#d8ef09; }

#start-stop                             {display:none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*Slide Content Formatting */

a
{
    text-decoration:none;
}

.slider1Image {
    float: left;
    position: relative;
    background-image:url("images/ajax-loader.gif"); background-position:center center; background-repeat:no-repeat; 

}
.slider1Image span {
    position: absolute;
    font-size: 10.5pt;
    font-weight:bold;
    font-family:calibri,arial, sans-serif;
    padding: 12px;
    width: 500px;
    background-color: #BAE664;
    background-image:url("images/indi/green_shade.jpg");
    color:#52760A;
}


.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 24px;
    color:White;
}
.sliderImage a
{
    color:White;
    font-style:italic;
    text-decoration:none;
}

.slLeft {
	top: 20px;
    left: 1px;
	width: 180px !important;
	height: 290px;	
	  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  	  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  padding:10px;
  z-index:89;

}

.slLeft a {
    color:White;
    font-style:italic;
    text-decoration:none;
}


.slRight {
	left: 298px;
	top: 42px;
	width: 180px !important;
	height: 290px;
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  padding:10px;
    z-index:89;
}

.slRight a {
    color:White;
    font-style:italic;
    text-decoration:none;
}

	
.top {
	top: 2px;
	left: 20px;
	width:380px !important;
		    /*rounding*/ 
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  padding:10px;
    z-index:89;

}

.top a {
    color:White;
    font-style:italic;
    text-decoration:none;
}

.bottom {
	top: 185px;
    left: 80px;
	width:380px !important;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
    -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  padding:10px;
    z-index:89;  	
}

.bottom a {
    color:White;
    font-style:italic;
    text-decoration:none;
}

.divOne
{
    min-width:500px;
    min-height:372px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-style:solid;
    border-color:#d2d2d2;
    border-width:2px;
    z-index:0;
}

