/* `Rotator >> `Wrapper
----------------------------------------------------------------------------------------------------*/

#rotator_wrapper {
  overflow: hidden;
  position: relative;
  width: 720px;
  height: 460px;
}

#rotator_wrapper li {
  list-style: none;
}

/* `Rotator
----------------------------------------------------------------------------------------------------*/

#rotator,
#rotator li,
#rotator img {
  width: 720px;
  height: 460px;
}

#rotator {
  background: none;
  position: relative;
}
#rotator{
	margin:0px;
	padding:0px;
}
#rotator li {
  position: absolute;
  top: 0;
  left: 0;
}

/* `Rotator >> `Controls
----------------------------------------------------------------------------------------------------*/

#rotator_controls {
  overflow: hidden;
  position: absolute;
}

#rotator_controls li {
  display: inline;
  float: left;
  margin: 0 0 0 3px;
  width: 30px;
}

#rotator_play_pause,
#rotator_controls a {
  background: #ccc url(../_common/gradient.gif) repeat-x;
  border: 1px solid #000;
  color: #999;
  display: block;
  font: bold 11px Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
}

#rotator_controls a.current {
  color: #000;
  text-decoration: underline;
}

#rotator_play_pause:hover,
#rotator_controls a:hover {
  background: #000;
  border-color: #fff;
  color: #fff;
}

#rotator_play_pause {
  position: absolute;
}

/* For IE6. */
* html #rotator_play_pause,
