/*
    anythingSlider v1.2
    
    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: 510px; height: 255px; position: relative; margin: 0px; }
.anythingSlider .wrapper                { width: 490px; overflow: hidden; height: 235px; margin: 0px; position: absolute; top: 0; left: 0;
										  -moz-border-radius: 5px; 
										  -webkit-border-radius: 5px; 
										  border:1px solid #999999; padding:9px;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 20px; height: 235px; width: 490px; margin: 0; }


.anythingSlider ul li .lcol{
	
	position:relative;

	height:215px;
	width:160px;
	float:left;
}
.anythingSlider ul li .rcol{
	
	position:relative;
	height:215px;
	width:290px;
	float:left;
	margin-left:10px;
}
.anythingSlider ul li .rcol p{
	
	font:12px/18px Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#464646;	
}

.anythingSlider ul li a{
	font-weight:normal;	
	color:#464646;
}

.anythingSlider ul li a:hover{
	color:#cc0000;
}




#thumbNav                               { position: absolute; bottom:5px; right:0px; text-align: center; }
#thumbNav a{
color: #fff; 
font: 10px Helvetica, Arial, Verdana, Geneva, sans-serif; 
display: inline-block; 
padding: 3px 8px; 
height: 14px; 
margin: 0 5px 0 0; 
background-color: #111111; 
text-align: center; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;

text-decoration:none;

}

#thumbNav a:hover                       { background-color: #cc0000; }
#thumbNav a.cur                         { background-color: #cc0000;}


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