/*  Juice Library slideshow.juice.css, version 0.1.1.20071231
 *  Copyright (c) 2007, 2008 Stephen Whiteley (http://jui.ce.it)
 *
 *  See core.juice.js for full license.
 *
/*--------------------------------------------------------------------------*/

.juiceSlideshowFail {
	border: 1px solid #CC0000;
}

.juiceSlideshow * {
	margin: 0;
	padding: 0;
	border: none;
}

.juiceSlideshow .image {
	background: #F5F5F5;
	position: relative;
}

.juiceSlideshow .menu a {
	float: left;
	font-size: 0;
	width: 58px;
	height: 18px;
	cursor: pointer;
	text-decoration: none;
	text-indent: -1000px;
	background-position: center center;
	background-repeat: no-repeat;
}

.juiceSlideshow .menu .rotate {
	position: absolute;
	right: 0;
	top: 0;
}

.juiceSlideshow .menu .rotate a {
	width: 21px;
}

.juiceSlideshow .menu a.play {
	background-image: url(/includes/library/juice/images/slideshow/play.gif);
}

.juiceSlideshow .menu a.play:hover {
	background-image: url(/includes/library/juice/images/slideshow/play-o.gif);
}

.juiceSlideshow .menu a.pause {
	background-image: url(/includes/library/juice/images/slideshow/pause.gif);
}

.juiceSlideshow .menu a.pause:hover {
	background-image: url(/includes/library/juice/images/slideshow/pause-o.gif);
}

.juiceSlideshow .menu a.prev {
	background-image: url(/includes/library/juice/images/slideshow/prev.gif);
}

.juiceSlideshow .menu a.prev:hover {
	background-image: url(/includes/library/juice/images/slideshow/prev-o.gif);
}

.juiceSlideshow .menu a.next {
	background-image: url(/includes/library/juice/images/slideshow/next.gif);
}

.juiceSlideshow .menu a.next:hover {
	background-image: url(/includes/library/juice/images/slideshow/next-o.gif);
}

.juiceSlideshow .menu a.zoom {
	width: 58px;
	margin-right: 3px;
	background-image: url(/includes/library/juice/images/slideshow/zoom.gif);
}

.juiceSlideshow .menu a.zoom:hover {
	background-image: url(/includes/library/juice/images/slideshow/zoom-o.gif);
}

.juiceSlideshow .menu a.zoom.disabled,
.juiceSlideshow .menu a.zoom.disabled:hover {
	background-image: url(/includes/library/juice/images/slideshow/zoom-d.gif);
	cursor: auto;
}

.juiceSlideshow .loading {
	position: absolute;
	width: 140px;
	height: 20px;
	background: url(/includes/library/juice/images/slideshow/loading.gif) 0 0 no-repeat;
}

.juiceSlideshow .loading .inner {
	padding: 2px;
}

.juiceSlideshow .loading .bar {
	width: 0;
	height: 18px;
	background: url(/includes/library/juice/images/slideshow/loading-bar.gif) 0 0 repeat-x;
}