.content{
	background:#eaeaea;
	padding:20px 30px 100px;
}
	.content>h1{
		font-size:18px;
		font-weight:bold;
	}
	
/*SEKCJA OFERT SPECJALNYCH*/	
	.spec_h1{
		text-shadow: 1px 1px #F7DC93;
	}
	
		.slide_button{
			display:inline-block;
			vertical-align: top;
			width:56px;
			height:58px;	
			margin-top:80px;
			position:absolute;
			z-index:2;
		}
		.slide_button:hover{
			opacity:0.8;
		}
			.l{
				background:url('../img/slider-arrow-left.png');
				background-repeat:no-repeat;
				background-position:center;
				margin-left:-10px;
			}
			.r{
				background:url('../img/slider-arrow-right.png');
				background-repeat:no-repeat;
				background-position:center;
				margin-left:-47px;
			}
		#gall_scroll{
			width:685px;
			height:190px;
			margin:0px auto;
			display:inline-block;
			border:1px solid silver;
			position:relative;			
			z-index:1;
			background:white;
		}
			.special{
				margin:10px auto;
			 }
			.special_single_offer{
				width:150px;
				height:170px;
				display:inline-block;
				margin:10px;
				background:#9D9391;				
			}
			.special_single_offer:hover{
				background:#C0BEBE;
			}
			.title_special, .place_special{
				width:140px;
				height:15px;
				margin:5px;
				color:black;
				text-align:center;
				font-size:10px;
				overflow:hidden;
				
			}
			.title_special{
				font-weight:bold;
			}
			
/*SEKCJA OFERT ZWYKŁYCH*/		
			
		/* trzyma ofertę */	
		article.single_offer{
			width:650px;
			padding: 10px 25px;
			border-top:1px solid silver;
			
		}
		/*tytuł oferty*/
			h2.title{
				font-size:14px;
				font-weight:bold;
				margin:0px;
				padding:5px;
			}
							
				h2.title>a{				
						color:#003655;
				}
			.tags{
				height:20px;
				font-size:12px;
				color:black;
				text-align:right;
			}
			/*  div trzymajacy miniaturki */
			.photo_min{
				padding:5px;
				max-width:100px;
				max-height:100px;
				background:white;
				overflow:hidden;
			}
			.left{
				float:left;
			}
				photo_min>img{
					max-width:100px;
					max-height:100px;
				}
			/* div z opisem oferty*/
			.description,.price{
				max-width:470px;
				font-size:12px;
				font-weight:normal;
				margin-left:120px;
			}
			
			/*szczegóły link do konkretnej oferty*/
			.details{
				clear:both;
				position:relative;
				height:20px;
				text-align:right;
			}
				.details>a{
					font-size:12px;
					color:#003655;
				}


			/* z linkami do numerów stron */
			.pages_num{
				color:black;
			}	
			.pages_num>a{
				color:black;
				min-width:10px;
				margin:5px;
			}
			.pages_num>a:hover{
				color:silver;
			}
			.pages_num>a:visited{
				color:black;
			}
