/*
    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/
*/


.anythingSlider { 
width: 960px; 
height: 600px; 
position: relative; 
margin: 0 auto;
padding: 0;
background: url(transparent-white.png);
border: 1px solid #555;
z-index: 1;
}

.anythingSlider p {
margin: 0;
padding: 0;
}

.anythingSlider .wrapper                { 
width: 940px; 
overflow: auto; 
height: 580px; 
margin: 10px; 
position: absolute; 
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul             { 
width: 32700px; 
list-style: none; 
position: absolute; 
top: 0; 
left: 0;   
margin: 0; 
padding: 0;
background: none;
}

.anythingSlider ul li                   { 
display: block; 
float: left; 
padding: 0;  
width: 940px; 
margin: 0;
background: none;
}

.anythingSlider .arrow                  { 
display: block; 
height: 200px; 
width: 67px; 
background: url(arrows.png) no-repeat 0 0; 
text-indent: -9999px; 
position: absolute; 
top: 177px; 
cursor: pointer; 
}

.anythingSlider .forward                { 
background-position: 0 0; 
right: -110px; 
}

.anythingSlider .back                   { 
background-position: -67px 0; 
left: -110px; 
}
.anythingSlider .forward:hover          { 
background-position: 0 -200px; 
}

.anythingSlider .back:hover             { 
background-position: -67px -200px; 
}

#thumbNav                               { 
position: relative; 
top: 615px; 
text-align: center;
}

#thumbNav a                             { 
display: inline-block; 
width: 8px;
height: 8px;
margin: 0 5px 0 0; 
text-align: center;
background: url(dots.png) top no-repeat;
text-indent: -9999px;
}

#thumbNav a:hover                       { 
background: url(dots.png) bottom no-repeat;
}

#thumbNav a.cur                         { 
background: url(dots.png) bottom no-repeat;
}

#start-stop                             { 
display: none;
}

#start-stop.playing                     { 

}

#start-stop:hover                       { 
 
}

/*
  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; 
}


/* Slide specific */

#hendersonvilleChamber {
background: url(/Work/Featured_Slides/hendersonvillechamber.jpg) no-repeat;
}

#puryearFarms {
background: url(/Work/Featured_Slides/puryearfarms.jpg) no-repeat;	
}

#stGeorges {
background: url(/Work/Featured_Slides/stgeorges.jpg) no-repeat;
}

.slideTitle {
padding: 540px 0 0 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 19px;
font-weight: bold;
text-transform: uppercase;
}
	
.liveLink {
padding: 0 0 0 5px;	
}

/* IE7 FIXES */

body.IE7 #thumbNav {
position: relative;
top: 565px;
left: 468px;
z-index: 100;
margin: 0 auto;
}

body.IE7 #thumbNav a {
display: block;
float: left;
}