
/*---------------------------------------------------------------

JA SLIDESHOW

------------------------------------------------------------- */
div#ja-slideshow-wrap {
	width: 589px;
	color: #171717;
	padding:0px 0 0 0px;
}

div.ja-slideshow-case {
	margin: 0 0 0 0;
}

div.ja-slideshow-case p {
	padding-top: 0px;
}

div.ja-slidebar {
	margin: 0px 0 0 0;
	width: 589px;
	height:20px;
	background: #171717;
}

div.ja-slidebar ul {
	list-style: none;
	overflow: hidden;
	z-index: 10001;
}

div.ja-slidebar ul li {
	float: left;
	display: block;
	background: none;
	font-size: 0.7em;
}

div.ja-slidebar ul a.active,
div.ja-slidebar ul a:hover {
	border: none;
	background: #C60000;
	color: #FFF;
}

div.ja-slidebar ul a.active {
	font-weight: bold;
}

div.ja-slidebar ul li a {
	border: none;
	float: left;
	margin-right: 1px;
	padding: 1px 8px;
	display: block;
	color: #C60000;
	background: 50% 50%;
	cursor: pointer;
}

div.ja-slidebar ul li a.prev,
div.ja-slidebar ul li a.next {
	display: block;
	font-weight: bold;
}
 
div.ja-slidebar ul li a.prev {
	padding-left: 5px;
}

.description {
	position: absolute;
	bottom: 0;
	/*background: #711d4e;*/
	width: 589px;
	padding: 2px 0px;
	height:2px;
}

.description-hidden {
	position: absolute;
	bottom: 0;
}


