.pl_V 
{
	position:relative;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	margin-right:5px;
	width:75px;
	z-index:10;	
}

.pl_V li
{
	display:inline;
	width:75px;
	height:75px;
	float:left;
	margin:2px;
	z-index:11;
}



.pl_V li a
{
	display:block;	
}

.pl_V li a div.img_border
{
	display:block;
	border:1px solid #bdb;
	padding:0;
	background-color:#fff;
	cursor:pointer;

}


.pl_V li a img.item
{
	display:block;
	border:2px solid #fff;
	width:70px;
	height:70px;
	z-index:1;
}

.pl_V li a:hover
{
	position:relative;
	z-index:1;

}

.pl_V li a:hover div.img_border
{
	position:absolute;
	left:-10px;
	top:-11px;
	width:100px;
	height:100px;
	border:1px solid #aca;
	text-align:center;
	z-index:1;
}

.pl_V li a:hover img.item
{
	position:relative;
	width:90px;
	height:90px;
	border:5px solid #fff;
	text-align:center;
	z-index:1;
}

.pl_V li a:active,.pl_V li a:focus
{
	outline:0px;
}


.pl_V li.empty
{
	width:70px;
	height:70px;
	float:left;
	margin:2px;
	border:1px solid #ddd;
	background:#fff url(/images/photo_blank2.gif) 50% 50% no-repeat;
}

.pl_V li.empty a
{
	color:#ddd;
	text-align:center;
	vertical-align:middle;
	padding:0;
	cursor:default;
}

.pl_V li a span
{
	display:none;
}

.pl_V li a:hover span.pl_desc
{
	display:block; 
	position:absolute; 
	left:95px; 
	top:10px;
	width:250px;
	height:100px;	
	background-color:#fff; 
	color:#000; 
	border:1px solid #aca;
	z-index:2;
}


.pl_V li a:hover span.pl_desc div.head
{
	height:16px;
	padding:0;
	margin:0;
}

.tpl_0
{
	background:#fff url(/images/tpl_0.gif) top left no-repeat;
}

.tpl_1
{
	background:#fff url(/images/tpl_1.gif) top left no-repeat;
}

.tpl_2
{
	background:#fff url(/images/tpl_2.gif) top left no-repeat;
}

.tpl_3
{
	background:#fff url(/images/tpl_3.gif) top left no-repeat;
}

.tpl_4
{
	background:#fff url(/images/tpl_4.gif) top left no-repeat;
}

.tpl_5
{
	background:#fff url(/images/tpl_5.gif) top left no-repeat;
}

.tpl_6
{
	background:#fff url(/images/tpl_6.gif) top left no-repeat;
}

.tpl_7
{
	background:#fff url(/images/tpl_7.gif) top left no-repeat;
}

.tpl_8
{
	background:#fff url(/images/tpl_8.gif) top left no-repeat;
}

.tpl_9
{
	background:#fff url(/images/tpl_9.gif) top left no-repeat;
}


/*
.pl_V li a:hover span.pl_desc p
{
	overflow:hidden;
	width:180px;
}*/

.pl_V li a:hover span.pl_desc em,.pl_V li.empty a:hover span.pl_desc em
{
	position:absolute; 
	left:-20px; 
	top:20px; 
	width:20px; 
	height:15px; 
	background:url(/images/tt_left.gif) 0 0; 
	display:block; 
	font-size:1px;
	border:0;
	z-index:200;
}

.pl_V li.empty a:hover span.pl_desc
{
	display:block;
	position:absolute;
	left:70px;
	top:20px;
	width:200px;
	height:90px;
	border:1px solid #aca;
	background-color:#fff;
	text-align:center;
	padding:0;
	vertical-align:middle;
}

.pl_V li a span.pl_desc p
{
	margin:5px;
	padding-top:0;
	font-weight:normal;
	cursor:pointer;
}

.pl_V li.empty a span.pl_desc p
{
	margin:5px;
	padding-top:0;
	font-weight:normal;
}


