
.navigation-controls {
	position: relative;
	text-align: center;
	z-index: 0;
	display:none;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
}


.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.picture-slides-fade-container a {
	display: block;
	height: 307px;
	text-align: center;
	margin-bottom: 10px;
}

.picture-slides-fade-container a img {
	width:598px;
	height:307px;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	z-index: 1001;
	display:none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

.picture-slides-thumbnails {
	width: 400px;
	height:50px;
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
	position: absolute;
	top:-80px;
	right:0px;
}

.picture-slides-thumbnails li {
	float: left;
	width: 30px;
	margin: 5px;
}

.picture-slides-thumbnails li img {
	width: 30px;
}

.picture-slides-thumbnails a {
	float: left;
	width:36px;
	padding:3px 4px 5px 0px;
	background: url(../images/picture_slides_thumb.png) no-repeat;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail p {

	float: left;
	width:36px;
	padding:3px 4px 5px 0px;
	background: url(../images/picture_slides_thumb_selected.png) no-repeat;
	color: #666;
	position: relative;
	bottom:3px;

}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}






/*
    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/
*/
#shaker_absolute 
{
	float:right;
	right:97px; 
	width:80px;
	position: relative;
	top:145px;
	right:97px;
}
#shaker		
{ 
	position:absolute; 
	top:0px; 
	right:0px; 
	width:80px; 
	height:53px; 
}
#frog_heads
{
	width:135px;
	height:65px;
	position: absolute;
	right:-13px;
	top:38px;
}

.anythingSlider                         { width: 598px; height: 307px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 598px; overflow: auto; height: 307px; margin:0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper .frogs
{
	float: left;
	width: 598px; 
	height: 307px;
	background: url(../images/billboard2.jpg) no-repeat;
}
.anythingSlider .wrapper #clock
{
	float: left;
	width: 598px; 
	height: 307px;
	background: url(../images/billboard3.jpg) no-repeat;
}
.anythingSlider .wrapper #clock div 
{
	float: left;
	width:280px;
	height:300px;
	border: 1px solid red;
}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;}
.anythingSlider ul li                   {  float: left; padding: 0; width:598px;height:307px; margin: 0; }
.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                               { float:right;position: relative; top: -45px; right:150px;text-align: center;}
#thumbNav a 
{ 
	float: left;
	width:36px;
	padding:3px 4px 7px 0px;
	background: url(../images/picture_slides_thumb.png) no-repeat;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	color: #fff; 
}

#thumbNav a:hover
{ 
	float: left;
	width:36px;
	padding:3px 4px 7px 0px;
	background: url(../images/picture_slides_thumb_selected.png) no-repeat;
	color: #fff;
}

#thumbNav a.cur
{ 
	width:36px;
	padding:3px 4px 7px 0px;
	background: url(../images/picture_slides_thumb_selected.png) no-repeat;
	color: #fff; 
}

#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; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; 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; }