.mod_talk_list {
	padding-left: 5px;
}
.mod_talk_list_item {
	padding: 0px 0 15px 0px;
}
.mod_talk_list_item a {
	color: #333;
}
.mod_talk_list_item .face {
	float: left;
	margin-left: -45px;
	border-radius: 50%;
}
.mod_talk_list_item .reply {
	float: right;
}
.mod_talk_list_item p {
	margin: 3px;
}
.mod_talk_list_item .date {
	color: #aaa;
	padding-left: 5px;
	display: none;
}
.mod_talk_list_item .name a {
	font-weight: bold;
	color: #333;
}
.mod_talk_list_item .name a:hover {
	color: #ff6600;
}
.face img { 
	border-radius: 50%;
}

/* pagination of comments */
.page_navigate {
	text-align: center;
	font-size: 15px;
}
.page_navigate a {
	color: #666;
	font-size: 13px;
}
.page_navigate a:hover {
	color: #333;
}
.page_navigate .page_num {
	background-color: #666;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 3px;
	margin: 0px 20px;
	color: #eee;
}


.js_left_click, .js_right_click {
	display: none;
}
.details {
	height: 70px;
	position: absolute;
	bottom: 0px; 
	left: 0px;
	text-shadow: 0px 0px 1px #000;
	transition: 0.5s opacity;
	color: #fff;
	overflow: hidden;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	/*margin-bottom: -70px;*/
	cursor: pointer;
}
.details .inside {
	position: relative;
	height: 100%;
	-webkit-transition: 0.3s bottom;
	transition: 0.3s bottom;
}
.details .inside a {
	color: #fff;
}
.details .inside .location {
	position: absolute;
	top: 20px; 
	left: 10px;
	font-size: 18px;
}
.details .inside .who {
	position: absolute;
	bottom: 10px; left: 12px;
}

.photo_popup_wrapper { 
	position: absolute;
	left: 0;
	top: 0;
	overflow-y: scroll;
	background-color: #000;
	min-height: 100%;
	z-index: 400;
	height: 100%;
	width: 100%;
}
.photo_popup_wrapper.enlarged {
	background-color: #000;
}
.photo_popup_wrapper a {
	color: #eee;
}
.photo_popup_wrapper a:hover {
	color: #fff;
}
.photo_popup_wrapper .info { 
	position:fixed; z-index:2000; bottom:10px; right:10px; width:200px; height:100px; color: #fff;
}
.photo_popup_wrapper .content_wrap {
	margin: 0 auto;
}
.photo_popup_wrapper .photo_content { 
	position:relative; 
	height:646px; 
	min-height: 500px; 
	margin:0 auto; 
	background-color:black;
}
.photo_popup_wrapper .photo_content .left { position:absolute; z-index:1000; left:0; top:60px; width:33%; height:100%; cursor:pointer;}
.photo_popup_wrapper .photo_content .left:hover { background:url(/travel/images/icon_photo_lefthov.png) no-repeat left center;}
.photo_popup_wrapper .photo_content .right { position:absolute; z-index:1000; right:0; top:60px; width:33%; height:100%; cursor:pointer;}
.photo_popup_wrapper .photo_content .right:hover { background:url(/travel/images/icon_photo_righthov.png) no-repeat right center;}
.photo_popup_wrapper .infobox { 
	text-align: left;
	height:60px; margin:0 auto; background:#000; border: none; 
	width: 100%;

}
.photo_popup_wrapper .infobox p {
	margin: 0px;
}

