/*
    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: 882px; height: 280px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 882px; overflow: auto; height: 260px; margin: 0 30px; position: absolute; top: 0; left: -30px; }

.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #000; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 260px; width: 882px; margin: 0; }
 

/*
  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; }


 
#thumbNav                               { position: relative; top: 243px; text-align: right; }
#thumbNav a                             { color: white; font: 10px/17px Arial, Serif; display: inline-block; padding: 2px 7px; height: 15px; margin: 0 5px 0 0; background-color:#aaaaaa ; text-align: center; }
#thumbNav a:hover                       { background-color:#de264c ;}
#thumbNav a.cur                         { background: #ff3e67; }
 

.anythingSlider img{

	float:left;
	margin:0px 20px 0 0;
}
.anythingSlider h2{
	color:#fff;
	font:20px normal Arial, Helvetica, sans-serif;
	margin:20px 0 0px 0;
}
 
.anythingSlider p{
	margin-bottom:0px;
	color:#6d6e64;
	text-align: justify
}
.anythingSlider .news{
	padding-top:15px;
	color:#de264c;
	font-size: 18px
 }

