﻿.picshow  a.num
{    
	border:solid 1px #ccc;
	background-color:#eee;
	  line-height:20px;
	 cursor:pointer;
	 display:inline-block;
	 width:20px;
	 height:20px;
	 text-align:center;
	 position:relative;
	 font-size:15px;
	 text-decoration:none;
	 color:#3d6f92;
	 font-family:arial,sans-serif;
 }
.picshow  a.num:hover{
	 background-color:#39f;
	 border:solid 1px #e6e6e6;
	 position:relative;
	 color:#eee;
 }
.picshow 
{
	position:relative;
	overflow:auto;
	height:auto;
	
	
} 
.picshow img
{
	display:block;
	border:none;
}
.tableselected{background-color:#B3BAFD}	
.picshow a.numselected{ background-color:#69F;
	 border:#CCC 1px solid;
	 color:#eee;
}


