@charset "UTF-8";.pannel{width:872px;height:390px;position:relative;background-image:url(../quickPick/pannel_noburst.png);background-repeat:no-repeat;overflow:hidden;top:50px}
.burst{width:320px;height:320px;position:absolute;background-image:url(../quickPick/burst.png);background-repeat:no-repeat;top:35px;left:276px;float:left;animation:rotation 8s infinite linear}
@keyframes rotation{from{transform:rotate(0deg)}
to{transform:rotate(359deg)}}
.rightArrow{width:72px;height:102px;position:absolute;top:100%;background-image:url(../quickPick/right.png);background-repeat:no-repeat;float:right}
.leftArrow{width:72px;height:102px;position:absolute;top:100%;background-image:url(../quickPick/left.png);background-repeat:no-repeat}
.playButton{width:260px;height:84px;position:relative;top:100%;background-image:url(../quickPick/play.png);background-repeat:no-repeat}
.playClicked{-webkit-animation:playButtonAnimation 1s infinite ease-in-out}
@keyframes playButtonAnimation{0%{-webkit-transform:scale(1.0)}
50%{-webkit-transform:scale(.5)}
100%{-webkit-transform:scale(1.0)}}
.banner{width:454px;height:90px;position:relative;top:100%;background-image:url(../quickPick/banner.png);background-repeat:no-repeat;float:left}
.shadow{width:228px;height:18px;left:324px;top:270px;position:absolute;background-image:url(../quickPick/shadow.png);background-repeat:no-repeat;animation:shadowScale 2s ease-in-out infinite alternate}
@keyframes shadowScale{0%{transform:scale(1.0)}
100%{transform:scale(1.1)}}
.npc{width:206px;height:232px;position:absolute;background-image:url(../quickPick/CoolSlice.png);background-repeat:no-repeat;clear:both;float:left}