.redactor-editor img.colorbox{
	cursor: pointer;
}
.redactor-editor img.switch{
	cursor: pointer;
	width: 10%;
	padding: 5px;
}
.redactor-editor img.switch-main{
	width: 100%;
	padding:0;
}
.redactor-editor img{
	width: 100%;
}
.redactor-editor img.half{
	width: 50%;
}
@media screen and (max-width:767px){
.redactor-editor img.half{
	width: 100%;
}
}
.redactor-editor img.w10{
	width: 10%;
}
.redactor-editor img.w20{
	width: 20%;
}
.redactor-editor img.w30{
	width: 30%;
}
.redactor-editor img.w40{
	width: 40%;
}
.redactor-editor img.w50{
	width: 50%;
}
.redactor-editor img.w60{
	width: 60%;
}
.redactor-editor img.w70{
	width: 70%;
}
.redactor-editor img.w80{
	width: 80%;
}
.redactor-editor img.w90{
	width: 90%;
}
.redactor-editor img.w100{
	width: 100%;
}
.redactor-editor img.tile6{
	width: 16.66666666%;
	padding: 0 5px 10px 5px;
}
.redactor-editor img.tile6:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px){
.redactor-editor img.tile6{
	width: 33.33333333%;
}
}
