.jscarousal {
	margin: 0px; padding: 22px 8px; border: 1px solid rgb(204, 204, 204); width: 490px; height: 180px; position: relative; background-color: rgb(255, 255, 255);
}
.jscarousal .jscarousal-left {
	top: 50px; width: 23px; height: 98px; color: white; float: left; position: relative; cursor: pointer; background-color: rgb(255, 255, 255);
}
.jscarousal .jscarousal-right {
	top: 50px; width: 23px; height: 98px; color: white; float: right; position: relative; cursor: pointer; background-color: rgb(255, 255, 255);
}
.jscarousal .jscarousal-left {
	background-position: left; background-image: url("../../Configuracion/img/left_arrow.jpg"); background-repeat: no-repeat;
}
.jscarousal .jscarousal-right {
	background-position: right; background-image: url("../../Configuracion/img/right_arrow.jpg"); background-repeat: no-repeat;
}
.jscarousal-contents {
	width: 440px; height: 220px; overflow: hidden; float: left; position: relative;
}
.jscarousal-contents > div {
	width: 100%; height: 220px; position: absolute;
}
.jscarousal-contents > div > div {
	margin-right: 10px; margin-left: 10px; float: left;
}
.jscarousal-contents img {
	border: 1px solid rgb(212, 212, 212); width: 120px; height: 120px;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
.thumbnail-active {
	filter: alpha(opacity=100); cursor: pointer; opacity: 1;
}
.thumbnail-inactive {
	filter: alpha(opacity=80); cursor: pointer; opacity:1;
}
.thumbnail-text {
	padding: 10px 2px 2px 0px; text-align: center; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #666666; font-size:14px; display: block;
}
