.slider_desc a.button.large
{
	float: right;
	margin-top: -25px;
	margin-right: 60px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.6);
	box-shadow: 0 1px 3px rgba(0,0,0,.6);
}

#anything_slider, .slideshow, .home_gallery
{
	width: 830px;
	height: 250px;
	margin: auto;
	position: relative;
	clear: both;
	margin-top:0;
}

.slideshow
{
	margin: 0 0 15px 0;
}

#anything_slider .wrapper, .slideshow .wrapper, .home_gallery .wrapper{ 
	width: 830px; 
	overflow: hidden; 
	height: 250px; 
	margin: 0; 
	position: absolute; 
}

.slideshow .wrapper
{
	padding: 5px;
}

#anything_slider .wrapper ul, .slideshow .wrapper ul, .home_gallery .wrapper ul{ 
	width: 30000px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0;
	padding: 0px; 
}

#anything_slider ul li, .slideshow ul li { display: block; float: left; padding: 0; height: 250px; width: 830px; margin: 0; }

.home_gallery .wrapper li 
{
	display: block; float: left; padding: 0; height: 250px; width: 830px; margin: 0;
}

#anything_slider #start-stop, .slideshow #start-stop
{
	display: none;
}

#anything_slider .arrow, .slideshow .arrow
{
	position: relative;
	top: 190px;
	left: -350px;
	display:block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	float: right;
	visibility: hidden;
	z-index: 9999;
}

#anything_slider .arrow.forward, .slideshow .arrow.forward
{
	background: transparent url('../images/move_next.png') no-repeat;
	text-indent: -9999px;
	left: -340px;
}

#anything_slider .arrow.back, .slideshow .arrow.back
{
	background: transparent url('../images/move_prev.png') no-repeat;
	text-indent: -9999px;
}

.slideshow .arrow
{
	display: none;
}

.slideshow #thumbNav
{
	position: relative;
	clear: both;
	top: 104%;
}

/*@-moz-document url-prefix() { .slideshow #thumbNav { margin-top: 52% } } */

#thumbNav a{ 
	display:block;
	width: 14px;
	height: 14px;
	background: url(../images/slider_bullet_nav.png) no-repeat 0 -14px;
	border:0;
	margin-right: 3px;
	float: left;
	cursor: pointer;
	position: relative;
	top: 140px;
	left: 0;
	padding-right: 4px;
	cursor: pointer;
	color: transparent;
	text-indent: -9999px;
}

.slideshow #thumbNav a
{
	top: 0;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }

#anything_slider #thumbNav
{
	position: relative;
	clear: both;
	top: 200px;
	left: 45%;
	display:none;
}

#anything_slider #thumbNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	width: 12px;
	height:12px;
	background: transparent url('../images/bullet_nav_bg.png') no-repeat top;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 0 4px 0 0;
}
#anything_slider #thumbNav a:hover, #anything_slider #thumbNav a.cur {
	background: transparent url('../images/bullet_nav_bg_active.png') no-repeat top;
}

.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #fff;
	line-height: 0.9em;
	padding-top: 20px;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #999;
	margin: 15px 0 0 3px;
}

.caption-left
{
	background: transparent url('../images/000_50.png') repeat;
	width: 200px !important;
	position: relative;
	top: -80px;
	left: 30px;
	padding: 10px 12px 10px 15px;
	z-index: 999;
	color: #fff;
	text-align: center;
}

.caption-right
{
	width: 200px;
	background: transparent url('../images/000_50.png') repeat;
	position: relative;
	left: 682px;
	padding: 10px 12px 10px 15px;
	top: -80px;
	z-index: 999;
	color: #fff;
	text-align: center;
}

.caption-bottom
{
	background: transparent url('../images/000_50.png') repeat;
	width: 930px !important;
	position: relative;
	top: -100px;
	left: 0;
	padding: 0 15px 20px 15px;
	z-index: 999;
}

.caption-hide
{
	display: none;
}

#content_wrapper
{
	width: 100%;
	margin: auto;
	padding: 0;
	text-shadow: 0 1px 1px #fff;
}

.slider_border
{
	width: 960px;
	height: 350px;
	margin:auto;
	background: #fff;
	padding: 10px 0 0 0;
	margin-top:15px;
}