/* =Reset
   ----------------------------------------------------*/

html, body, div, span, a,
h1, img, ul, li, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;}
a { text-decoration: none; }
ul li {list-style: none;}

/* --- */


#wrapper {
    width: 965px;
    margin: 0;
}

#img {
	    background: url(../mainstage/mainstage_blank.jpg) no-repeat;
	    margin: 0;
	    padding: 0;
	    height: 254px;
	    width: 965px;
		text-align: center;
}

#gallery {
	height: 40px;
}

#gallery li {
	color: #000000;
    float: left;
    cursor: pointer;
    display: block;
    text-align: left;
    width: 174px;
    background: url(../mainstage/main_off.gif) repeat-x top right;
}

#gallery li.active {
	background: url(../mainstage/main_on.gif) repeat-x top right;
}