.ftt
{
	font-size:1.5em;
	margin:0px 3px 0px 0px;
}

.ftt a
{
	color:#fff;
	text-decoration:none;
}


#ftHolder_big
	{
		position:relative;
		float:left;
		display:none;
		
		width:942px;
		height:295px;
		
		text-align: center;

	
		margin:0px 0px 0px 2px;
		padding:0px 0px 0px 0px;
		

		background:#dbdbdb;
	}
#ft_big
	{
		position:relative;
		float:left;
		display:block;

		width:942px;
		height:295px;

		padding:0px;
		margin:0px;	
		overflow:hidden;
	}



#ft_big .ft-title 
	{
		padding: 10px 10px;
		width: 922px;
		text-align: left;
		
		font-size:1.35em;
	}



	
	
#ft_big .ft-prev
	{
		width:48px;
		height:48px;

		text-indent:-9000px;

		background: transparent url("../../images/skin3/left.png") 0px 0px no-repeat;

		margin:-20px 0px 0px 5px;
	}

#ft_big .ft-next
	{
		width:48px;
		height:48px;

		text-indent:-9000px;

		margin:-20px 5px 0px 0px;

		background: transparent url("../../images/skin3/right.png") 0px 0px no-repeat;
	}
	
#ft-buttons-ft_big
	{
		position:absolute;
		
		bottom:10px;
		right:6px;
		
		z-index:5000;
		
		text-indent:-9000px;
		
	}
	
.ft-button-ft_big	
	{
		position:relative;
		display:inline;
		float:right;
		
		width:10px;
		height:10px;
		
		margin:0px 5px 0px 5px;
		padding:4px 6px 6px 3px;
		
		text-decoration:none;
	
		background: transparent url("../../images/skin1/fancy_but.png") 0px 0px no-repeat;
		color:#555;
		
		font-size:13px;	
	}
	
	
.ft-button-ft_big-active
	{
		background:#fff;
		border:1px solid #ccc;	
		color:#000;

		margin:-1px 5px 0px 5px;
		padding:4px 6px 6px 3px;
	}
