#main_news h3 A { color:#fff; text-decoration:none; }
#main_news h3 A:hover { color:#fff; text-decoration:underline; }


#main_news {
				border-top: 1px solid #4E8AB0;
				background: #4E8AB0 url(../img/news_bg.gif) repeat-x;
				/*width:654px;*/
				/*width:580px;*/
				width:436px;
				float: left;
				height: 90px;
				position: relative;
				color: #324924;
			}
			
				#main_news img {
					border: 0;
				}
			
				#main_news h3 {
					text-transform: uppercase;
					color: #52615f;
					font-size: 10px;
					margin: 0;
					padding: 0;
					display: inline;
					padding-right: 12px;
					background: url(../images/news_carat.gif) center right no-repeat;
					position: absolute;
					top: 28px;
					left: 11px;
					
				}
				
					#main_news img.news_left {
						position: absolute;
						left: 19px;
						top: 47px;
						cursor: pointer;
					}
					
					#main_news img.news_pause {
						position: absolute;
						left: 38px;
						top: 45px;
						cursor: pointer;
					}
					
					#main_news img.news_right {
						position: absolute;
						left: 71px;
						top: 47px;
						cursor: pointer;
					}
				
				#main_news_wrap {
					/*width: 447px;*/
					/*width:347px;*/
					/*width:549px;*/
					/*width:476px;*/
					width: 338px;
					height: 84px;
					background: #fff;  /*background  verebilirsin saš taraf*/
					position: absolute;
					bottom: 0;
					right: 0; 
					overflow: hidden;
						/*margin-bottom:1px; 
						margin-right:3px;*/
				}
				
				#main_news_wrap2 {
					width: 5000px;
					
					position: relative;
				}
				
				#main_news_wrap3 {
					position: absolute;
					top: 0;
					left: 0;
					/*width: 317px;*/
					width:217px;
				}
				
				.main_news_story {
					float: left;
					/*width: 447px;*/
					/*width:347px;*/
					/*width:549px;*/
					width:338px;
					position: absolute;
				}
				
					.main_news_story img {
						float: left;
						margin-right: 15px;
					}
					
					.main_news_story h4 {
						font-size: 11px;
						font-weight: normal;
						margin: 3px 5px 0 0;       
					}
					
						.main_news_story h4 a {
							color: #324924;
							text-decoration: none; 
						}
					
					.main_news_story p {
						font-size: 10px;
						font-weight: bold;
						margin: 8px 0 0 0;    
					}
					
						.main_news_story p a {
							color: #324924;
							text-decoration: none;
						}
						
						.main_news_story p a:hover {
							border-bottom: 1px dotted #324924;
						}
						