/*
    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: 960px;
	/*height: 351px;*/
	height: 651px;
	position: relative;
	margin: 0px 0px 0px 0px;
}

.anythingSlider .wrapper {
	width: 960px;
	overflow: auto;
	/*height: 351px;*/
	height: 651px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

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

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	/*height: 351px;*/
	height: 651px;
	width: 960px;
	margin: 0;
}

.anythingSlider .arrow {
	display: block;
	height: 38px;
	width: 38px;
	background: url(/images/next_prev.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 295px;
	cursor: pointer;
}

.anythingSlider .forward {
	background-position: -40px 0px;
	left: 80px;
}

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

.anythingSlider .forward:hover {
	background-position: -40px 0px;
}

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

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

#thumbNav a {
	color: black;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(/images/cellshade.png) repeat-x;
	text-align: center;
}

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

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

#start-stop {
	background: green;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	display: none;
}

#start-stop.playing {
	background-color: red;
}

#start-stop:hover {
	background-image: none;
}

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


/*
  Slider small
*/

.small_banner .anythingSlider {
	width: 698px;
	height: 195px;
	position: relative;
	margin: 0px 0px 10px 0px;
	border: #d0d0d0 solid 1px;
}

.small_banner .anythingSlider .wrapper {
	width: 698px;
	overflow: auto;
	height: 195px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

.small_banner .anythingSlider .small_banner_title {
margin-bottom:0px;
	margin-top: 120px;
	padding-left: 10px;
	padding-right: 10px;
	/*width:385px;*/
	position: absolute;
	z-index: 10;
	background: url(/images/transparent-333.png) repeat;
min-width: 250px;
}
.small_banner .anythingSlider .small_banner_title h1{
			font-size:48px;
	letter-spacing: -1px;
	color: #d3247d;
	text-transform: uppercase;
	text-align: left;
font-weight: normal;
	font-style: normal;
	}

.small_banner .anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	margin: 0;
}

.small_banner .anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 195px;
	width: 698px;
	margin: 0;
}

.small_banner .anythingSlider .arrow {
	/*display: block;*/
	display: none;/*removed nav for now*/
	background: url(/images/next_prev_btn.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 167px;
	cursor: pointer;
	
}

.small_banner .anythingSlider .forward {
	background-position: -30px 0px;
	left: 50px;
	height: 10px;
	width: 66px;
	
	display: none;/*removed nav for now*/
}

.small_banner .anythingSlider .back {
	background-position: 0px 0px;
	left: 20px;
	height: 10px;
	width: 30px;
}

.small_banner .anythingSlider .forward:hover {
	background-position: -30px 0px;
}

.small_banner .anythingSlider .back:hover {
	background-position: 0px 0px;
}

.small_banner #thumbNav {
	position: relative;
	top: 162px;
	display: none;/*removed nav for now*/
	/*display: block;*/

	text-align: left;
	margin-left: 120px;
}

.small_banner #thumbNav a {
	color: black;
	display: inline-block;
	padding: 2px 6px;
	margin: 0 5px 0 0;
	text-align: center;
	background-color: transparent !important;
}

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

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

.small_banner #start-stop {
	background: green;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	display: none;
}

.small_banner #start-stop.playing {
	background-color: red;
}

.small_banner #start-stop:hover {
	background-image: none;
}

/*
  Prevents
*/

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

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



/*
  Slider small2
*/

.small_banner .anythingSlider2 {
	width: 698px;
	height: 195px;
	position: relative;
	margin: 0px 0px 10px 0px;
	border: #d0d0d0 solid 1px;
}

.small_banner .anythingSlider2 .wrapper {
	width: 698px;
	/*overflow: auto;*/
overflow: hidden;
	height: 195px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

.small_banner .anythingSlider2 .small_banner_title {
margin-bottom:0px;
	margin-top: 120px;
	padding-left: 10px;
	padding-right: 10px;
	/*width:385px;*/
	position: absolute;
	z-index: 10;
	background: url(/images/transparent-333.png) repeat;
min-width: 250px;
}
.small_banner .anythingSlider2 .small_banner_title h1{
			font-size:48px;
	letter-spacing: -1px;
	color: #d3247d;
	text-transform: uppercase;
	text-align: left;
font-weight: normal;
	font-style: normal;
	}

.small_banner .anythingSlider2 .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	margin: 0;
}

.small_banner .anythingSlider2 ul li {
	display: block;
	float: left;
	padding: 0;
	height: 195px;
	width: 698px;
	margin: 0;
}

.small_banner .anythingSlider2 .arrow {
	/*display: block;*/
	display: none;/*removed nav for now*/
	background: url(/images/next_prev_btn.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 167px;
	cursor: pointer;
	
}

.small_banner .anythingSlider2 .forward {
	background-position: -30px 0px;
	left: 50px;
	height: 10px;
	width: 66px;
	
	display: none;/*removed nav for now*/
}

.small_banner .anythingSlider2 .back {
	background-position: 0px 0px;
	left: 20px;
	height: 10px;
	width: 30px;
}

.small_banner .anythingSlider2 .forward:hover {
	background-position: -30px 0px;
}

.small_banner .anythingSlider2 .back:hover {
	background-position: 0px 0px;
}

.small_banner #thumbNav {
	position: relative;
	top: 162px;
	display: none;/*removed nav for now*/
	/*display: block;*/

	text-align: left;
	margin-left: 120px;
}

.small_banner #thumbNav a {
	color: black;
	display: inline-block;
	padding: 2px 6px;
	margin: 0 5px 0 0;
	text-align: center;
	background-color: transparent !important;
}

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

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

.small_banner #start-stop {
	background: green;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	display: none;
}

.small_banner #start-stop.playing {
	background-color: red;
}

.small_banner #start-stop:hover {
	background-image: none;
}

/*
  Prevents
*/

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

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


