@charset "utf-8";

#holder,
#holder li { margin: 0; padding 0; list-style: none;}
#banner {
	width: 755px;
	height: 380px;
	overflow: hidden;
	font-size: 16.5pt;
	color: #fff;
margin: 0;
}

#banner a {
	color: #b2b2b2;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#banner .left {
	width: 755px;
	height: 380px;
	overflow: hidden;
}

#banner .right {
	float: left;
	display: inline;
	width: 417px;
	height: 380px;
}

#banner .right .image-wrap {
	width: 415px;
	height: 250px;
	overflow: hidden;
}

.anythingSlider                         { width: 1032px; height: 380px; position: relative; margin 0; }
.anythingSlider .wrapper                { width: 1032px; overflow: auto; height: 380px; position: absolute; top: 0; left: 0; }
#banner .anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
#banner .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 380px; width: 755px; margin: 0 !important; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; 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: absolute;
	z-index: 10;
	margin-top: 290px;
}

#thumbNav a                             { 
	display: block;
	float: left;
	margin-right: 5px;
	width: 17px;
	height: 16px;
	background:url(images/slide_button.png) top left no-repeat;
	background-position: 0px -15px;
}
#thumbNav a:hover,
#thumbNav a.cur                         { background-position: 0px 0px; }

#start-stop                             { display: 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; }



