img {
    border-style:none;
}

#main-a {
	margin:0 auto;
    position: relative;
    width: 886px;
    height: 432px;
    background: url('../img/animation/bg.jpg') no-repeat;
				text-align:left;
				overflow:hidden;
}
ul#carrousel {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 390px;
    position: relative;
    z-index: 97;
    top: 270px;
}
ul#carrousel li {
    height: 480px;
    width: 365px;
    text-align: center;
    cursor: pointer;
}
ul#carrousel li img {
    width: 100%;
}

#btnPrev {
    position: absolute;
    z-index: 99;
    left: 185px;
    top: 340px;
    cursor: pointer;
}
#btnNext {
    position: absolute;
    z-index: 99;
    right: 185px;
    top: 340px;
    cursor: pointer;
}
#dakkopon {
    position: absolute;
    z-index: 98;
    right: 40px;
    bottom: 0px;
}

ul#pointer {
    list-style: none;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
    top: 400px;
}
ul#pointer li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 21px;
    height: 20px;
    background: url('../img/animation/navi.png') no-repeat;
    cursor: pointer;
}
ul#pointer li.active {
    background: url('../img/animation/navi_a.png') no-repeat;
}