* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

#slideshow {
    margin: 20px auto 0 auto;
    width: 242px;
    height: 200px;
    
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 200px;
	height: 200px;
	left: 21px;
	top: 5px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 200px;
	width: 200px;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 55px;
	background: url(http://www.asiaq.pl/skrypty/galeria/left1.gif) no-repeat;
}

#scroll_right {
	left: 221px;
	top: 55px;
	background: url(http://www.asiaq.pl/skrypty/galeria/right1.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 21px;
    height: 20px;
    width: 21px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
}




#slideshow1 {
    margin: 20px 0 0 0;
		margin-left: 10px;
    width: 170px;
    height: 230px;
    
}

#slideshow_wrapper1 {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 170px;
	height: 200px;
	left: 21px;
	top: 5px;
}

#slideshow_set1 {
	position: absolute;
}

#slideshow_set1 li {
	float: left;
	height: 200px;
	width: 170px;
}


#navigation1 {
    position: absolute;
    z-index: 10;
}

#scroll_left1 {
	left: 50px;
	top: 0;
	background: url(/skrypty/galeria/left1.gif) no-repeat center;
	
}

#scroll_right1 {
	left: 100px;
	top: 0;
	background: url(/skrypty/galeria/right1.gif) no-repeat center;
	
}

#scroll_left1, #scroll_right1 {
    position: absolute;
    overflow: hidden;
		top: 190px;
    display: block;
    padding: 0 0 0 21px;
    height: 20px;
    width: 21px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
}
