.jControlbar {
	padding: 0px;
	margin: 0px;
	background-color: #ededed;
}

ul.jSlide {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.jSlide li {
	padding: 0px;
	margin: 0px;
	display: block;
	position: absolute;
}

ul.jSlideLinks {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: right;
}

ul.jSlideLinks li {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-right: 4px;
	margin-top: 4px;
	color: white;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/jSlide_button.gif);
	height: 20px;
	width: 20px;
	float: left;
}

ul.jSlide img {
	border-style: none;
	border-width: 0px;
}

.jSlidePlay {
	line-height: 20px;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 4px;
	padding-left: 24px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/jSlide_button_play.gif);
	list-style-type: none;
	float: left;
	width: 42px;
}

.jSlidePause {
	line-height: 20px;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 4px;
	padding-left: 24px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/jSlide_button_pause.gif);
	list-style-type: none;
	float: left;
	width: 42px;
}

.jSlideWrapper {
	clear: both;
	display: inline;
	float: left;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: #cccccc;
}

ul.jSlideLinks li a {
	color: white;
	text-decoration: none;
}

ul.jSlideLinks li a:hover {
	color: white;
	text-decoration: underline;
}

.jSlidePlay a {
	text-decoration: none;
	color: white;
}

.jSlidePlay a:hover {
	text-decoration: underline;
	color: white;
}

.jSlidePause a {
	text-decoration: none;
	color: white;
}

.jSlidePause a:hover {
	text-decoration: underline;
	color: white;
}
