/*
    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: 740px;*/
	width: 730px;
	height: 50px;
	position: relative;
	margin: 0 auto 15px;
	float: left;
}
.anythingSlider .wrapper
{
	width: 650px;
	overflow: auto;
	height: 50px;
	/*margin: 0 40px;*/
	margin: 0 30px;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	
	background-color: #0C0<
}
.anythingSlider .wrapper ul
{
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	margin: 0;
	border: none;
	padding: 0;
}


.anythingSlider ul li
{
	display: block;
	float: left;
	padding: 0 0 0 10px;
	height: 50px;
	width: 680px;
	margin: 0;
}


.anythingSlider ul li img { padding: 0 5px 0 10px; }

.anythingSlider .arrow
{
	display: block;
	height: 200px;
	width: 67px;
	background: url(../css/arrows.png) no-repeat 0 0;
	behavior: url("../css/iepngfix.htc");
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	margin-top:-70px ;
}



.anythingSlider .forward
{
	background-position: 0 0;
	right: 0px;
}

.anythingSlider .back
{
	background-position: -67px 0;
	left: -30px;
}

.anythingSlider .forward:hover { background-position: 0 -200px; }
.anythingSlider .back:hover { background-position: -67px -200px; }


/*
  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; }