/*
    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                         {
	padding: 1px;
	height: 253px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 756px;
	background-color: #e3e3e3;
}
.anythingSlider .wrapper                {
	width: 756px;
	overflow: auto;
	height: 255px;
	position: absolute;
	top: 1px;
	left: 0px;
	bottom: 67px;
}
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	left: -40px;
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
	height: 253px;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	height: 321px;
	width: 756px;
}
/*.anythingSlider .arrow                  {
    display: block;
    height: 21px;
    width: 19px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 304px;
    cursor: pointer;
}
.anythingSlider .forward                {
	left: 721px;
	width: 22px;
	height: 20px;
}
.anythingSlider .back                   {
	background-position: -19px 0;
	left: 683px;
	height: 20px;
	width: 22px;
}
.anythingSlider .forward:hover          {
	background-position: 0 -25px;
}
.anythingSlider .back:hover             {
	background-position: -19px -25px;
	height: 20px;
}*/
#start-stop                             {
    background-image: url('../images/control-play.png');
    background-repeat: no-repeat;
    color: white;
    width: 16px;
    text-align: center;
    position: absolute;
    top: 304px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    left: 705px;
    height: 24px;
}
#start-stop.playing                     {
	background-position: 0px 0px;
	background-image: url('../images/control-pause.png');
	background-repeat: no-repeat;
	height: 23px;
	width: 16px;
}
#start-stop:hover                       {
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { border-style: none;
	border-color: inherit;
	border-width: 0;
	position: static; 	margin: 0; 	background: none; 	overflow: visible; width: 339px; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: 156px; 
background: none; }