/**
* Author: Cico Zeljko
* @package www.artcreative.me AC FaceSlide LikeBox
* @copyright Copyright (C) www.artcreative.me. All rights reserved.
* @license http://www.gnu.org, see LICENSE.php
* Version 1.5.0.0
*/
.ac_likebox {
	float:right;
	width:247px;
	height:420px; 
	background: url(../images/acslide_lite.png) no-repeat !important;
	display:block;
	right:-205px;
	padding:0;
	position:fixed;
	top: 170px;
	z-index:1002;
    cursor: pointer;
}


