.imgbox{
	
	width : 270px;

	float : right;
	padding : 10px;
  background : #CCEEFF;
  color : #000033;
  border : 1px solid #144250;
}

.imgbox p{
	margin : 0px;
	text-align : center;
	font-size : .8em;
}

.imgbox span{
	display : none ;
}

#pfront, #pback{
	width : 124px;
	height : 176px;
	
}

#pfront {
	
	background-image : url(http://www.solentkiteflyers.co.uk/images/posters/2009_small.jpg);
	bacground-repeat : no-repeat;
	
	float : left;
}
#pback {
	
	background-image : url(http://www.solentkiteflyers.co.uk/images/posters/2009_small_back.jpg);
	bacground-repeat : no-repeat;
	
	float : right;

}