ul#navigation{margin-bottom: 12px;}
.anythingFader,#slider                 	{ position: relative; z-index: 300; width: 934px; height: 331px; padding: 0; margin: 0; overflow: hidden;}
.plusSlider								{ position: relative; width: 934px; height: 331px; overflow: hidden; padding: 0; margin: 0}
.anythingFader .wrapper ul             { position: absolute; top: 0; left: 0; width: 9999px;  margin: 0; padding: 0; list-style: none;}
.anythingFader .wrapper ul li          { position: relative; display: block; float: left; padding: 0; height: 317px; width: 942px; margin: 0; padding: 0;}
.anythingFader .arrow                  { position: absolute; top: 65px; height: 200px; width: 67px; display: block; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; cursor: pointer; }
.anythingFader .forward                { background-position: 0 0; right: -20px; }
.anythingFader .back                   { background-position: -67px 0; left: -20px; }
.anythingFader .forward:hover          { background-position: 0 -200px; }
.anythingFader .back:hover             { background-position: -67px -200px; }

.thumbNav                               { width: auto !important; position: absolute; z-index: 1000; top: 160px; right: 20px; text-align: center; }
.thumbNav li							{ float: left; background: #fff; width: 113px; padding: 2px 2px 4px 2px; margin-left: 5px; -moz-box-shadow: 0px 0px 8px #555; -webkit-box-shadow: 0px 2px 8px #555; box-shadow: 0px 2px 8px #555; }
.thumbNav a                             { display: block; height: 73px; width: 113px; overflow: hidden; }
.thumbNav a:hover                       { border-color: #ececec; }
.thumbNav .current                    	{ background: #f08c03; }
.thumbNav .caption						{ margin-top: 2px; }


#start-stop                             { 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; }

.anythingFader .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingFader .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.anythingFader .content{position: absolute; z-index: 2000; top: 20px; right: 0; width: 560px; padding: 20px 20px 10px 0; background: transparent url(../Images/slideshowOverlay.png) top right repeat-y; text-align: right;}
/*.slideOverlay{position: absolute; z-index: 100; top: 160px; right: 26px; height: 100px; width: 540px; background: #fff;  border-top-width: medium; border-left-width: medium; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter:alpha(opacity=75); -moz-opacity:.75 !important; opacity: 0.75; border-bottom-width: medium; border-right-width: medium;}*/
.anythingFader .content h3{font-size: 1.6em; margin-bottom: 1em;}
.anythingFader .content p{font-size: 1.1em; margin-bottom: 1em;}
#wrapper{position: relative;}


.anythingFader .child{overflow: hidden;}										
.anythingFader .child img{display: block; position: static;}
/* Controls */


.plusSlider a.arrow{
	background: url(../images/plus-sprite.png) no-repeat left top;
	display: block;
	height: 32px;
	opacity: 0;
	width: 32px;
	position: absolute;
	top: 120px;
	z-index: 200;
	text-indent: -9999px;
	/* Fade in/out .arrows on hover */
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-in;
}
.plusSlider:hover  a.arrow{opacity: 1;}
.plusSlider a.prev{background-position: 0 -10px; left: 10px;}
.plusSlider a.prev:hover{background-position: 0 -42px; left: 10px;}
.plusSlider a.next{background-position: -33px -10px; right: 10px;}
.plusSlider a.next:hover{background-position: -33px -42px;}

/* PlusFader Specific */
.fader .child{display: none; position: absolute; left: 0; top: 0;}
/* no-javascript fallback */
#slider > *, #slider2 > *{display: none;}
#slider > *:first-child, #slider2 > *:first-child{display: block;}
/* end no-javascript fallback */