a{color:#666;}
a:hover{color:#4D6DA6;}
.pgerInput{
	padding:10px;
	border:1px solid #AFAFAF;
	color:#616161;
	}
	
.pgerSelect{
	padding:8px;
	border:1px solid #AFAFAF;
	color:#616161;
	}	
	
.pgerButton{
	cursor:pointer;
	font-size:16px;
	width:112px;
	height:42px;
	border:0;
	background:transparent ;
	}
		
	
.pgerButton:hover{
	cursor:pointer;
	font-size:16px;
	width:112px;
	height:42px;
	border:0;
	background:transparent url(/pger/images/button_hover.png) no-repeat;
	}
	
.pgerButton2{
	cursor:pointer;
	font-size:16px;
	width:112px;
	height:42px;
	border:1px solid #809668;
	border-radius: 3px;
	background:#F3F3F3 ;
	margin-right:10px;
	}			
	
.pgerButton2:hover{
	cursor:pointer;
	font-size:16px;
	width:112px;
	height:42px;
	border:1px solid #809668;
	border-radius: 3px;
	background:#B2E273;
	margin-right:10px;
	}	
	
.pgerPhotoList{
	margin:10px 0 10px 0;
	overflow:hidden;
	}

.pgerPhoto{
	position:relative;
	width:296px;
	height:296px;
	float:left;
	margin:26px 6px 36px 6px;
	border:1px solid #D0D0D0;
	border-radius: 3px;
	background:#F5F5F5;
	text-align:center;
	
	}	
.pgerPhoto .checkbox{
	position:absolute;
	left:6px;
	top:6px;
	padding:10px;
	}

.setTalkshowCover{
	position:absolute;
	width:296px;
	height:30px;
	top:-20px;
	text-align:left;
	font-size:13px;
	}
.setTalkshowCover a{
	font-size:14px;
	color:#6A6A6A;
	}	
.setTalkshowCover a:hover{
	font-size:14px;
	color:#6A6A6A;
	}			
	
.PgerPhotoDesc{
	position:absolute;
	width:296px;
	height:30px;
	border:1px solid #D0D0D0;
	border-radius: 3px;
	background:#ffffff;
	bottom:-30px;
	}	
	
.PgerPhotoDesc input{
	padding:4px;
	border:1px;
	height:22px;
	width:240px;
	}	
	
.pgerPhotoImg{
	width:100%;
    height:100%;
	
	}		
	
.pgerPhotoImg:before{
	content: ' ';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
	
	}		
.pgerPhotoImg img{
	display: inline-block;
	vertical-align: middle;
	}
		
	
	
	
	
		