@charset "utf-8";


#carousel{

width:575px;
height:475px;
float:left;
margin:25px 0 0 -30px;

}


.infiniteCarousel {
  width: 100px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 450px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow:hidden;
  height: 475px;
  margin: 20px 70px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {

}

.infiniteCarousel .wrapper ul {
  width: 450px; /* single item * n */
  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-right: 100px;
  height: 475px;
  width: 450px;
}


.tag{
	position:absolute;
	bottom:0;
	margin:0 0 10px 10px;
	padding:32px 0 0 12px;
	width:214px;
	height:87px;
	background-image:url(images/homepage_tag.png);
	background-repeat:no-repeat;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	font-size:13px;
	color:#000;
}

.tag h3{
	margin:0;
	padding:2px 0 2px 0;
	font-size:17px;
}

.tag a{
	color:#000;
	text-decoration:none !important;
}

.infiniteCarousel ul li img {
 
}

.infiniteCarousel ul:hover li img {

}

.infiniteCarousel ul:hover li:hover img {

}

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

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

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

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

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

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

