/*
    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: 926px;
	height: 378px;
background: url('background.jpg') no-repeat;
	
	position: relative;
	margin: 0 auto;
}

.anythingSlider .wrapper
{
	width: 926px;
	overflow: auto;
	height: 378px;
background: url('background.jpg') no-repeat;
	
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .wrapper ul
{
	width: 99999px;
	list-style: none;
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
}

.anythingSlider ul li
{
	display: block;
	float: left;
	width: 926px;
	height: 378px;
	margin: 0;
	padding: 0;
}

.anythingSlider .arrow
{
	display: block;
	height: 200px;
	/width: 30px;
	/*background: url(../images/arrows.png) no-repeat 0 0;
	*/
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}

.anythingSlider .forward
{
	background-position: 0 0;
	right: -20px;
}

.anythingSlider .back
{
	background-position: -67px 0;
	left: -20px;
}

.anythingSlider .forward:hover { background-position: 0 -200px; }
.anythingSlider .back:hover { background-position: -67px -200px; }

#thumbNav
{
	position: relative;
	top: 345px;
	
	margin-right:105px;
	text-align: right;
}

#thumbNav a
{
	color: black;
	font-family: serif;
	font-size:1.4em;
	display: inline-block;
	background: none;
		padding: 2px 4px;
	height: 18px;
	margin: 0;
	text-align: center;
	text-decoration:none;
	color:#fff;
	font-style:italic;
}

#thumbNav a:hover
{ 
	color:#f00;
}
#thumbNav a.cur
{  
	color:#f00;
}

#start-stop
{
	font-size:1.4em;
	font-style:italic;
	font-family: serif;
	color: #fff;
	padding: 2px 5px;
	width: 43px;
	text-align: center;
	position: absolute;
	right: 50px;
	top: 345px;
	text-transform:uppercase;
}

#start-stop.playing
{  
	color:#f00;
}
#start-stop:hover
{  
	color:#f00;
}

/*
  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;
}



/* additional styles for slideshow */



#wrapper
{
	width:926px;
	height:378px;
	background-image: url('background.jpg');
background-repeat: no-repeat;
	margin:0;
	padding:0;
	overflow:hidden;
}

#wrapper #thumbNav
{
	width:auto;
	float:right;
        background-image: url('background.jpg');
	background-repeat: no-repeat;
display:block;
	margin:0;
	padding:0;
}
	
	#wrapper li
	{
		width:735px;
		float:left;
		z-index:1000;
		line-height:1.1;
	}

