	.announcesPage	{
		padding:0 40px;
	}
	* html .announcesPage div	{
		height:1px;
	}
	.announcesPage .popUpHolder	{
		height:610px;
		position:relative;
		width:100%;
		overflow:hidden;
	}
	.announcesPage .popUpHolder .supporter	{
		position:absolute;
		width:9999px;
		height:625px;
	}
	.announcesPage .popUp	{
		float:left;
		margin-right:15px;
		background:#444A58;
		padding:25px 43px 13px 35px;
		width:756px;
		color:#D6D496;
		font:12px Arial, sans-serif;
		margin:10px 15px 10px 0;
		position:relative;
	}
	.announcesPage .popUp *	{
		margin:0;
		padding:0;
	}
	.announcesPage .popUp ul, .announcesPage .popUp li	{
		list-style:none;
	}
	.announcesPage .popUp a	{
		color:#D6D496;
	}
	.announcesPage .popUp .top	{
		position:absolute;
		background:url(../img/pop-up_block_top.png);
		//background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/pop-up_block_top.png, sizingMethod=crop);
		width:834px;
		height:10px;
		left:0;
		top:-9px;
	}
	.announcesPage .popUp .bott	{
		position:absolute;
		background:url(../img/pop-up_block_bott.png);
		//background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/pop-up_block_bott.png, sizingMethod=crop);
		width:834px;
		height:10px;
		left:0;
		bottom:-9px;
	}
	.announcesPage .popUp h1	{
		color:#D6D496;
		font-size:24px;
		margin-bottom:15px;
		height:60px;
	}
	.announcesPage .popUp h1 span {float:right; font-size:50%}
	.announcesPage .popUp h1 span a {color:white;}
	.announcesPage .popUp .stats	{
		color:white;
		margin-bottom:10px;
		font-weight:bold;
	}
	.announcesPage .popUp .stats i	{
		margin-left:15px;
		font-style:normal;
	}
	.announcesPage .popUp .wayFinder	{
		color:white;
		font-size:24px;
		margin-bottom:15px;
		font-weight:bold;
	}
	.announcesPage .popUp .txt	{
		height:60px;
	}
	.announcesPage .popUp .picPreview	{
		height:96px;
		width:751x;
		position:relative;
		overflow:hidden;
		margin:20px 0 15px 0;
	}
	.announcesPage .popUp .picPreview .holder	{
		position:absolute;
		height:96px;
		width:800px;
		left:0;
		top:0;
	}
	.announcesPage .popUp .picPreview .holder img	{
		float:left;
		margin-right:14px;
	}
	.announcesPage .popUp .contacts	{
		color:white;
		font-weight:normal;
		margin-bottom:10px;
		height: 30px;
	}
	
	.announcesPage .popUp .contacts a	{
	   font:12px Arial, sans-serif;
    }
	
	.announcesPage .popUp .contacts b	{
		color:#D6D496;
		margin-right:10px;
	}
	.announcesPage .popUp .contacts span	{
		margin-right:10px;
		color:white;
	}
	.announcesPage .popUp .sendMessage	{
		color:white;
		font-weight:bold;
		overflow:hidden;
		margin-bottom:25px;
	}
	* html .announcesPage .popUp .sendMessage	{
		overflow:visible;
		margin-bottom:10px;
	}
	.announcesPage .popUp .sendMessage textarea	{
		display:block;
		width:100%;
		height:40px;
		overflow:auto;
		font:12px Arial, sans-serif;
		margin:5px 0 15px 0;
		border:none;
	}
	.announcesPage .popUp .sendMessage .b	{
		float:right;
		cursor:pointer;
	}
	.announcesPage .popUp .subLinks	{
		height:20px;
		font-weight:bold;
	}
	.announcesPage .popUp .subLinks li	{
		float:left;
		width:25%;
		white-space:nowrap;
		text-align:center;
	}
	.announcesPage .popUp .subLinks li.last	{
		float:right;
		text-align:right;
	}
	.announcesPage .popUp .subLinks li.first	{
		text-align:left;
	}
	.announcesPage .scrollBar	{
		margin-top:10px;
		position:relative;
		padding:0 140px;
		height:127px;
		margin-bottom:-80px;
	}
	.announcesPage .larr, .announcesPage .rarr, .announcesPage .pointer	{
		position:absolute;
		top:0;
		background:url(../img/scroller_button.gif);
		width:127px;
		height:40px;
		text-align:center;
		color:#7A7A7A;
		font-size:18px;
		line-height:36px;
		text-decoration:none;
		text-align:center;
		display:block;
	}
	.announcesPage .larr	{
		left:0;
	}
	.announcesPage .rarr	{
		right:0;
	}
	.announcesPage .scroller	{
		position:relative;
		background:url(../img/scroller_bar.gif) 0 0 no-repeat;
		padding-left:7px;
	}
	.announcesPage .scroller .supporter	{
		background:url(../img/scroller_bar.gif) 100% 0 no-repeat;
		height:40px;
	}
	.announcesPage .scroller .pointer	{
		position:absolute;
		top:0;
		cursor: e-resize;
	}