/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:url(../images/background.jpg);
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Verdana, Geneva, sans-serif;
	color:#00000;
}

a, a:visited {
	color:#2d3536;
	text-decoration:none;
}
a:hover, a:active {
	color:#9e805c;
	text-decoration:none;
}


#wrapper {
	width: 1000px;
	margin:0px auto;
	padding:0px;
}

div#boxes3 {
	position:relative;
	top: 175px;
    width:1000px;
	height:164px;
    margin: 0 auto;
	background:url(../images/belka.png) no-repeat;
}

.footer {
	position:relative;
	top: 180px;
	width:1000px;
	height:80px;
	background:url(../images/footer.png);
	text-align:center;
}

.footer a, a:active, a:hover, a:visited {
	color:#9c9c9c;
	position:abosolute;
	top: 38px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}


.footer a:hover {
	color: #ec008c;
}

.tv {
	width:87px;
	height:194px;
	z-index:10;
	position:fixed;
	top:300px;
	left:0px;
}


.katalog {
	width:87px;
	height:194px;
	z-index:15;
	position:fixed;
	top:375px;
	left:0px;
}

.powieksz {
	width:93px;
	height:33px;
	z-index:15;
	position:relative;
	top:-488px;
	float:right;
}



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:1000px;
    height:488px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:1000px;
    height:488;
    margin: 0 auto;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


#slider .nivo-controlNav {
	position:absolute;
	bottom:-144px; /* Put the nav below the slider */
	left: 260px;
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}






/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	z-index:9;
	cursor:pointer;
	float:left;
}


.nivo-directionNav a {
	display:block;
	width:50px;
	height:55px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-50px 0;
	right:7px;
}
a.nivo-prevNav {
	left:7px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:-44px;
	background:#6c9617;
	font-size:22px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	text-align:center;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}



