/*
    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/
	Date Last Edited: 	16.June.10
	Last Edited by:		Geoff Franklin, Exist Online, http://www.existonline.com.au
*/

.anythingSlider {
	background: url(../img/sprites.png) -496px 0;
	float: right;
	height: 529px;
	position: relative;
	width: 410px;
	}
	.anythingSlider .wrapper {
		height: 529px;
		left: 0;
		margin: 0;
		overflow: auto;
		position: absolute;
		top: 0;
		width: 410px;
		}
		.anythingSlider .wrapper ul {
			left: 0;
			margin: 0;
			position: absolute;
			top: 0;
			width: 99999px;
			}
			.anythingSlider ul li {
				display: block;
				float: left;
				height: 529px;
				padding: 0;
				position: relative;
				margin: 0;
				width: 410px;
				}
	.anythingSlider .arrow {
		background: url(../img/sprites.png);
		cursor: pointer;
		display: block;
		height: 48px;
		position: absolute;
		text-indent: -9999px;
		top: 235px;
		width: 31px;
		}
	.anythingSlider .forward {
		background-position: 0 -406px;
		right: 5px;
		}
		.anythingSlider .forward:hover {
			background-position: -31px -406px;
		}
	.anythingSlider .back {
		background-position: 0 -358px;
		left: 5px;
		}
		.anythingSlider .back:hover {
			background-position: -31px -358px;
		}

#thumbNav {
	left: 0;
	position: absolute;
	top: 485px;
	text-align: center;
	}
	#thumbNav a {
		background: #EEE;
		border-color: #DDD;
		border-style: solid;
		border-width: 0 1px 1px;
		color: #666;
		display: inline-block;
		height: 13px;
		margin: 0 0 0 1px;
		padding: 2px 0;
		text-align: center;
		text-decoration: none;
		width: 35px;
		}
		#thumbNav a:hover {
			color: #222;
			text-decoration: underline;
			}
		#thumbNav a.cur {
			background: #FFF;
			color: #A61BAA;
			}

#start-stop {
	background: #EEE;
	border-color: #DDD;
	border-style: solid;
	border-width: 0 1px 1px;
	color: #666;
	height: 13px;
	padding: 2px 3px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 485px;
	width: 35px;
	}
	#start-stop.playing {
		background-color: #F7F7F7;
		}
	#start-stop:hover {
		color: #222;
		text-decoration: underline;
		}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	background: none;
	border: 0;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	}
	.anythingSlider .wrapper ul ul li {
		background: none;
		float: none;
		height: auto;
		width: auto;
		}
