@charset "utf-8";
/* CSS Document */



.infiniteCarousel {
	width: 689px; /*height: 196px;*/ background-color: #BBCAD9;
	/* width: 395px; */	position: relative; height: 208px;
}

.infiniteCarousel .wrapper {
	
	position: relative; height: 208px; overflow: hidden;
	margin: 0 30px; width: 629px; /*315px;*/ /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	
	/*overflow: auto;
	min-height: 10em;
	
	position: absolute;
	top: 0;*/
}

.infiniteCarousel ul a img {
	/*border: 5px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.infiniteCarousel .wrapper ul {
	width: 9999px;
	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; font-weight: normal; width: /*170px*/ 202px; height: 186px; padding: 5px 5px 5px 3px; 
	list-style: none; list-style-image: none; color: #7090A8; font-size: 12px;
	
	/*display:block;
	float:left;
	padding: 10px;
	height: 85px;
	width: 85px;
	*/
}

	.infiniteCarousel ul li a   { background-color: #BBCAD9; cursor: pointer; text-decoration: none; display: block; padding: 3px; }
		.infiniteCarousel ul li a:hover  { background-color: #9BB2C7; }
			.infiniteCarousel ul li .title { padding-bottom: 6px; font-weight: bold; }
			.infiniteCarousel ul li a img { display:block; padding-bottom: 6px; }
	

.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;
}

.infiniteCarousel .forward {
	/*background-position: 0 0; right: 0;*/
	display: block; background-color: #00F; height: 208px; width: 24px; float: right; 
	background: url(../images/rightarrow.gif) no-repeat center 20px #7090a8; right: 0px; top: 0px;
}

.infiniteCarousel .back {
	/* background-position: 0 -72px; left: 0; */
	display: block; background-color: #00F; height: 208px; width: 24px; float: left; 
	background: url(../images/leftarrow.gif) no-repeat center 20px #7090a8; top: 0px;
}

/*
.infiniteCarousel .forward:hover { background-position: 0 -36px; }
.infiniteCarousel .back:hover { background-position: 0 -108px; }
*/


