@charset "UTF-8";
/* CSS Document */

/*
    anythingSlider v1.2
    
    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/
*/


#portfolio .anythingSlider{ background: url(../images/bg_portfolio.png) no-repeat top center; width: 930px; height: 450px; position: relative; margin: 0 auto; margin-top:00px; padding-bottom:50px;}

#portfolio .anythingSlider .wrapper                {
	width: 930px;
	overflow: auto;
	height: 390px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0;
}

#portfolio #thumbNav {  float:left; left:0; top:420px; background: url(../images/portfolio/snocat.png) center bottom no-repeat; height:60px; margin-bottom:10px; text-align: center; width:100%;}

#portfolio .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 380px; width: 930px; margin: 0; }

#portfolio .slider_pic{ 
	width:412px; 
	float:left; 
	padding-top:50px;
	padding-left:50px;}

#portfolio .slider_text{ 
	text-indent:0;
	width:350px; 
	float:left;  
	padding-top:60px;}

.anythingSlider p, .anythingSlider h1, .anythingSlider h2{
	padding-left:10px;
	text-indent:0;
}

.anythingSlider                         { width: 960px; height: 350px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                {
	width: 960px;
	overflow: auto;
	height: 400px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0;
}


                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 32697px;
	list-style: none;
	position: absolute;
	top: 1px;
	left: 3px;
	margin: 0;
	height: 330px;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 335px; width: 960px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 50px; width: 27px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 150px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 -75px; right: 7px; }
.anythingSlider .back                   { background-position: -107px -75px; left: 7px; }
.anythingSlider .forward:hover          { background-position: 0 -275px; }
.anythingSlider .back:hover             { background-position: -107px -275px; }


#thumbNav                               {  width:200px; position: relative; top: 300px; left:380px; text-align: center; }
#thumbNav a                             { text-decoration:none; color:#ffffff; display: inline-block; height: 18px; width:18px; background:url(../images/slide_button_k.png) top no-repeat; text-align:left;font-size:0; }
#thumbNav a:hover                       { background: url(../images/slide_button.png) top no-repeat; height: 18px; width:18px;  }
#thumbNav a.cur                         { background: url(../images/slide_button.png) top no-repeat; height: 18px; width:18px;  }

#start-stop                             { text-decoration:none; font-size:10px; line-height:18px; background: green; background-image: url(../../images/slider/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; height: 18px; text-align: center; position: absolute; 						
											right: 45px; top: 260px;-moz-border-radius: 5px; -webkit-border-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; }



.slider_pic{ 
	width:412px; 
	float:left; 
	padding-top:32px;
	padding-left:62px;}

.slider_text{ 

	text-indent:10px;
	width:380px;
	padding-top:60px;
	padding-left:40px;
	padding-bottom:25px;
	float:left;}
	



.slider_text span{
	color:#ff0000;
}

.slider_text p{ 
	font-size:12px;
	color:#666666;
	line-height:1.5em;
	letter-spacing:.02em;
	padding-top:15px;
	text-indent:0px;

}


	
	

.anythingSlider .link_icon a, .anythingSlider .link_icon a:visited, .anythingSlider .link_icon a:active {color: #333333; text-decoration: none;}
.anythingSlider .link_icon a:hover {color: #ff0000;}
