img {border:none;}
	
#items a {
	text-decoration:none;
	color:#000000;	
}
		
#items {
	width:462px;
	/*margin:0 auto;*/
/*	margin:0 60px;*/
margin-left: 130px;
}

#items .item {
	display:block;
	width:150px;
	height:150px;
	border:2px solid #3399cc;	
	float:left;
	position:relative;
	/*margin: 10px;*/
}

#items .item .caption {	
	font-family:arial;
	position:absolute;
	/*top:70px;*/
bottom:0px;
	left: 0px;
	/*padding:3px;*/
	font-size:10px;
	width:150px;
	/*(height: 40px;*/
	/*display:none;*/
	background:#FFFFFF;
	text-align: center;
	opacity: 0.9;
}

#items .item .caption h3 {	
font-weight: bold;
}
				
.clear {
	clear:both;	
}
	
.effect {
	/* CSS3 shadow */
	box-shadow: 0 0 10px #3399CC;	
	-moz-box-shadow: 0 0 10px #3399CC;	
	-webkit-box-shadow: 0 0 10px #3399CC;	
}

.effectWhite {
	box-shadow: 0 0 10px #FFFFFF;	
	-moz-box-shadow: 0 0 10px #FFFFFF;	
	-webkit-box-shadow: 0 0 10px #FFFFFF;
}
