.tx-imagecycle-pi1 {
	display: block;
	position: relative;
	z-index: 0;
}
.imagecycle-controller {
	display: none;
	background: url(images/img_cycler/controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.imagecycle-controller * {
	margin: 0;
	padding: 0;
}
.imagecycle-controller-hidden {
	opacity: 0;
}
.imagecycle-controller-visible {
	opacity: 1;
}
.imagecycle-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.imagecycle-controller a:hover {
	background-position: 0 18px;
}
.imagecycle-controller li {
	list-style: none;
}
.imagecycle-controller li.first a {
	background-image: url(images/img_cycler/controller-first.gif);
	left: 33px;
	width: 19px;
}
.imagecycle-controller li.last a {
	background-image: url(images/img_cycler/controller-last.gif);
	left: 186px;
	width: 19px;
}
.imagecycle-controller li.next a {
	background-image: url(images/img_cycler/controller-next.gif);
	left: 145px;
	width: 28px;
}
.imagecycle-controller li.pause a {
	background-image: url(images/img_cycler/controller-pause.gif);
	left: 109px;
	width: 20px;
}
.imagecycle-controller li.play a {
	background-position: 20px 0;
}
.imagecycle-controller li.play a:hover {
	background-position: 20px 18px;
}
.imagecycle-controller li.prev a {
	background-image: url(images/img_cycler/controller-prev.gif);
	left: 65px;
	width: 28px;
}
.tx-imagecycle-pi1-images {
    display: none;
    position: relative;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tx-imagecycle-pi1-images img {
    display: block;
}
.tx-imagecycle-pi1-images li {
    position: absolute;
    margin: 0;
    padding: 0;
}
.tx-imagecycle-pi1-images li,
.tx-imagecycle-pi1-images a {
    display: block;
    position: relative;
}
.tx-imagecycle-pi1-images a:hover {
    background: none;
    border: 0! important;
}
.tx-imagecycle-pi1-images .imagecycle-caption { position: absolute; left: 0; bottom: 0;
    /* remove the below 'width' line if you want the caption background to be just the width of the caption text */
    padding: 10px 5px 12px 33px; color: #fff; font-size: 14px; background: #808080; width: 100%; opacity: 0.6; white-space: nowrap; display: none; filter: Alpha(opacity=60); opacity: 0.6; }
.tx-imagecycle-pi1-images .imagecycle-caption a {
    display: inline;
    color: #9bd;
}
.tx-imagecycle-pi1-images .imagecycle-caption a:hover {
    color: #acf;
}
.tx-imagecycle-pi1-pager { margin: 0; text-align: center; position: absolute; top: 247px; width: 100%; z-index: 1000; }
.tx-imagecycle-pi1-pager a { border: solid 1px white; background: #fc0; text-decoration: none; margin: 0 2px; padding: 2px 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; filter: Alpha(opacity=70); opacity: 0.7; }
.tx-imagecycle-pi1-pager a.activeSlide { color: white; background: #f19300; }
/* noscript will be displayed */
noscript .tx-imagecycle-pi1-images { margin-left: 5px; display: block; }
noscript .tx-imagecycle-pi1-images li {
    float: left;
    overflow: hidden;
}
noscript .tx-imagecycle-pi1-images .imagecycle-caption {
    display: block;
}

