/*
    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: 580px;
	height: 387px;
	position: relative;
	margin: 0 155px 0x;
	left: 155px;
	top: 15px;
	background-image: url(../images/slider_bg_s.png);
}

.anythingSlider .wrapper                {
	width: 550px;
	overflow: auto;
	height: 367px;
	margin-top:10px;
	margin-left:15px;
	position: absolute;
	background-image: url(../images/slider_bg_h.jpg);
	top: 0;
	left: 0;
}


.wrapper img:hover{
-moz-opacity:.5;
	opacity:.5;
 }
 
/* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 6600px;
	list-style: none;
	position: absolute;
	top: 0;
	left: -40px;
   margin: 0;
}

.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 367px;
	width: 550px;
	margin: 0;
}

.anythingSlider .arrow                  {
	display: none;
}

#thumbNav                               {
	position: absolute;
	top: -18px;
	left: 15px;
	text-align: center ;
}

#thumbNav a                             {
	color: #ffffff;
	font: 10px/16px Arial, Sans-Serif;
	display:block;
	float:left;
	overflow:hidden;
	padding: 0;
	height: 30px;
	width: 30px;
	margin: 0 2px 0 0;
	background: url(../images/slide_nav.png) no-repeat center;
	text-align: center;
	line-height: 30px;
	text-indent: -9999px;
}

#thumbNav a:hover                        {
	background: url(../images/slide_nav_over.png) no-repeat center;
	color: #ffffff;
	text-decoration: none;
}

#thumbNav a.cur {
	background: url(../images/slide_nav_over.png) no-repeat center;
	color: #ffffff;
}

#start-stop                             {
	display: none;
}

.slider_text{
	padding-left: 10px;
	padding-right: 10px;
}
/*
  Prevents
*/

.anythingSlider .wrapper ul ul          {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li       {
	float: left;
	height: auto;
	width: auto;
	background: none;
}
