.anythingSlider,
.anythingSliderInside {
	width: 521px;
	height: 346px;
	float: right;
	position: relative;
	z-index: 5px;
	background: #fff;
	margin-top: 20px;
	color: #665a39;
}
	#imageCloud {
		float: none;
		margin: 0 0 35px 10px;
		width: 625px;
		height: 300px;
	}
	
.anythingSlider .wrapper,
.anythingSliderInside .wrapper {
	width: 501px;
	overflow: auto;
	height: 346px;
	position: absolute;
	top: 0;
	left: 10px;	
}
	#imageCloud .wrapper {
		top: 0;
		left: 0;
		width: 625px;
		height: 320px;
	}
	
/* Width below is max for Opera */
.anythingSlider .wrapper ul { width: 32700px; list-style: none; position: absolute; top: 10px; left: 10px; background: #fff; margin: 0; padding: 0}
#imageCloud ul {
	top: 0;
	left: 0;
}
.anythingSlider ul li { display: block; float: left; padding: 0; height: 342px; width: 955px; margin: 0; }
	#anythingSliderInside ul li {height: 365px; width: 659px;}
	#imageCloud ul li {height: 320px; width: 625px; text-align: center}
.anythingSlider .arrow { display: none; height: 200px; width: 67px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 55px; cursor: pointer; }
	#anythingSliderInside .arrow { top: 80px;}
	#imageCloud .arrow {
		display: block;
	}
.anythingSlider .forward { background-position: 0 0; right: -45px; }
	#anythingSliderInside .forward { right: -43px; }
.anythingSlider .back { background-position: -67px 0; left: -40px; }
	#anythingSliderInside .back { left: -5px;}
.anythingSlider .forward:hover { background-position: 0 -200px; }
.anythingSlider .back:hover { background-position: -67px -200px; }

#thumbNav { 
	position: relative;
	float: right;
	background: #fff;
	text-align: right;
	margin: 0 auto;
	top: 223px;
	z-index: 10;
}
	#imageCloud #thumbNav {
		display: none;
	}
#thumbNav a {
	color: #665a39;
	font: 11px;
	display: inline-block;
	text-align: center; 
	background-image: none;
	width: 14px;
	height: 15px;
	margin-right: 13px;
}
#thumbNav a:hover,
#thumbNav a.cur {
	color: #fff;
	text-decoration: none;
	background: #000;
}



#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; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing { background-color: red; }
#start-stop:hover { background-image: none; }

.anythingSlider li {
	position: relative;
}
.anythingSlider li div.caption {
	text-align: left;
	position: relative;
	font-size: 15px;
	z-index: 5;
	padding: 10px 0 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
	width: 350px;
}
.blurb {
	width: 500px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.7em;
}

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

.image-mask {
	min-height: 201px;
}

.galleryCaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	display: block;
	height: 15px;
	line-height: 15px;
	padding-top: 5px;
	font-style: italic;
}

.caption a {
	color: #665A39;
}
