.anythingSlider{
    width:936px;
    height:258px;
    padding:0;
    position:relative;
    background:#f0f0f0;
}

.anythingSlider .wrapper{
    width:936px;
    height:258px;
    margin:0;
    padding:0;
    overflow:auto;
    position:absolute;
    top:0;
    left:0;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul{
    width:32700px;
    list-style:none;
    position:absolute;
    top:0;
    left:0;
    background:transparent;
    margin:0;
    padding:0;
}

.anythingSlider ul li{
    display:block;
    float:left;
    padding:0;
    margin:0;
    width:934px;
    height:255px;
}


.anythingSlider .arrow{
    display:none;
}


#thumbNav{
    position:relative;
    top:245px;
    text-align:left;
    margin-left:20px;
}

#thumbNav a{
    color:#777;
    font-size:9px;
    display:inline-block;
    padding:2px 10px 4px 10px;
    height:17px;
    margin:0 5px 0 0;
    text-align:center;
	border:1px solid #c0c0c0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
	background:#fff;
}

#thumbNav a:hover{background-image:none;background-color:#f0f0f0;}
#thumbNav a.cur{background:#c0c0c0;color:#222;}

#start-stop, #start-stop.playing, #start-stop:hover{display:none;}


.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;
}

.anythingSlider .wrapper .textSlide{
    padding:0 25px 0 25px;
}

	.anythingSlider .wrapper .textSlide ul{
		list-style:disc;
		margin:3px 0 0 35px;
	}

		.anythingSlider .wrapper .textSlide ul li{
			display:list-item;
                        margin:0 0 5px 0;
		}

                        .textSlide h1{
                            margin-bottom:18px;
			}

			.textSlide h2{
                            margin:10px 0 10px 0;
                            padding:0;
			}

.noMargBot{margin-bottom:0 ! important;}
.noPadleft{padding-left:0 ! important;}
.noMargLeft{margin-left:0 ! important;}
