@charset "UTF-8";
/* CSS Document */

#cp_photo_left, #cp_photo_right {
	width:200px;
	height:200px;
	margin:10px;
}

#cp_photo_left {
	float:left;
	margin:10px 20px 10px 0;
}

#cp_photo_right {
	float:right;
	margin:10px 0 10px 20px;
}

#cp_photo_left img, #cp_photo_right img {
	border:5px solid #FFFFFF;
}

#cp_photo_left img:hover, #cp_photo_right img:hover {
	cursor:pointer;
	border-color:#000000;
}

