#big_banner{
	width: 550px;
	height: 365px;
	background-color: white;
	margin: 25px 0 25px 0;
	position: relative;
	overflow: hidden;
}

ul{
	padding: 0;
	margin: 0;
}

	li{
		max-width: 530px;
		font-size: 14px;
		padding: 0px;
		margin: 5px 0 0 20px;
		text-align: justify;
		list-style-image: url('../images/buttonek.png');
	}

div.ukazka{
	width: 97px;
	height: 37px;
	line-height: 37px;
	margin-bottom: 30px;
	margin-top: 10px;
}
	div.ukazka a span:hover{
		background-position: 0 -37px;
	}
		
		
/*RIGHT SIDE!*/
#rightDiv{
	width: 240px;
	position: absolute;
	right: 40px;
	top: 95px;
}
	#rightDiv h2{
		color: grey;
		margin-bottom: 5px;
	}
		#rightDiv p span{
			color: #3584BE;
		}
	#rightDiv h3{
		color: black;
		font-weight: bold;
		margin-top: 10px;
	}

	#small_banner{
		margin-top: 10px;
		margin-bottom: 10px;
		width: 240px;
		height: 180px;
		background-color: white;
		position: relative;
		oveflow: hidden;
		background-image: url('../images/lf/rightSmall.jpg');
	}

