.flipper
{
	position:relative;
	float:left;
	
	width:110px;
	height:110px;

	margin:12px 0px 0px 12px;
	cursor:pointer;
}

.image_flip
{
	position:absolute;
	
	width:108px;
	height:108px;
	
	left:0;
	top:0;
	
	border:1px solid #ddd;	
	
	background:#efefef;
	
	
}

.image_flip img.hover
{
	background: transparent url(../../images/skin3/thumb_bg.png) no-repeat center center;
	border: none;
}


.image_flip:hover
{
	border:1px solid #999;
}

.image_flip img
{
	position:absolute;
	
	width:91px;
	height:91px;

	top:50%;
	left:50%;

	margin:-48px 0 0 -49px;
	padding:2px;
	
	border:1px solid #ccc;
		
	background:#fff;	
}


.flip_data
{
	display:none;
}


.flip_data_text
{
	display:block;
	float:left;
	text-align:left;

	width:108px;
	height:108px;

	padding:0px;
	margin:0px;
	background:#fff;
	
	overflow:hidden;
}

.flip_data_text a
{
	display:block;
	float:left;
	
	width:100px;
	height:auto;
	
	color:#555;
	margin:2px 5px 2px 5px;
	
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
}

.flip_data_text a:hover
{
	color:#000;
	text-decoration:underline;
}
.tabs_excerpt
{
	display:block;
	float:left;
	
	width:100px;
	height:auto;
	
	color:#777;
	margin:0px 5px 0px 5px;	
	padding:0px;
	
	font-size:0.9em;
	
}

.tabs_excerpt p
{
	margin:0px;
	padding:0px;
}



.abs a
	{
		position:absolute;
		display:none;
		
		top:110px;
		right:-54px;
		
		width:50px;
		height:50px;
		
		background: transparent url(../../images/zooom.png) no-repeat 0% 0%;
		
		z-index:2000;
	}
	
.abs a:hover
	{
		position:absolute;
		display:none;
		
		top:110px;
		right:-54px;
		
		width:50px;
		height:50px;
		
		background: transparent url(../../images/zooom.png) no-repeat 50% 99%;
		
		z-index:2000;
	}	
	
.abs_play a
	{
		position:absolute;
		display:none;
		
		top:115px;
		right:-52px;
		
		width:44px;
		height:44px;
		
		background: transparent url(../../images/plaaay.png) no-repeat 0% 0%;
		
		z-index:2000;
	}	
	
.abs_play a:hover
	{
		position:absolute;
		
		top:115px;
		right:-52px;
		
		width:44px;
		height:44px;
		
		background: transparent url(../../images/plaaay.png) no-repeat 50% 100%;
		
		z-index:2000;
	}	
	

.flip_data_text a.flip_morein
	{
		position:absolute;
		
		bottom:1px;
		left:62px;
		
		width:38px;
		height:15px;
		background: transparent url(../../images/skin3/more.png) 0px 0px no-repeat;
		text-indent:-9000px;
	}	
