a img{border:none;}
 
#gallery2{
	width:500px;
	height:300px;
	overflow:hidden;
	position:relative;
	z-index:1;
	
}
#tabs2{
	list-style:none;
	padding:0;
	margin:0;
	width:100px;
	height:300px;
	float:left;
}
#tabs2 li{
	padding:0;
	margin:0;
	float:left;
}
#tabs2 li a img{
	display:block;
	width:95px;
	height:71px;
}
#tabs2 li a{
	display:block;
	border:3px solid #fff;
	width:95px;
	height:71px;
}
#fullPicBlock{
	width:400px;
	height:300px;
	overflow:hidden;
	float:left;
	background:#242424;
}

