/**********/
/** Image */
img.image_thumb {
	height:200px;
	width:200px;
	margin:5px;
}

.image_big_div {
	background-color:#444;
	overflow:auto;
	display:none;
}
.image_big_div {
	background-color:#444;
	overflow:auto;
	display:none;
}

#image_data_left {
	width:50%;
	float:right;
	color:#fff;
	background-color:#222;
	height:100%;
}

div#image_data_background { 
	display:none; 
	position:fixed; 
	top:0; 
	left:0;
	height:100%; 
	width:100%;
	background-color:#000;
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari, CSS3 */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
div#image_data {
	background-color:#222;
	display:none; 
	position:fixed; 
	top:0; 
	left:0;
	height:80%; 
	width:90%;
	margin:5% 5%;
	min-width:430px;
}
#left_data {
	line-height:100%;
	text-align:center;
}
#close_div {
	text-align:right;
	/*height:38px;*/
	padding:5px 5px 0 0;
	/*position:relative;
	width:100%;*/
	overflow:auto;
	min-width:220px;
}
#close_div_x a {
	color:#666;
	text-decoration:none;
	font-size:36px;
	/*position:absolute;*/
}
#close_div a:hover {
	color:#ddd;
}
#close_div_x {
	float:right;
	width:34px;
	padding:0 4px;
	line-height:34px;
}
#close_div_share {
	float:left;
	padding:4px 4px 4px 12px;
	width:180px;

}
#image_text {
	/*height:100%;*/
	/*background-color:#003;*/
	margin-top:-8px;
	overflow-y:auto;
	/*margin-top:-40px;*/
}

#pic_top_borders {
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	margin:3px;
	overflow:auto;
}
#pic_buttons {
	float:left;
	width:50%;
	padding:5px 0;
}
#add_comment {
	text-align:right;
	padding:8px 0;
	float:right;
	width:50%;
}
#comment_box {
	clear:both;
	text-align:left;
	padding:3px 5px 3px 0;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	margin:3px;
	display:none;

}
/** image */
/**********/

