.item {
	width:440px;
	height:320px;	
	border:4px solid #222;	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}
.item img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}
.item .caption {
	width:440px;
	height:320px;
	background:#000;
	color:#fff;
		
	/* fix it at the bottom */
	position:absolute;
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=85);    /* ie  */
	-moz-opacity:0.85;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.85;    /* for really really old safari */  
	opacity: 0.85;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.href{
	text-align: right;
	float: right;
	padding:0 0 0 14px;
	margin:4px 14px 0 0;
	color:#3a9cb4;
}

.item .caption a {
		
	
	color:#3a9cb4;
	font-size:19px;
	
	/* add spacing and make the whole row clickable*/
	padding:0;
}

.item .caption p {
	padding:5px;	
	margin:0;
	font-size:10px;
}


.clear {
	clear:both;	
}

.fotoname {
	padding:0 0 4px 0;
	margin: 2px 0 0 8px;
	color:#3a9cb4;
	font-size:20px;
}
.description{
	float:left;
	margin:8px 0px 0px 8px;
	text-decoration:none;
	color:#fff;
	font-size:35px;
	text-decoration:none;
}

.small{
	margin:0 0 0 10px;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	text-decoration:none;
}

.item .caption .description a{
	margin:0;
	font-size:15px;
	text-decoration: underline;
}

.item .caption .description a:hover{
	text-decoration: none;
}
.item .caption .description span{
	text-decoration: none;
	color:#3a9cb4;
	font-size:17px;
}

.editor{
	margin:8px 0px 0px 8px;
	text-decoration:none;
	font-size:16px;	
}