
#news-main {
    position: relative;
    color: #ffffff;

    margin-bottom: 30px;
}
	#news-main img {
	    display: block;
	    padding: 5px;
	
	    background: transparent url("img/news-main-background.png") repeat-x;
	}

	#news-main .overlay {
	    background: url("img/slider_overlay.png") repeat scroll 0 0 transparent;
	
	    margin-left: 5px;
	    padding: 10px 20px;
	    position: absolute;
	    bottom: 20px;
	    width: 650px;
	
	    height: 60px;
	    overflow: hidden;
	}

		#news-main .overlay .title {
		    font-size: 30px;
		    font-weight: bold;
		
		    line-height: 100%;
		    margin: 0;
		}
			#news-main .overlay .title a {
			    color: #ffffff;
			    text-decoration: none;
			}
	#news-main .autor-zdjecia {
		text-align: right;
		width: 300px;
		position: absolute;
		right: 10px;
		bottom: 5px;
		color: #ffffff;
		text-shadow: 1px 1px #000000;
	}
	#news-main .overlay .text {
	    font-size: 12px;
	    font-weight: normal;
	
	}

#newses {
}

	#newses a {
	    text-decoration: none;
	    outline: none;
	}

	#newses ul.categories {
		float: right;
		margin: -29px 0px 0px 0px;
		list-style: none;
		padding: 0;
	}
		#newses ul.categories li {
			float: left;
		}
			#newses ul.categories li a {
				float: left;
				background: #666666 url(img/submenu_button_bg.png) repeat-x;
				border-radius: 5px 5px 5px 5px;
				padding: 0px 5px;
				color: #000000;
				font-family: KlavikaBasicMedium, Arial, sans-serif;
				font-size: 13px;
				margin-right: 7px;
				text-decoration: none;
				line-height: 17px;
				box-shadow:0 1px 0px #FFFFFF;
				text-transform: uppercase;
			}
			#newses ul.categories li a.current {
				background: #00123F;
				color: #ffffff;
				font-family: KlavikaBasicMedium, Arial, sans-serif;
			}
			
	#newses .promotedBox {
	    float: left;
	    display: block;
	    width: 220px;
	}

		#newses .promoted .icon {
		    padding-top: 10px;
		    margin-bottom: -25px;
		
		    padding-bottom: 37px;
		    background: url("img/img_cien.png") no-repeat bottom;
		}
		#newses .icon img {
		    display: block;
		}
		#newses .promoted .title a {
		    font-size: 17px;
		    font-weight: bold;
		    color: #2a5980;
		}
		#newses .promoted .date {
		    font-size: 12px;
		    color: #4d4d4d;
		}

	#newses .newsBox {
	    float: left;
	
	    margin-left: 20px;
	    width: 460px;
	}
	#newses .news {
	    font-size: 14px;
	
	    padding-top: 5px;
	    padding-bottom: 5px;
	    background: url("img/news_dots.gif") repeat-x scroll left bottom transparent;
	}
	#newses .news .title {
	    color: black;
	}
	#newses .news .date {
	    font-style: italic;
	    color: #666666;
	}
	#newses  .more {
		text-align: right;
		text-transform: uppercase;
	}
	




#news-full {
    position: relative;
    padding-bottom: 20px;
}
	#news-full h2 {
	    font-size: 24px;
	    font-weight: bold;
	    color: #000000;
	    padding-top: 10px;
	    padding-bottom: 20px;
	    line-height: 100%;
	}
	#news-full .header {
	    font-size: 12px;
	    color: #666666;
	    padding-bottom: 20px;
	}
	#news-full .text {
	    font-size: 14px;
	    font-weight: normal;
	    color: #000000;
	    text-align: justify;
	}
	#news-full .news-author {
		margin-top: 50px;
		margin-bottom: 40px;
	    font-size: 14px;
	    font-weight: normal;
	    color: #000000;
	}
	#news-full .fb-like {
	    position: absolute;
	    top: 10px;
	    right: 0px;
	}
    #news-full .author {
        font-size: 14px;
        font-weight: normal;
        color: #000000;
    }

#news-full .gallery-title {
	}
		#news-full .gallery-title .author {
			float: right;
		}
	#news-full .gallery {
		clear: both;
		background: #333333;
		border-top: 10px solid #000000;
		border-bottom: 10px solid #000000;
		height: 94px;
		padding: 10px 0px 10px 57px;
		position: relative;
		overflow: hidden;
	}		
		#news-full .gallery .coda-nav-left a,
		#news-full .gallery .coda-nav-right a {
			display: block;
			position: absolute;
			top: 25px;
			left: 5px;
			text-indent: -100em;
			overflow: hidden;
			width: 30px;
			height: 60px;
			background: url("img/galery_slider_left.png") no-repeat;
		}
		#news-full .gallery .coda-nav-right a {
			left: auto;
			right: 5px;
			background: url("img/galery_slider_right.png") no-repeat;
		}
		#news-full .gallery ul { 
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
			#news-full .gallery ul a {
				margin-right: 25px;
			}
			#news-full .gallery ul img {
				border: 2px solid #ffffff;
				margin-bottom: 20px; 
			}
			#news-full .coda-slider {
				overflow: hidden;
			}
			#news-full .coda-slider {
				width: 606px;
			}
				#news-full .coda-slider .panel {
					width: 606px;
					float: left;
				}

#stars-news {
	position: relative;
	float: right;
	margin: 47px 0px -30px 0px;
	z-index: 4;
}
	#stars-news .gwiazdki {
		background: url("img/ocena.gif") repeat-x scroll 0 0 transparent;
		cursor: pointer;
		display: block;
		height: 16px;
		overflow: hidden;
		width: 85px;
		float: right;
		margin-left: 10px;
	}
	#stars-news .gwiazdki .aktywne {
		background: url("img/ocena_aktywna.gif") repeat-x scroll 0 0 transparent;
	}

