﻿  
#imgshow_container {
	width: 540px;
	margin: 0 0 0 0;
	border: none;
	overflow: hidden;
	cursor: pointer;
	background-color:#efefef;
}
      
#imgshow_pic_container {
	width:100%;
	height:400px;
	margin:0 auto;
	overflow: auto;
	text-align:center;
	margin-top: 10px;
	padding-top:10px;
}


      
#imgshow_show_img {
	margin:0 auto;
	border:none;
	float:left;

	margin-left:20px;
}
        
#imgshow_toolbar {
	width:100%;
	overflow: hidden;
	text-align:center;  
	margin-top:-115px;
	margin-bottom: 0;
}

#imgshow_thumb_container {
	width:100%;
	overflow: hidden;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 0;
	background-color:transparent;
}
      
#imgshow_pic_thumb{
	overflow:hidden;
	height:1px;
	width:100%;
	display:none;
	clear:both;
	margin-top:0; 
	padding-top:0;
	background-image: url(../images/imgshow_pic_thumb_bg.png);
	float: left;
	z-index: 10;
}

#imgshow_pic_thumb_content{
	padding-right:5px;
	padding-top:10px;
	width: 30000px;
	display:inline;
	height:80px;
	clear:both;
	float:left;
	overflow:visible;
}

#imgshow_pic_thumb img{
	margin-left:5px;
	float: left;
}

#imgshow_pic_thumb img.imgshow_firstimg{
	margin-left:10px;
	float: left;
}

#imgshow_action_bar {
	width:100%;
	overflow: visible;
	text-align:center;
	background-color:#ffffff;
	margin-top: 0;
	margin-bottom: 0;
	padding-left:5px;
	/* background-image: url("images/bg2.jpg");
	background-repeat:repeat-x; */
}

#imgshow_action_bar div{
	height:24px;
	float:left;
	padding-top:4px;
	padding-right:7px;
	margin-left:2px;	
	text-align:center;
	/* background-image: url("images/bg2.jpg");
	background-repeat:repeat-x; */

}

     
a.imgshow_action:link, a.imgshow_action:visited {
	text-decoration:none;
	font-family: Arial;
	font-weight:normal;
	font-size:11px;
	color:#666666;
	margin-left:8px;
}

a.imgshow_action:hover, a.imgshow_action:actived {
	text-decoration:underline;
	font-family: Arial;
	font-weight:normal;
	font-size:11px;
	color:#C1272D;
	margin-left:8px;
}


a.imgshow_showthumb:link, a.imgshow_showthumb:visited {
	text-decoration:none;
	font-family: Arial;
	font-weight:normal;
	font-size:11px;
	color:#ffffff;
	margin-left:8px;
}
a.imgshow_showthumb:hover {
	text-decoration:underline;
	font-family: Arial;
	font-weight:normal;
	font-size:11px;
	color:#C1272D;
	margin-left:8px;
}

#imgshow_text{
	  width:100%;
	  /* height:20px; */
	  overflow: hidden;
	  text-align:center;
	  background-color:#ffffff;
	  font-family:Arial;
	  font-weight:normal;
	  font-size:11px;
	  color:#333333;
	  margin-top: 0;
	  margin-bottom: 0;
	  padding:5px auto;
}
	
#imgshow_showthumb_button {
	width:100px;
	padding: 5px auto;
	float:left;
	clear:both;
	background-image: url(../images/imgshow_showthumb_button_bg.png);
	background-repeat: none;
	background-position: center top;
	text-align:center;
	overflow:auto;
}