.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	width:349px;
	height: 121px;
	margin: 0px 0px 0px 0px;
	float: left;
}
	#screen .next, #screen .prev{

	}
	#screen .prev{

	}
	#screen .next{

	}
	
	#screen ul {
		list-style: none;
	}
	
	#screen .navigation {
		position: absolute;
		bottom:0;
		right:0;
		width: 30px;
/*		background-color: red; */
		text-align: left; 
		margin: 0px 25px 0px 25px;
	}
	
#sections{
	overflow:hidden;
	width: 390px;
	padding: 0px 25px 0px 50px;
	color: #B5B8C9;
}
	
	
	#sections ul{
		width: 3000px;
	}
	
		#sections li{
			float:left;
			padding: 0px 0px 0px 50px;
			margin: 0px 0px 0px 0px;
		}
			#sections p {
				width: 390px;
				margin: 0px 0px 0px 0px;
				line-height: 120% ;
				height: 41px;
				overflow: hidden;
				color: #FFFFFF;
				
			}
			
			#sections h2 {
				font-family: Tahoma;
				color: #4F6A7F;
				font-size: 11pt;
				font-weight: bold;
			}
			
			#sections a{
				color: #C8CBD5;
			}
			
			#sections .newsBottomMore{
				margin: 0px 0px 0px 0px;
				width: 340px;
				height: 18px;
				text-align: right;
				
			}
			#sections .newsBottomMore p{
				margin: 5px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				height: 18px;
			}
			
			#sections .newsBottomMore a {
				color: #FFFFFF;
			}
			
			
/* SLIDOWANIE REJESTRACJI */
			
#screensTour{
	position:relative;
	width: 496px;
	margin: 0px 0px 0px 0px;
	float: left;
/*	background-color: yellow;*/
}
	#screensTour .next, #screensTour .prev{

	}
	#screensTour .prev{

	}
	#screensTour .next{

	}
	
	#screensTour ul {
		list-style: none;
	}
	
	#screensTour .navigation {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 40px;
		height: 17px;
		background-color: red; 
		border: 1px solid gray;
		text-align: right; 
	}
	
#sectionsTour{
	overflow:hidden;
	width: 500px;
/*	background-color: #404040;*/
}
	
	
	#sectionsTour ul{
		width: 3000px;
		margin: 0px;
	}
	
		#sectionsTour li{
			float:left;
			margin: 0px 0px 0px 0px;
			padding: 0px 25px 0px 25px;
		}
			#sectionsTour p {
				width: 500px;
				margin: 0px 0px 0px 20px;
				padding: 0px;
			}
			
			#sectionsTour h2 {
				font-size: 14px;
				margin: 6px 0px 0px 0px;
			}
			
			#sectionsTour a{

			}
