.infiniteCarousel{
	width: 598px; height:100px;
	position: relative;
	float:left;
	margin-top:18px;
}

.infiniteCarousel .slider{
	width:506px; /* .infiniteCarousel width - (.slider margin-left + .slider margin-right) */
	overflow: auto;
	min-height: 10em;
	margin: 0 45px;
	position: absolute;
	top: 0;
	height:100px;
	display:inline;
}
/*
.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
*/
.infiniteCarousel .slider ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	position: absolute;
	top: 0;
	width: 9999px;
}

.infiniteCarousel ul li{
	display:block;
	float:left;
	height:85px; width:103px;
}

.infiniteCarousel ul li a img{
	border:2px solid #8b8a85;
	display:block;
}

.infiniteCarousel p{
	background:url(../img/bg_arrow_small.gif) no-repeat 0 0;
	float:left;
	width:11px; height:19px;
	margin-top:30px;
}

.infiniteCarousel p.left_arrow{ background-position:left top;}
.infiniteCarousel p.left_arrow:hover{ background-position:left bottom;}

.infiniteCarousel p.right_arrow{ background-position:right top; float:right;}
.infiniteCarousel p.right_arrow:hover{ background-position:right bottom;}


.infiniteCarousel .arrow{
	display: block;
	width: 11px; height: 19px;
	text-indent: -999px;
	position: absolute;
	top: 30px;
	cursor: pointer;
}

.infiniteCarousel .forward{ right:0;}
.infiniteCarousel .back{ left:0;}

/*-----------------------------------------------------------------------------------------------------------------------------*/

.infiniteCarousel2{
	width: 598px; height:410px;
	position: relative;
	float:left;
	margin-top:18px;
}

.infiniteCarousel2 .slider{
	width:410px; /* .infiniteCarousel width - (.slider margin-left + .slider margin-right) */
	overflow: auto;
	min-height: 10em;
	margin: 0 0 0 95px;
	position: absolute;
	top: 0;
	height:500px;
}
/*
.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
*/
.infiniteCarousel2 .slider ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	width: 9999px;
}

.infiniteCarousel2 ul li{
	display:block;
	float:left;
/*	width:310px; height:500px;*/
	width:410px; height:400px;
}

.infiniteCarousel2 ul li a img{ display:block;}


.infiniteCarousel2 p{
	background:url(../img/bg_arrow_big.gif) no-repeat 0 0;
	float:left;
	width:15px; height:27px;
	margin-top:101px;
}

.infiniteCarousel2 p.left_arrow{ background-position:left top;}
.infiniteCarousel2 p.left_arrow:hover{ background-position:left bottom;}

.infiniteCarousel2 p.right_arrow{ background-position:right top; float:right;}
.infiniteCarousel2 p.right_arrow:hover{ background-position:right bottom;}

.infiniteCarousel2 a.arrow{
	display:block;
	width:15px; height:27px;
	text-indent:-5000px;
	position:absolute;
	top:100px;
	cursor:pointer;
}

.infiniteCarousel2 .forward{ right:0;}
.infiniteCarousel2 .back{ left:0;}