/*
    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: 499px;
	height: 300px;
	position: relative;
	margin-top: 10px;
	margin-bottom:10px;
	padding-bottom:10px;
	/* background-image: url(../images/gallery_shadow.jpg); */
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.anythingSlider .wrapper                {
	width: 499px;
	overflow: hidden;
	height: 300px;
	margin-top: 0px;
	position: absolute;
	top: 0;
	left: 0;
	-moz-box-shadow: 6px 6px #666;
-webkit-box-shadow: 6px 6px #666;
        box-shadow: 6px 6px #666;
	
}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 32700px;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;

}
.anythingSlider ul li                   { 
	display: block;
	float: left;
	padding: 0;
	height: 300px;
	width: 499px;
}
#slidertitle                            {
	position: relative;
	top: -80px;
	text-align: left;
	background-color: #fff;
	padding: 7px;
	width:459px;
	height:45px;
	margin-left:15px;
	margin-right:20px;
	margin-bottom:0px;
	
}
#slidercontent                            {
	position: relative;
	top: -110px;
	text-align: left;
	z-index: 100;
	padding-left:24px;
	color: #999;
	padding-top:7px;
}
#sliderdate a                       {
	position: relative;
	top: -81px;
	text-align: left;
	z-index: 0;
	padding-left:25px;
	color: #fff;
	padding-top:4px;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	height:10px;
	text-shadow: #000 2px 2px 2px;

}

#slidertitle  a                           {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	
}

/*setting for the numbers in the FEATURED NEWS*/

#thumbNav                               {
	position: relative;
	font: 11px/18px Helvetica, sans-Serif;
	top: 220px;
	left: 20px;
	text-align: center;
	
	padding: 3px;
	width:156px; /*width of the white box around the numbers, set to 150 for 5 numbers, 156 for 6 numbers.*/
	margin-right:14px;
	float:right;
	
}
#thumbNav a                             {
	color: #fff;
	font: 12px/18px Helvetica, sans-Serif;
	font-weight: bold;
	display: inline-block;
	padding: 1px 4px;
	height: 18px;
	margin: 0px 2px -2px 0;
	text-align: center;
	background-image: url(http://www.level1productions.com/wp-content/themes/Level1WP/images/gallerybg_inactive.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}
#thumbNav a:hover                       { }
#thumbNav a.cur                         {
	color: #000;
	display: inline-block;
	padding: 1px 4px;
	height: 18px;
	margin: 0px 2px -2px 0;
	text-align: left;
	background-image: url(http://www.level1productions.com/wp-content/themes/Level1WP/images/gallerybg_active.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

#start-stop                             { display:none; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#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; }
