/*--------------------------------------------------------*/
	.item-image, .item-title, .item-text, .item-more{ position:absolute;}
		.nostyle .item-image, .nostyle .item-title, .nostyle .item-text, .nostyle .item-more{position:relative; display:block;}
		.nostyle .item-title{display:none;}
		
	/*Item Image*/
	.item-image, .item-image img{
		width:128px;
		height:91px;
		top:25px;
		left:1px;
	}
	
	/*Item Title*/
	.item-title{
		width:128px;
		top:125px;
		text-align:center;
		font-size:12px;		
		font-weight:bold;
		top:125px;
		left:1px;
	}
		.item-title a{color:#7e9d9a;}
	
	/*Item Text*/
	.item-text{ display:none; width:460px; top:167px; left:1px;}
		.item-text p, .item-more{font-size:11px; line-height:14px; color:#FFFFFF;}	
	
	/*Item More*/
	.item-more, .item-more a{ display:none; right:20px; bottom:4px; width:100px; color:#28b5ae; text-decoration:none;}
		.item-more a:hover{ text-decoration:underline;}
	
	/*FOCUS*/
		.FOCUS .item-image,	.FOCUS .item-image img{width:176px; height:125px; top:1px; left:144px;}
		.FOCUS .item-title{ width:176px; top:136px; left:144px; font-size:16px;}
			.FOCUS .item-title a{color:#FFF;}
		.FOCUS .item-text, .FOCUS .item-more, .FOCUS .item-more a{display:block;}
	
	/*RIGHT*/
	.RIGHT .item-image,
	.RIGHT .item-title{ left:332px;}
/*--------------------------------------------------------*/