#main {
    position: relative;
    width: 940px;
    height: 510px;
    margin: 0;
    padding: 0;
    list-style: none;
}
 
#main li {
    position: absolute;
    top: 0;
    left: 0;
}
 
/* 以下のスタイルはオプション */
#crossfaderPager {
    position: absolute;
    top: 460px;
    right: 10px;
    height: 40px;
    margin: 0;
    list-style: none;
    z-index: 150;
}
 
#crossfaderPager li { display: inline;}
 
#crossfaderPager a {
    float: left;
    display: block;
    margin-right: 5px;
}
 
/*#crossfaderPager a.active { border-bottom: 2px solid #f00;}*/
/*#crossfaderPager a:hover { border-bottom: 2px solid #000;};*/
 
#crossfaderFeed {
    width: 330px;
    height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}
 
#crossfaderFeed li { display: inline;}
 
#crossfaderFeed a {
    float: left;
    display: block;
    width: 94px;
    height: 40px;
    margin-right: 5px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(http://livedoor.blogimg.jp/cutupworks/imgs/a/5/a5e645a6.png) no-repeat 0 -240px;
}
 
#crossfaderFeed a:hover { background-position: 0 -280px;}
#crossfaderFeed #crossfaderNext a { background-position: 0 -160px;}
#crossfaderFeed #crossfaderNext a:hover { background-position: 0 -200px;}
 
#crossfaderController a { background: url(http://livedoor.blogimg.jp/cutupworks/imgs/a/5/a5e645a6.png) no-repeat;}
#crossfaderController a:hover { background-position: 0 -40px;}
#crossfaderController a.play { background-position: 0 -80px;}
#crossfaderController a.play:hover { background-position: 0 -120px;}