#showimg {
	height: 240px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #999;}


#showimg #showimg_id {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;}
#showimg .img_info {
	height: 0px;
	width: auto;
	z-index: 100;
	margin-top: 0px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	overflow: hidden;}
#showimg .img_info span {
	background-color: #333;
	height: 100%;
	width: 100%;
	display: inline-table;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 14px;
	opacity: 0.7;}
#showimg:hover .img_info {
	margin-top: -40px;
	height: 40px;}
#showimg .controler {
	height: 0px;
	width: 120px;
	z-index: 22;
	overflow: hidden;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;}
#showimg:hover .controler {
	height: 25px;
	margin-bottom: -25px;}

#showimg .controler #img_stop {
	background-image: url(../images/showimg/clickcontinue.png);}
#showimg .controler #img_right {
	background-image: url(../images/showimg/clickright.png);}
#showimg .controler #img_left {
	background-image: url(../images/showimg/clickleft.png);}
#showimg .controler img {
	height: 25px;
	width: 24px;
	float: left;
	opacity: 0.80;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
#showimg:hover .controler img {
	background-color: #333;
	height: 25px;}

#showimg .controler img:hover  {
	background-color: #666;}

#showimg .controler #img_right:hover  {
	background-image: url(../images/showimg/clickright2.png);}
#showimg .controler #img_left:hover  {
	background-image: url(../images/showimg/clickleft2.png);}

