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

.textEditor{
	margin-top:0;}

.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;}

.textEditor ul.album li a img{
	max-width:100%;}


@media (max-width: 767px){
.textEditor ul.album{
	float:none;
	margin:20px auto;
	padding:0;}
}