* 全局样式 */
*{padding:0; margin:0; list-style:none}
ul,li{ list-style:none;}
.container{width: 475px; height: 240px; margin-top:20px; float:left;overflow: hidden; }
.roundabout-holder { margin: 0px auto; width: 255px; height: 240px; }
.roundabout-moveable-item { border-radius: 4px; border: 3px solid rgba(255,255,255,1); width: 345px; height: 243px; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.roundabout-moveable-item img { width: 100%; }
.roundabout-in-focus { border: 3px solid rgba(255,255,255,0.8); }
