/*
    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: 623px; height: 360px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 623px; overflow: auto; height: 279px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 279px; width: 623px; margin: 0; }


.anythingSlider             #thumbNav                               { position: relative; top: 282px; text-align: left; background: #fcfcfc; height:40px;line-height:24px;border:solid 1px #cfcfcf }
.anythingSlider             #thumbNav a   { color: #8a8a8a; font-family: MS Sans Serif; font-size:12px; display: inline-block; width:24px; height: 24px; margin: 8px 7.5px 0 7.5px;; background: url(../img/banner-button.jpg) repeat-x; text-align: center; text-decoration:none; }
.anythingSlider             #thumbNav a:hover                       { color: #ec078d; }
.anythingSlider            #thumbNav a.cur                         { color: #ec078d;  }

.anythingSlider            #start-stop   { height:24px; width:25px; position: absolute;  top: 291px;left:585px; }
.anythingSlider            #start-stop.playing                     {height:24px; width:25px; }

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


#slideWrapper {
	margin-top:6px;
	_margin-top:-42px;
	bacskground:url(../img/slide-bg.jpg) ;
	width:100%;
	height: 394px;
	margin-left:-20px;
}

.tourSlider  {
	margin-top:6px;
	height: 394px; 
	position: relative; 
	width:975px;
	margin:auto;
}

.tourSlider .wrapper                { width: 937px; overflow: auto; height: 384px; position: absolute; margin-left:20px; top: 0; left: 0; 	margin-top:3px;overflow:hidden;}
.tourSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.tourSlider ul li                   { display: block; float: left; padding: 0; height: 279px; width: 977px; margin: 0; }

.tourSlider .arrow                  { display: block; height: 72px; width: 18px; background:#eb078d; position: absolute; top: 90px; cursor: pointer; }
.tourSlider .forward                {  right: -0px;color:#fff; background: url(../img/slide-next.jpg)}
.tourSlider .back                   { left: -0px;color:#fff; background: url(../img/slide-prev.jpg) }


.slideBox {
	width: 228px;
	height:384px;
	background: url(../img/slide-box.jpg) no-repeat;
	float:left;
}

.slideBox .slideBoxContent {
	padding:20px;
}

.slideDesc {
	max-height:250px;
	overflow:hidden;
}


/*
  Prevents
*/
.tourSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.tourSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.tourDetailSlide  {
	
	position: absolute; 
	width:330px;
	margin:auto;
}

.tourDetailSlide .wrapper                { width: 296px; overflow: auto; height: 384px; position: absolute; margin-left:20px; top: 0; left: 0; 	margin-top:3px;overflow:hidden;}
.tourDetailSlide .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;padding-top:50px;padding-left:8px; }
.tourDetailSlide ul li                   { display: block; float: left; padding: 0; height: 279px; width: 977px; margin: 0; }

.tourDetailSlide .arrow                  { display: block; height: 72px; width: 18px; background:#eb078d; position: absolute; top: 90px; cursor: pointer; }
.tourDetailSlide .forward                {  right: -0px;color:#fff; background: url(../img/slide-next.jpg)}
.tourDetailSlide .back                   { left: -0px;color:#fff; background: url(../img/slide-prev.jpg) }

.tourDetailSlide #thumbNav                               { position: relative; top: 302px; text-align: right; height:40px;line-height:24px; }
.tourDetailSlide #thumbNav a   { color: #8a8a8a; font-family: MS Sans Serif; font-size:12px; display: inline-block; width:24px; height: 24px; margin: 8px 0 0 0;  text-align: center; text-decoration:none; }
.tourDetailSlide #thumbNav a:hover                       { color: #ec078d; }
.tourDetailSlide #thumbNav a.cur                         { color: #ec078d;  }

/*
  Prevents
*/
.tourDetailSlide .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.tourDetailSlide .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }