/*
    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: 775px;
	height: 495px;
	float: left;
	position: relative;
	margin-right: 6px;
	margin-left: 4px;
}
.anythingSlider .wrapper                {
	width: 775px;
	height: 481px;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.anythingSlider .wrapper img {
	margin-left: -40px;
	width: 775px;
	margin-right: 40px;
}
                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 8270px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -40;
}
.anythingSlider .wrapper ul li          {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
.anythingSlider .arrow                  {
	display: none;
	text-indent: -9999;
	position: absolute;
	cursor: pointer;
	background-position: 0 0;
}
.anythingSlider .forward                {
	background-position: 0 0;
	display: none;
}
.anythingSlider .back                   {
	background-position: 0;
	left: -20px;
	display: none;
}
.anythingSlider .forward:hover          {
	background-position: 0;
}
.anythingSlider .back:hover             {
}

.thumbNav                               {
	position: relative;
	top: 465px;
	text-align: right;
	padding-right: 10px;
	font-size: xx-small;
}
.thumbNav li                            {
	display: inline;
}
.thumbNav a                             {
	display: inline-block;
	height: 13px;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 4px;
	padding-left: 5px;
}
.thumbNav a:hover                       {
	background-image: none;
	background-color: #FFF;
}
.thumbNav a.cur                         {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.start-stop                             {
	z-index: 10;
	width: 40px;
	position: absolute;
	top: 480px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	font-size: xx-small;
	margin-left: 600px;
}
.start-stop.playing                     {
	color: #C00;
}
.start-stop:hover                       {
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: 779px;
	border: 0;
}
.anythingSlider .wrapper ul ul li       {
	float: none;
	height: auto;
	width: auto;
	background-image: none;
}
