﻿/* Slider */
.slider { 
		width: 570px; 
		height: 255px; 
		position: relative; 
		float: left;
		}
		.slider .wrapper { 
    		width: 570px; 
    		overflow: hidden; 
    		height: 255px; 
    		position: absolute; 
    		top: 0; 
    		left: 0;
    		}
    		.slider .wrapper ul { 
     				width: 9999px; 
     				list-style: none; 
     				position: absolute; 
     				top: 0; 
     				left: 0; 
     				margin: 0; 
     				}
						.slider ul li { 
							display: block; 
							float: left; 
							padding: 0; 
							height: 255px; 
							width: 590px; 
							margin: 0; 
							}

.slider .arrow { 
		display: block; 
		height: 90px; 
		width: 65px; 
		position: absolute; 
		cursor: pointer;			
		filter:alpha(opacity=40);
		-moz-opacity:0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;
		}
		.slider .forward { 
				background:  no-repeat; 
				left:555px; 
				top:145px; 
				position:relative; 
				}
		.slider .back { 
				background:  no-repeat; 
				left:0px; 
				top:55px; 
				position:relative; 
				}
				.slider .forward:hover, .slider .back:hover { 
           filter:alpha(opacity=90);
           -moz-opacity:0.9;
           -khtml-opacity: 0.9;
           opacity: 0.9;
					}

#thumbNav { 
		position: relative; 
		top: -185px; 
		right:-7px; 
		text-align: left; 
		float: right;
		font-family: Arial, Helvetica;
		font-size: 8pt;
		}
    #thumbNav a { 
    		color: #FFFFFF; 
    		display: inline-block; 
    		padding: 2px 8px; 
    		margin: 0 5px 0 0; 
    		background: #0061A6;
    		text-decoration: none; 
    		text-align: center; 
    		-moz-border-radius: 3px;	
    		-webkit-border-radius: 3px;
    		}
        #thumbNav a:hover, #thumbNav a.cur { 
        		background: #698E00; 
        		text-decoration: none;
        		}
            #thumbNav a:active { 
                background: #D6AE1B; 
                }

#start-stop { 
	background: #D6AE1B; 
	color: white; 
	padding: 2px 5px; 
	text-decoration: none;
	text-align: center; 
	position: relative; 
	float: right;
	top: -185px; right: 0;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	font-family: Arial, Helvetica; 
	font-size: 8pt;
	}
  #start-stop.playing { 
    background-color: #698E00; 
    }
    #start-stop:hover { 
      background-image: none; 
      text-decoration: none;
      }

/*
  Prevents
*/
/*.slider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0;  }
.slider .wrapper ul ul li       { }
*/
.text-slide { 
	
	}
