/*
    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 1px 27px 1px;
    height: 166px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.anythingSlider .wrapper                {
    width: 726px;
    overflow: auto;
    height: 166px;
    position: absolute;
}
.anythingSlider .wrapper ul             {
	width: 99999px;
	position: absolute;
	left: -38px;
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
	height: 229px;
}
.anythingSlider ul li                   {
    display: block;
    float: left;
    height: 190px;
    width: 730px;
}
.anythingSlider .arrow                  {
    display: block;
    height: 21px;
    width: 19px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 170px;
    cursor: pointer;
}
.anythingSlider .forward                {
	left: 708px;
	width: 22px;
	height: 20px;
}
.anythingSlider .back                   {
	background-position: -19px 0;
	left: 670px;
	height: 20px;
	width: 22px;
	background-color: #FFFFFF;
}
.anythingSlider .forward:hover          {
	background-position: 0 -25px;
}
.anythingSlider .back:hover             {
	background-position: -19px -25px;
	height: 20px;
}
#thumbNav                               {
	position: relative;
	top: 175px;
	text-align: center;
	width: 90px;
	left: 580px;
}
#thumbNav a                             {
	background-position: 0px 0px;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	height: 0px;
	background: url(../images/pagination.png) no-repeat;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	width: 12px;
	padding-top: 12px;
	overflow: hidden;
	padding-right: 2px;
	padding-left: 3px;
}
#thumbNav a:hover                       {
}
#thumbNav a.cur                         {
	background-position: 0px -12px;
}

#start-stop                             {
	background-image: url('../images/control-play.png');
	background-repeat: no-repeat;
	color: white;
	width: 16px;
	text-align: center;
	position: absolute;
	top: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	left: 692px;
	height: 23px;
}
#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; }