/*
    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: 895px;
    height: 400px;
    position: relative;
    margin: 0 auto 0px;
}
.anythingSlider .wrapper
{
    width: 891px;
    overflow: hidden;
    height: 413px;
    margin: 0 0px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul
{
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    margin: 0;
}
.anythingSlider ul li
{
    display: block;
    float: left;
    padding: 0;
    height: 389px;
    width: 891px;
    margin: 0;
}
/*.anythingSlider .arrow                  {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 95px;
	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: 15px; 
    left: 350px; 
    text-align: center;
    */
    position:relative;
	text-align:right;
	top:15px;
	width:852px;
	text-decoration: none;
}
#thumbNav a
{
    color: #666666;
	display: inline-block;
	padding: 0px 0px;
	height: 25px;
	width:26px;
	margin: 0 3px 0 0;
	background: url(../images/Off_Empty1.png) no-repeat;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
#thumbNav a:hover
{
    background: url(../images/On_Empty1.png) no-repeat;
}
#thumbNav a.cur
{
    background: url(../images/On_Empty1.png) no-repeat;
}

#start-stop
{
    background: none;
	background-image: url(../images/Off_Empty1.png);
	background-repeat: no-repeat;
	padding: 0px 0px;
	width: 26px;
	height: 25px;
	text-align: center;
	position: absolute;
    right: 17px;
    top: 15px;
   }
#start-stop.playing
{
   background-image: url(../images/Off_Empty1.png);
}
#start-stop:hover
{
   background: url(../images/On_Empty1.png) no-repeat;
}

/*
  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;
}

