.movie {
border:1px solid #d4d4d4;
}

#mediakit {
display:block;
width:300px; height:68px;
margin-left:1px;
overflow:hidden;
line-height:1000px;
background:url(../image/mokono_mediakit.png);
}

.bigTel {
margin:.7em 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#f26522;
}

#wheel {
position:relative; zoom:1; /* IE6,7 */
margin:1.25em 0;
padding:20px 0;
border:1px solid #d9d9d9;
background-color:#e7e7e7;
}

.wheel_inner {
position:relative; /* IE6,7 */
width:822px; /* 274*3 */
margin:auto;
overflow:hidden;
}

.wheel_inner>.fadeLeft, .wheel_inner>.fadeRight {
position:absolute;
top:0;
bottom:0;
width:26px;
background:url(../image/wheelFade.png) 0 0 repeat-y;
}

.fadeLeft {
left:0;
}

.fadeRight {
right:0;
background-position:100% 0 !important;
}


#wheelList {
position:relative; zoom:1; /* IE6,7 */
padding-bottom:5px;
white-space:nowrap;
}

#wheelList li {
display:inline;
margin:0 -.25em 0 0;
}

#wheelList li p {
position:relative;
display:inline-block;
margin:2em 26px 0;
border:1px solid #fff;
-moz-box-shadow:0 0 7px #999;
-webkit-box-shadow:0 0 7px #999;
box-shadow:0 0 7px #999;
}

#IE6_7 #wheelList li p {
display:inline;
border-color:#ccc;
}

#wheelList img {
width:220px;
height:183px;
}

#wheel span {
position:absolute;
top:-2em;
right:0;
font-size:13px;
}

#wheelPrev, #wheelNext {
position:absolute;
top:60px;
width:40px;
height:81px;
overflow:hidden;
cursor:pointer;
line-height:400px;
background:url(../image/wheel.png) 0 0 no-repeat;
}

#wheelPrev {
left:-1px;
background-position:0 0;
}

#wheelPrev:hover {
background-position:0 -162px;
}

.first #wheelPrev {
cursor:default;
background-position:0 -324px;
}

#wheelNext {
right:-1px;
background-position:0 -81px;
}

#wheelNext:hover {
background-position:0 -243px;
}

.last #wheelNext {
cursor:default;
background-position:0 -405px;
}