

div.pic {
	float: left;
}

img.bpic {
	border: 1px solid #5A5;
	margin: 5px;
	
}

div.sshowcont {
	vertical-align: bottom;
	margin: auto;
	text-align: center;
	width: 99%;
}

div.sshow, div.sshow_side {
	float: left;
	text-align: center;
}

div.sshow a, div.sshow_side a {
	text-decoration: none;
}

div.sshow_side {
	margin-top: 100px;
	width: 65px;
}

span.sshow_side_info {
	margin-top: 10px;
	font-size: 10px;
}

table.pictable {
	width: 99%;
}
 
table.pictable td {
	border-bottom: dotted 1px #ccc;
}

div#imagedisplayer {
	position: fixed;
	top: 50px;
	right: 60px;
	margin: auto;
	z-index: 998;
	border: 1px dashed black;
	padding: 10px;
	display: none;
	background: #F5F5F5;
	text-align: center;
	cursor: move;
}

img#imagedisplay {
	height: 400px;
	margin: auto;
	opacity: 1.0;
	cursor: no-drop;
}


