/*
    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: 1000px;
	height: 480px;
	position: relative;
	margin: 0 auto;
}
.anythingSlider .wrapper                {
	width: 1000px;
	overflow: auto;
	height: 480px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0;}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 480px;
	width: 1000px;
	margin: 0;
}
.anythingSlider .arrow                  { display: none; 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: relative; top: 323px; text-align: center; display:none; }
#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; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display:none; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; }
#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; }
.right-slideshow-image                    {
	float:left;
	margin-top:0px;
}
.left-slideshow-image {
	padding: 0px;
	width: 400px;
	float: left;
	background-attachment: scroll;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding:20px;
}
.slideshow-right {
float:right;
padding:20px;
width:520px;
font-size:13px;
}
.slideshow-left {
float:left;
padding:20px;
width:520px;
height:320px;
font-size:13px;
	background-attachment: scroll;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.slideshow-title1 {
	color: orange;
	font-size: 36px;
	padding-bottom: 10px;
	font-size:1.5em;
	font-weight:bold;
}
.slideshow-sub-title {
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #eaeaea;
border-top:1px solid #eaeaea;
font-style:italic;
font-size:13px;
color:#666666;
}
.slideshow-bottom {
	position: absolute;
	bottom:20px;
	padding-top:10px;
	border-top:1px solid #eaeaea;
	width:520px;
}
.slideshow-bottom a {
color:orange;
}
.slideshow-bottom a:visited {
color:orange;
}
.slideshow-bottom-left {
	position: absolute;
	bottom:20px;
	padding-top:10px;
	border-top:1px solid #eaeaea;
	width:520px;
}
.slideshow-bottom-left a {
color:orange;
}
.slideshow-bottom-left a:visited {
color:orange;
}
