/*
Stylesheet for Header fader plugin
	
*/


.imageScroller {
    background: #4a4a30;
    height: 200px;
    margin-left: 300px;
}

span.imageHeadline {
    font-family: georgia;
    font-weight: bold;
    color: #FFC61E;
    font-size: 200%;

    position: relative;
    top: 10px;
    line-height: 1em;
    left: 10px;
}

span.imageSub {
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    font-size: 140%;

    position: relative;
    top: 30px;
    line-height: 1em;
    left: 10px;
}


