/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:340px;
    margin-top: 30px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 340px;
    background-color: #333333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 340px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#linedanceevent {
	background: url(../images/carousel_bg_1.jpg);
	width: 880px;
	height: 340px;
}

#rodeosaloon {
	background: url(../images/carousel_bg_2.jpg);
	width: 880px;
	height: 340px;
}

#westernbistro {
	background: url(../images/carousel_bg_3.jpg);
	width: 880px;
	height: 340px;
}

#zumbafitness {
	background: url(../images/carousel_bg_4.jpg);
	width: 880px;
	height: 340px;
}

/*** set the width and height to match your images **/

#menuwrap {
    position:relative;
    height: 27px;
    margin-top: 10px;
}

#menuwrap DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:11;
    opacity:0.0;
    width: 100%;
    height: 35px;
}

#menuwrap DIV.active {
    z-index:12;
    opacity:1.0;
}

#menuwrap DIV.last-active {
    z-index:9;
}
