/*FADE BANER*/
#banners,#banners2 {
    width: 100%;
    height: 100%;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 6px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    margin: 9px;
}

.slidingImgs_border {
    padding: 9px;
    position: relative;
}

    .slidingImgs_border .GalWrapper {
        width: 100%;
        height: inherit;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
    }

    .slidingImgs_border .indicator {
        position: absolute;
        width: auto;
        height: 24px;
        right: 13px;
        bottom: 16px;
        z-index: 1;
    }

        .slidingImgs_border .indicator .ind {
            height: 24px;
            width: 24px;
            margin: 0 5px 0 0;
            float: left;
            cursor: pointer;
            background-image: url(http://www.aamcoanaheim.net/images/silde-nav.png);
            background-position: 0 0;
        }

            .slidingImgs_border .indicator .ind.on {
                background-position: -24px -24px;
            }
/*end FADE BANER*/


/* INDEX SLIDER */
.bannerSlider { 
	width: 960px; 
	height: 300px; 
	position: relative; 
	margin:0 auto;
}

.bannerSlider .wrapper { 
	width: 960px; 
	
	height: 300px; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.bannerSlider .wrapper ul { 
	width: 32700px; 
	height: 300px;
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: none; 
	margin: 0; 
}

.bannerSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 300px; 
	width: 960px; 
	margin: 0; 
}

.bannerSlider .arrow { 
	display: block; 
	height: 2px; 
	width: 2px; 
	background:#C4E1DF; 
	text-indent: -9999px; 
	position: absolute; 
	top: 240px; 
	cursor: pointer;
}

.bannerSlider .forward { 
	background-position: -30px 0px; 
	right: -20px; 
}

.bannerSlider a.back { 
	background-position: -30px 0px; 
	left: -15px; 
}

.bannerSlider .forward:hover { 
	background-position: -30px 0px; 
}

.bannerSlider .back:hover { 
	background-position: 0px 0px;
}

#thumbNav {
    visibility: hidden;
}

#start-stop {
    visibility: hidden;
}

/* Prevents */
.bannerSlider ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
}

    .bannerSlider ul ul li {
        float: none;
        height: auto;
        width: auto;
        background: none;
    }


/*Specific Slide Styling */
#sliderIntro {
    width: 960px;
    height: 300px;
}

#sliderIntro h1 {
	font-size:300%;
	padding:15px 0 2px 0;
}

#sliderIntro h4 {
	font-size:200%;
	text-transform:none;
	color:#546867;
	padding:0;
}

#sliderIntro p {
	font-size:150%;
	color:#546867;
	width:500px;
	padding-bottom:12px;
}

#locationsBanner h1 {
	font-size:300%;
	padding:15px 0 2px 0;
}

#locationsBanner h4 {
	font-size:200%;
	text-transform:none;
	color:#FFF;
	padding:0;
}

#locationsBanner h5 {
	font-size:140%;
	color:#FFF;
}

#locationsBanner p {
	color:#412D1B;
	margin-top:10px;
	width: 100%;
}

#locationsBanner img {
	padding-right:5px;
}


/* LOCATIONS SLIDER */
.locations { 
	height: 242px; 
}

.locations .wrapper { 
	height: 236px; 
}

.locations .wrapper ul { 
	height: 236px;
	padding: 10px;
}

.locations ul li { 
	height: 236px; 
}

.locations .arrow { 
	display: block; 
	height: 30px; 
	width: 30px; 
	background: url(http://www.aamcoanaheim.net/images/arrows.png) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 114px; 
	cursor: pointer;
}


.floatLeft{
	float:left;	
}

#bannerSlider{
	width:465px;
	margin:0 auto;
}