/*
    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: 374px;
	height: 220px;
	float: left;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
}

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

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

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





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

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

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

.anythingSlider1 ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 220px;
	width: 650px;
	margin: 0;
}

.anythingSlider2
{
	width: 1024px;
	height: 99px;
	position: relative;
	margin: 0 auto;
}

.anythingSlider2 .wrapper
{
	width: 1024px;
	overflow: hidden;
	height: 99px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

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

.anythingSlider2 ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 99px;
	width: 1024px;
	margin: 0;
}






#thumbNav
{
	position: relative;
	top: 323px;
	text-align: center;
}

#thumbNav a
{
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../images/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#thumbNav a:hover
{
	background-image: none;
}

#thumbNav a.cur
{
	background: #e0a213;
}

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

.anythingSlider2 .wrapper ul ul
{
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider2 .wrapper ul ul li
{
	float: none;
	height: auto;
	width: auto;
	background: none;
}
