.photoshow
{
	padding: 1em 0 1.5em;
	position: relative;
	z-index: 10;
	//height: 1px;
}
.photoshow .thumbs
{
	line-height: 0;
	font-size: 0;
	//height: 1px;
}
.photoshow .thumbs a
{
	display: block;
	float: left;
	width: 120px;
	height: 90px;
	position: relative;
	overflow: hidden;
}
.photoshow .thumbs .selected
{
	height: 86px;
	width: 116px;
	//height: 90px;
	//width: 120px;
	border: 2px solid #41b3f6;
}
.photoshow .thumbs img
{
	position: absolute;
	left: 0;
	top: 0;
}
.photoshow .thumbs .selected img
{
	top: -2px;
	left: -2px;
}
.photoshow .thumbs:after
{
	display: block;
	content: '';
	clear: both;
}
.photoshow .framed
{
	top: 0;
	left: 0;
	position: absolute;
	z-index: 100;
	display: none;
	//width: 710px;
}
.photoshow .framed_open
{
	top: 0;
	left: 0;
	display: block;
}
.photoshow .framed .description
{
	display: table;
	padding: 20px;
	width: 200px;
	//width: auto;
}
.photoshow .framed .description .include
{
	margin: 0;
	padding: 0;
	clear: both;
	width: 640px;
}
.photoshow .framed .description .text
{
	color: #6d6b6b;
}
.photoshow .framed .image
{
	margin-bottom: 1.5em;
}
.photoshow .arrs
{
	float: right;
	font-size: 2.5em;
	margin-top: -0.5em;
	position: relative;
	padding: 0 0 1px 0;
}
.photoshow .arrs ins
{
	margin-left: 25px;
	border-bottom: 1px dashed;
	cursor: pointer; cursor: hand;
}
.photoshow .arrs .hover
{
	color: #ff0000;
}
.photoshow .arrs .disabled
{
	color: #cccccc !important;
	border-bottom-width: 0;
	cursor: default;
}
.photoshow .icon-close
{
	position: absolute;
	top: 32px;
	right: 35px;
	background-color: #878787;
	cursor: pointer; cursor: hand;
}
.photoshow .close_hover
{
	background-color: #ff0000;
}

