/*
    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: 860px;
	height: 380px;
	float: left;
	position: relative;
	margin: 0 auto;
}

.anythingSlider .wrapper
{
	width: 860px;
	overflow: auto;
	height: 380px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul
{
	width: 32700px;
	height: 380px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

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

.anythingSlider .arrow
{
	display: block;
	height: 43px;
	width: 31px;
	text-indent: -9999px;
	position: absolute;
	top: 333px;
	cursor: pointer;
}

.anythingSlider .forward
{
	background: url(../images/arrow_R.png) no-repeat 0 0;
	right: 500px;
}

.anythingSlider .back
{
	background: url(../images/arrow_L.png) no-repeat 0 0;
	left: 10px;
}

.anythingSlider1
{
	width: 485px;
	height: 380px;
	float: right;
	position: relative;
	margin: 0 auto;
}

.anythingSlider1 .wrapper
{
	width: 485px;
	overflow: hidden;
	height: 312px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* Width below is max for Opera */
.anythingSlider1 .wrapper ul
{
	width: 32700px;
	height: 380px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.anythingSlider1 ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 380px;
	width: 431px;
	margin: 0;
}
#thumbNav
{
	position: absolute;
	top: 23px;
	left:400px;
	text-align: center;
}

#thumbNav a
{
	width: 10px;
	padding: 0 0;
	height: 10px;
	margin: 0 10px 0 0;
	background-color: #f2efc6;
	font-size: 10px;
	text-decoration: none;
	color: #f2efc6;
}

#thumbNav a:hover
{
	background-color: #333;
}

#thumbNav a.cur
{
	background: #666;
	color: #666;
}

