#scrolltrigger {
	background: #fff;
	border: 3px solid #ccc;
	display: none;
	position: fixed;
	z-index: 99;
	bottom: -100%;
	right: 10px;
	width: 340px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
#scrolltrigger #closebox{
	color: #fff;
	background: #ccc;
	position: absolute;
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 18px;
	top: 5px;
	right: 5px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	font-family: Arial;
	text-decoration: none;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
#scrolltrigger #closebox:hover {
	color: #ccc;
	background: #fff;
}
#scrolltrigger img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
}
.ackie-title {
	position: absolute;
	width: 90%;
	top: 4px;
	line-height: 14px;
	left: 10px;
	font-family: Arial;
	color: red;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 768px){
	#scrolltrigger {
		display: none !important;
	}
}
