/*
	anythingSlider v1.2

	By Chris Coyier: http://css-tricks.com
	with major improvements	by Doug	Neiner:	http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
	*/


.anythingSlider	{
    width: 406px;
    height:	235px;
    position: relative;
    margin: 69px 0 0 78px;
    background-color: #262626;
    -moz-border-radius : 8px 8px 8px 8px;
}

.anythingSlider	.wrapper {
    width: 406px;
    overflow: auto;
    height:	235px;
    margin:	0;
    position: absolute;
}

li.slid	span {
    width: 406px;
    height:	235px;
    display:block;
    color: white;
    float:left;
    margin:	0px;

}

li.slid	img	{
    border:none;
}

/* Width below is max for Opera	*/
.anythingSlider	.wrapper ul	{
    width: 32700px;
    list-style:	none;
    position: absolute;
    top: 0;
    left: 0;
    margin:	0;
    padding:0;
}

.anythingSlider	ul li {
    display: block;
    float: left;
    padding: 0;
    height:	235px;
    width: 406px;
    margin:	0;
}


#thumbNav {
    position: relative;
    margin:	0 10px 0 0;
    text-align:	right;
}

#thumbNav a	{
    color: white;
    display: inline-block;
    padding: 2px 8px;
    height:	16px;
    margin:	10px 2px 0	0;
    background:	teal;
    border:	1px solid white;
    text-align:	center;
    background-color: #9A8F82;
}

#thumbNav a:hover {
    background:	black;

}

#thumbNav a.cur	{
    background:	#674326;
}

.anythingSlider	.arrow {
    width:40px;
    height:54px;
    font-size: 1pt;
    color:white;
}

.anythingSlider	.forward {
    top: 70px;
    left: 429px;
    position: absolute;
    background-image: url('../images/slidPrawy.png');
    background-repeat: no-repeat;
}

.anythingSlider	.back {
    top: 70px;
    left: -40px;
    position: absolute;
    background-image: url('../images/slidLewy.png');
    background-repeat: no-repeat;
}

.anythingSlider	.forward:hover {
    background-image: url('../images/slidPrawyHover.png');
    background-repeat: no-repeat;
}

.anythingSlider	.back:hover	{
    background-image: url('../images/slidLewyHover.png');
    background-repeat: no-repeat;
}

/*
	Prevents
	*/
.anythingSlider	.wrapper ul	ul {
    position: static;
    margin:	0;
    background:	none;
    overflow: visible;
    width: auto;
    border:	0;
}

.anythingSlider	.wrapper ul	ul li {
    float: none;
    height:	auto;
    width: auto;
    background:	none;
}

.slid-opis {
    position : absolute;
    z-index	: 55;
    background-color: #000000;
    background:	none repeat	scroll 0 0 rgba(0, 0, 0, 0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:alpha(opacity=0);
    padding: 5px;
    bottom:	0px;
    width: 406px;
    height:	10px;
    margin:	2px;
    color: white;
    margin-bottom: 0px;

}