.photo_popup_wrapper .infobox .pagenum { 
	float:left; padding:0 25px 0 20px; color:#fff; font-size:24px; line-height:60px;
}
.photo_popup_wrapper .infobox .pagenum { float:left; padding:0 25px 0 20px; color:#fff; font-size:24px; line-height:60px;}
.photo_popup_wrapper .infobox .text { float:left; padding-top:9px; line-height:22px; color:#636363; height:44px; overflow:hidden;}
.photo_popup_wrapper .infobox .text .cell { vertical-align:middle; height:44px;}
.photo_popup_wrapper .infobox .text .cell p { width:600px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.photo_popup_wrapper .infobox .text a { color:#fff;}

.icons {  padding:20px 26px 0 20px; margin-bottom: 30px;}
.icons a { float:left; width:25px; height:22px; background:url(/travel/images/photo_dialog_icon2.png) no-repeat;}
.icons .like { background-position:0 -1px;}
.icons .like:hover { background-position:0 -54px;}
.icons .like.on { background-position:0 -103px;}
.icons .like.on:hover { background-position:0 -103px;}

.icons .bookmark { background-position:-69px -1px; margin-left: 30px;}
.icons .bookmark:hover { background-position:-69px -54px; margin-left: 30px;}
.icons .bookmark.on { background-position:-69px -102px; margin-left: 30px;}
.icons .bookmark.on:hover { background-position:-69px -102px; margin-left: 30px;}

.icons .share { background-position:-140px -1px; margin-left:30px;}
.icons .share:hover { background-position:-140px -54px; margin-left: 30px;}

.icons .comment { background-position:-208px 0px; margin-left:30px;}
.icons .comment:hover { background-position:-208px -53px; margin-left: 30px;}

a.enlarge_icon { display: block; float: right; background:url(/travel/images/photo_dialog_icon.png) no-repeat; background-position:-260px 19px; height: 60px; width: 60px; margin-right: 5px;}
a.enlarge_icon.on { background-position:-260px -33px; height: 60px; width: 60px;}


.icons .close, .icons .close_btn {
	display: block;
	/*
	position: absolute;
	z-index:5000; top:17px; right:12px; 
	*/
	width:90px; height:70px; background:url(/travel/images/dialog_close2.png) no-repeat; cursor:pointer;
	background-position:10px 0px;
	zoom: 80%;

}
.icons .close:hover, .icons .close_btn:hover { background-position:10px -112px;}

.photo_popup_wrapper .photo_content .piclist { 
/*
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
*/
	user-select: none;
	height:576px; 
	min-height: 300px; min-width: 620px;
	margin-bottom: 0px; vertical-align:middle; text-align:center;
	margin-right: 330px;
	background-color: #000;
}
.photo_popup_wrapper .photo_content .piclist img { 
	max-height:100%; max-width:96%;
}
.photo_popup_wrapper .js_left_click, .photo_popup_wrapper .js_right_click {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.counter {
	display: inline-block;
	margin-right: 15px;
}

#photo_info {
	font-size: 15px; color: #aaa; display: inline-block; line-height: 60px;
}
#photo_info span {
	color: #ccc;
}
#photo_title {
	padding: 10px 0px 0px 0px;
	font-size: 15px;
	color: #ddd;
}

#image_cache {
	display: none;
	width: 0px;
	height: 0px;
}
#photo_count {
	display: none;
	width: 0px;
	height: 0px;
}
.popup_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 330px;
	background-color: #222;
	height: 100%;
}
.popup_right.white {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 330px;
	background-color: #f6f6f6;
	height: 100%;
	color: #666;
}
.popup_right #form_text_prefix {
	font-size: 15px;
	color: #666;
	position: absolute; top: 10px; left: 10px;	
}
.popup_right.white #form_text_prefix {
	font-size: 15px;
	color: #666;
	position: absolute; top: 10px; left: 10px;	
}
.popup_right #js_commentbox {
	font-size: 15px;
	width: 280px; border-radius: 3px; border: solid 1px #333; padding: 8px 8px; 
	background-color: #444; font-size: 15px; color: #eee; height: 18px; line-height: 15px;
}
.popup_right.white #js_commentbox {
	font-size: 15px;
	width: 280px; border-radius: 3px; border: solid 1px #ddd; padding: 8px 8px; 
	background-color: #fff; font-size: 15px; color: #666; height: 18px; line-height: 15px;
}
.popup_right .stats_div {
	color: #aaa;
}
.popup_right.white .stats_div {
	color: #555;
}
.popup_right.white .mod_talk_list_item p {
	color: #555;
}


.img_div {
	padding: 0px 0.1px;
	vertical-align: middle;
	overflow:hidden;
}
body.noscroll {
	overflow-y: hidden;
}
body.scroll {
	overflow-y: visible;
}
.shortcuts {
	position: absolute;
	bottom: 15px; left: 0px;
	width: 100%;
	text-align: center;
	color: #999;
}
.shortcuts span {
	display: inline-block;
	padding: 0px 10px;
}
.popup_wrap_fixed {
	position: fixed;
	width: 100%;
}

