 #button {
	width: 902px;
	height: 36px;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	/*background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;*/
 }
 
ul#b_image{
	text-align: left;
    list-style:none;
    width:100%;
	margin: 0px 0px;
	padding: 0px 0px 0px 15px;
}

ul#b_image li{
    list-style:none;
    float:left;
}

ul#b_image a{
    display:block;
    text-indent:-100px;
    overflow:hidden;
}

a.button01{
    background-image:url(images/button01.jpg);
    width:170px;
    height:36px;
	margin: 0px 2px;
    float:left;
	}
a:hover.button01{
    background-image:url(images/button01b.jpg);
}

a.button02{
    background-image:url(images/button02.jpg);
    width:170px;
    height:36px;
	margin: 0px 2px;
    float:left;
	}
a:hover.button02{
    background-image:url(images/button02b.jpg);
}

a.button03{
    background-image:url(images/button03.jpg);
    width:170px;
    height:36px;
	margin: 0px 2px;
    float:left;
	}
a:hover.button03{
    background-image:url(images/button03b.jpg);
}

a.button04{
    background-image:url(images/button04.jpg);
    width:170px;
    height:36px;
	margin: 0px 2px;
    float:left;
	}
a:hover.button04{
    background-image:url(images/button04b.jpg);
}

a.button05{
    background-image:url(images/button05.jpg);
    width:170px;
    height:36px;
	margin: 0px 2px;
    float:left;
	}
a:hover.button05{
    background-image:url(images/button05b.jpg);
}


