/*
    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  {
	*background: url(../img/showcase_frame.jpg) no-repeat 40px 60px;
	height: auto;
	*height:300px;
	_height: auto;
	} 
.anythingSlider .showcaseWrapper                { 
	width: 680px; 
	overflow: visible; 
	height: 341px; 
	margin:17px 35px;
	position: absolute; 
	height: 175px;
	width:630px;
	display: none;
	}
.anythingSlider .showcaseWrapper ul             { 
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: -40px !important;
	left: 0px; 
	margin: 0; 
	}
.anythingSlider ul li                   { 
	display: block; 
	float: left; 
	padding: 15px 00px; 
	height: 122px;
	width:630px;
	margin: 0; 
	}


#thumbNav                               { 
	position: relative; 
	top: 203px; 
	float: right;
	margin-right: 294px !important;
	margin-right: 144px;
	}
#thumbNav a                             { 
	display: inline-block; 
	color: #e0e9ef;
	font-size: 16px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	width: 23px;
	height: 15px;
	padding: 8px 5px;
	text-align: center;
	background: none;
	cursor: pointer;
	}
#thumbNav a.cur                         { 	background: url(../images/slideshow_tab_bgr.jpg) no-repeat;	}

#start-stop{ display:none;}
.anythingSlider .arrow                  {display: none;}

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








#showcaseBox div p {color:#ebe3cf;font-size: 14px; line-height	17px; margin: 0px;}
#showcaseBox div h1 {margin-bottom: 15px;margin-top: 0px;}
#showcaseBox div h1,
#showcaseBox div h1 a {	color: #fecb00;font-size: 20px;text-decoration: none;font-weight: normal; font-face: "Trebuchet MS"}




