/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

body {
padding:0;
margin:0;
}

.slide-area {
padding:0;
border:0;
margin:0 0 20px 0;
width:682px;
height:230px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

.slide-area .slide-contents {
padding:0;
margin:0;
width:682px;
height:230px;
}


#slider {
    position:relative;
    width:682px;
    height:230px;
    margin:0;
}

#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
width:682px;
height:230px;
}

#slider a {
border:0 none;
display:block;
}


.nivo-directionNav a {
background:url("../../easygame.jp/akanosangoku/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}

a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}

a.nivo-prevNav {
left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-controlNav {
    display: none;
}


