.cycle{ margin:40px 0 0 0px; position:relative;}
#s2>div {background:url(../images/bg.jpg) 0 0 repeat; width:310px;}
a#prev2 {
  position: absolute;
  bottom: -51px;
  right:31px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: transparent url(../images/prev-2.png) no-repeat 0 bottom;
  z-index:99;
}
a#prev2:hover {
  background: transparent url(../images/prev-2.png) no-repeat 0 0;
}
a#next2 {
  position: absolute;
  bottom: -51px;
  right:0px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: transparent url(../images/next-2.png) no-repeat 0 bottom;
  z-index:99;
}
a#next2:hover {
  background: transparent url(../images/next-2.png) no-repeat 0 0;
}
.quotes {background:url(../images/quotes.png) 0 0 no-repeat; padding:0 0 15px 40px;}
#s2>div p.color-5 {padding-left:40px;}