﻿.animacja {
	display: block;
	vertical-align: top;
	position: relative;
}
.animacja img {
}
.cycle-slideshow {
	overflow: hidden;
}
.cycle-slideshow img {
	width: auto;
	height: auto;
}
.pauza_tlo	{
	text-align: left;
}
#pauseButton 	{
   position: absolute;
	z-index: 1000;
	background: url('../grafika/pauza.png') center center no-repeat;
	width: 120px;
	height: 40px;
	left: -6000px;
   margin: 16px 0px 0px 0px;
	border: none;
	display:none;
}
#resumeButton	{
   position: absolute;
	z-index: 1000;
	background: url('../grafika/odtwarzaj.png') center center no-repeat;
	width: 120px;
	height: 40px;
	left: -6000px;
   margin: 16px 0px 0px 0px;
	border: none;
}
#pauseButton:focus, #resumeButton:focus	{
   margin: 16px 0px 0px 0px;
}
#pauseButton:active, #resumeButton:active	{
	left: -6000px;
   margin: 16px 0px 0px 0px;
}
.cycle-prev,
.cycle-next {
    width: 32px;
    height: 64px;
    display: block;
    position: absolute;
    z-index: 10;
    cursor:poiner;
}


.cycle-prev {
	background: url('../grafika/animacja_prev.png')  left center no-repeat;
}
.cycle-next {
	background: url('../grafika/animacja_next.png') right center no-repeat;
}
.cycle-prev:hover, .cycle-next:hover {
	opacity:0.8;
}