* {
margin:0;
padding:0;
}
body {
-x-system-font:none;
font-family:Helvetica,Arial,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
#moving_wrapper {

width:800px;
}
#intro {
padding-bottom:10px;
}
#moving {
position:relative;
width:700px;
}
.mover {
margin-left: 50px;
overflow:hidden;
position:relative;
width:870px;
}
.moverContainer {
position:relative;
}
.moverContainer div.panel {
float:left;
height:318px;
padding:10px;
width:270px;
}
#left-shadow {
background:transparent url(../images/leftshadow.png) repeat-y mover 0 0;
bottom:0;
left:0;
position:absolute;
top:0;
width:12px;
}
#right-shadow {
background:transparent url(../images/rightshadow.png) repeat-y mover 0 0;
bottom:0;
position:absolute;
right:0;
top:0;
width:12px;
}
.inside {
border:1px solid #999999;
bottom:0;
padding:10px;
position:absolute;
}
.inside img {
border:1px solid #666666;
display:block;
margin:0 0 10px;
width:250px;
}
.inside h2 {
color:#111111;
font-size:16px;
font-weight:normal;
margin:0 0 8px;
}
.inside p {
color:#CCCCCC;
font-size:11px;
}
.moverButtons {
cursor:pointer;
position:absolute;
top:127px;
}
.moverButtons.left {
left:0px;
}
.moverButtons.right {
right:-270px;
}
.hide {
display:none;
}