input, textarea {
	font-family: Arial;
	font-size: 125%;
	padding: 7px;
	color: #FFF;
}
.subject_title {
	color: #FFF;
	font-size: 12px;
}
.subject_price {
	font-weight: bold;
	color: #3CC;
	line-height: 14px;
}
label {
	display: block;
}
.infiniteCarousel {
	width: 670px;
	position: relative;
}
.infiniteCarousel .wrapper {
	width: 640px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right)  for FireFox */ 
	*width: 670px;  /* IE6 */
	*+width: 640px; /* IE7 */
	overflow: left;
	min-height: 20em;
	margin: 0 20px;
	*margin: 0 0;  /* IE6 */
	*+margin: 0 20px; /* IE7 */
	position: absolute;
	top: 0;
	left:0;
	*left: 50;  /* IE6 */
	*+left: 0; /* IE7 */
	_left:200;
}
.infiniteCarousel ul a img {
	border: 2px solid #05393e;
	-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;
	top: 0;
}
.infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 10px;
	height: 85px;
	width: 85px;
	text-align: center;
}
.infiniteCarousel ul li a img {
	display:block;
}
.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 30px;
	position: absolute;
	top: 37px;
	cursor: pointer;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
	text-decoration: none;
	text-align: right;
}
.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
	text-decoration: none;
}
.infiniteCarousel .forward:hover {
	background-position: 0 -36px;
	text-decoration: none;
}
.infiniteCarousel .back:hover {
	background-position: 0 -108px;
	text-decoration: none;
}

