@charset "utf-8";
/* CSS Document */
.textEditor ul.album{
	float:right;
	width:300px;
	padding:0 0 35px 35px;
	list-style:none;}
.textEditor ul.album li{
	float:left;
	width:90px;
	height:90px;
	margin:0 10px 10px 0;
	box-shadow:2px 1px 3px #A0A0A0;}
.textEditor ul.album li a{
	display:block;}
