/* 
	this code has been written for lotusflowertower.com
	this means you may not use it for you site's design.
  	thank you. 
	
	title: master stylesheet
	author: franz walter / info@nanuuq.net
*/

@import url("core/reset.css");
@import url("core/global.css");
@import url("core/layout.css");
@import url("core/navigation.css");
@import url("core/colors.css");
@import url("core/typo.css");


.infiniteCarousel {
  width: 980px;
  position: relative;
  left: 0;
  top: 0px;
}

.infiniteCarousel .wrapper {
  width: 920px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 500px;
  margin: 0 30px;
  position: absolute;
  top: 0;
}


.infiniteCarousel .wrapper ul {
  width: 14000px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0px;
  height: 470px;
  width: 920px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 24px;
  width: 18px;
  text-indent: -999px;
  position: absolute;
  top: 200px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background: url(../images/forwards.gif) no-repeat 0 -24px;
  right: 4px;
}

.infiniteCarousel .back {
  background: url(../images/backwards.gif) no-repeat 0 -24px;
  left: 4px;
}

.infiniteCarousel .forward:hover {
  background-position: 0 0;
}

.infiniteCarousel .back:hover {
  background-position: 0 0;
}

