@charset "UTF-8";
body{ font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 0; padding:0 0; color:#000000; }
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
.style1 {color: #0b96d8}
h1 { font-size:11px; float:left;}
h2 { font-size:11px; float:left;}
#opis{ color:#FFFFFF; } 
#inner {
  width: 1000px;
  height: 540px;
  margin-left: -500px;  /***  width / 2   ***/
  position: absolute;
  top: -270px;          /***  height / 2   ***/
  left: 50%;
}
#outer2 {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner2 {
  width: 1000px;
  height: 540px;
  margin-left: -500px;  /***  width / 2   ***/
  position: absolute;
  top: -270px;          /***  height / 2   ***/
  left: 50%;
}
a{ text-decoration:none; color:#000000;}
/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:335px;
		height:340px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */
