ul#headerAnimation {
  position: relative;
  height: 244px;
  margin-bottom: 2px;
}
ul#headerAnimation li {
  width: 572px;
  height: 244px;
  position: absolute;
}
ul#headerAnimation li div.buttons {
  width: 27px;
  height: 228px;
  float: right;
  margin-top: 6px;
  margin-right: 3px;
}
ul#headerAnimation a.link {
  width: 154px;
  display: block;
  text-indent: -9999px;
  height: 32px;
  left: 366px;
  top: 158px;
  position: absolute;
}
ul#headerAnimation li div.buttons a {
  display: block;
  width: 26px;
  height: 26px;
}
ul#headerAnimation li div.buttons a.active {
  height: 176px;
}
ul#headerAnimation li#slide1 {
  background: url('gfx/home_wasmachines_1.jpg') no-repeat center center;
}
ul#headerAnimation li#slide2 {
  background: url('gfx/home_fitness.jpg') no-repeat center center;
  visibility: hidden;
}
ul#headerAnimation li#slide3 {
  background: url('gfx/home_bbq.jpg') no-repeat center center;
  visibility: hidden;
}
ul#headerAnimation div.price {
  position: absolute;
  top: 135px;
  left: 23px;
  background: url('/layout/default/gfx/labels.png') no-repeat scroll 0 -68px;
  color: #fff;
  height: 67px;
  width: 103px;
  padding: 5px;
  text-align: right;
}
ul#headerAnimation div.price div.articleDetailPriceCurrent {
  font-size: 20px;
  font-weight: bold;
  margin: 3px 0;
}
ul#headerAnimation a.actionOrder {
  position: absolute;
  top: 200px;
  left: 23px;
  background: url('/layout/default/gfx/buttons.png') no-repeat scroll 0 -197px;
  display: block;
  height: 36px;
  line-height: 36px;
  text-indent: -2000px;
  width: 113px;
}

/* BANNERSLIDE MODULE */

.four_tab {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D1D1D1;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-family: tahoma;
    font-size: 11px;
    height: 43px;
    padding-left: 25px;
    padding-top: 14px;
}
.four_tabActive {
    background: url("gfx/fourActActive.gif") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D1D1D1;
    border-left: medium none;
    color: white;
    font-family: tahoma;
    font-size: 11px;
    height: 43px;
    padding-left: 25px;
    padding-top: 14px;
}
.four_tab b {
    color: #2397E1;
    font-size: 14px;
}
.four_tabActive b {
    color: white;
    font-size: 14px;
}
#bannerSlide {
    margin: 0;
    padding: 0;
    position: relative;
}
#bannerSlide li {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

a#slide_next{
	background: url( '../../modules/fourArt/gfx/slide_right.png' );
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 150;
	cursor: pointer;
}

a#slide_prev{
	background: url( '../../modules/fourArt/gfx/slide_left.png' );
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 20px;
	right: 46px;
	z-index: 150;
	cursor: pointer;
}
