/*
    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: 610px; height: 302px; position: relative; }
.anythingSlider .wrapper                { width: 610px; overflow: hidden; height: 302px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #F0F6F8; border-top: 1px solid #D9E8ED; border-bottom: 1px solid #D9E8ED; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 20px; height: 260px; width: 570px; margin: 0; }

#thumbNav                               { position: absolute; top: -28px; right: 64px; }
#thumbNav a                             { display: inline-block; margin: 0 3px 0 0; text-align: center; color: #FFFFFF;	background: #91BDD4; padding: 5px 7px; font-size: 90%; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #146785; }

#start-stop                             { background: #91BDD4; color: white; padding: 5px 7px; font-size: 90%; width: 40px; text-align: center; position: absolute; right: 0; top: -28px; }
#start-stop.playing                     { background-color: #91BDD4; }
#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; }

/* Content Styling */

.anythingSlider ul .post-image {
	float: left;
	padding: 5px;
	background: #F8FBFC;
	margin: 0 20px 0 0;
}

.anythingSlider ul .post-title {
	font-size: 150%;
	line-height: 1.2;
}

.anythingSlider ul .post-title a {
	color: #247BAA;
}

.anythingSlider ul .post-content {
	font-size: 100%;
}
