/**
 * @author Krzysztof Wolniak
 * @copyright 2009
 */

/* s3Slider */

#s3slider { width: 960px; height: 542px; position: relative; overflow: hidden;
			background: #100800 url(../images/ajax-loader.gif) 50% no-repeat; border: 1px solid #482706; }

#s3sliderContent { width: 960px; position: absolute; top: 0; margin-left: 0; }
.s3sliderImage { float: left; position: relative; display: none; }

.s3sliderImage span { position: absolute; left: 0; font: 12px/15px Arial, Helvetica, sans-serif; color: #fff; display: none; bottom: 0;
  					  text-align: right; font-style: italic; padding: 12px 13px 15px 13px; width: 934px; background-color: transparent;
					  filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; }

/* jScroll */

.jScrollSesje { overflow: hidden; height: 440px; }

/* Paginacja */
.ind-sessions #container .right,
.sub-sessions #container .right{ position: relative; }
.right p.pagination { position:absolute; bottom: -20px; left:230px; }

/* Galerie */

#img { position: relative; width: 960px; height: 542px; margin-bottom: 0; background: #100800; border: 1px solid #482706; }
#img img { width: 960px; height: 542px; }

#gallery { z-index: 999; overflow: hidden; height:52px; }
#gallery li { background: #100800 url(../images/ajax-loader.gif) 50% 50% no-repeat; border: 1px solid #482706; cursor: pointer; }
#gallery li img { width: 88px; height: 50px; }

.caption { display: none; }

/* Inne */

.clear { clear: both; }
span.error { display: block; margin:2px 0; padding:0; text-align: right; font-size: 11px; line-height: 1; }

/* Menu, Nav */

#nav #topMenu { margin: 0 auto; width: 616px; height: 116px; overflow: hidden }
#nav  li { display: inline; }

#nav li a { overflow: hidden;	float: left; display: block; height: 116px;
			background-image: url(../images/menu.jpg); background-repeat: no-repeat; text-indent: -999999px; }

#nav .mSlubne a { width: 126px; background-position: 0px 0px }
#nav .mIndywidualne a { width: 89px; background-position: -126px 0px }
#nav .mOferta a { width: 65px; background-position: -215px 0px }
#nav .mAlbum a { width: 108px; background-position: -280px 0px }
#nav .mBlog a { width: 153px; background-position: -388px 0px }
#nav .mKontakt a {width: 75px; background-position: -541px 0px }

#nav .mSlubne a:hover { width: 126px; background-position: 0px -116px }
#nav .mIndywidualne a:hover { width: 89px; background-position: -126px -116px }
#nav .mOferta a:hover { width: 65px; background-position: -215px -116px }
#nav .mAlbum a:hover { width: 108px; background-position: -280px -116px }
#nav .mBlog a:hover { width: 153px; background-position: -388px -116px }
#nav .mKontakt a:hover {width: 75px; background-position: -541px -116px }
