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

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


#ftHolder_small
	{
		position:relative;
		float:left;
		display:none;
		
		width:622px;
		height:280px;
	
		
		text-align: center;

		margin:0px 0px 0px 5px;
		padding:0px 0px 0px 0px;

		background: transparent url('../../images/skin3/cat_cont_cont.png') repeat-y top left;
		
	}
#ft_small
	{
		position:relative;
		float:left;
		display:block;

		height:266px;

		padding:0px;
		margin:12px 0px 0px 12px;

		background:#eee;
		overflow:hidden;
	}



#ft_small .ft-title 
	{
		padding: 10px 10px;
		width: 585px;
		text-align: left;
	}



	
	
#ft_small .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_small .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_small
	{
		position:absolute;
		
		bottom:9px;
		right:14px;
		
		z-index:5000;		
	}
	
.ft-button-ft_small
	{
		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_small-active
	{
		background:#fff;
		border:1px solid #ccc;
		color:#000;	
		margin-top:-1px;
	}
	
#ft_small p 
	{
		float:left;
		display:block;
		
		margin:4px 0px;
		padding:0px;
		
		width:98%;
		font-size:1.3em;
		line-height:1.4em;
		
		
	}	
