/* 1. LEFT DO NOTHING MORE*/
.wcs_fixed_left{
}
/* 1. POPUP LEFT DO NOTHING MORE*/
.wcs_fixed_left{
}

	.wcs_fixed_left .wcs_popup .wcs_popup_avatar {
	    overflow: hidden;
	    position: absolute;
	    left: 114px;
	    bottom: 104px;
	}

	.wcs_fixed_left .wcs_popup .wcs_popup_avatar img{
	    width: 60px;
	    height: 60px;
	}

	.wcs_fixed_left .wcs_button_label{
		float: right;
    	margin-top: 7px;
	}


/* 2. BUTTON LEFT MIDDLE */
.wcs_fixed_middle_left{
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 20px;

    /*background: yellow;*/
}
/* 2. POPUP LEFT MIDDLE */
.wcs_fixed_middle_left .wcs_popup {
    left: 0;
}
	.wcs_fixed_middle_left .wcs_popup .wcs_popup_avatar {
	    overflow: hidden;
	    position: absolute;
	    left: 114px;
	    bottom: 104px;
	}

	.wcs_fixed_middle_left .wcs_popup .wcs_popup_avatar img{
	    width: 60px;
	    height: 60px;
	}

	.wcs_fixed_middle_left .wcs_button_label{
		float: right;
    	margin-top: 7px;
	}


/* 3. BUTTON LEFT TOP */
.wcs_fixed_top_left{
    z-index: 999;
    position: fixed;
    top: 20px;
    left: 20px;

    /*background: yellow;*/
}
/* 3. POPUP LEFT TOP */
.wcs_fixed_top_left .wcs_popup {
    left: 0;
    top: 52px;
    margin-top: 20px;
}

	.wcs_fixed_top_left .wcs_popup .wcs_popup_avatar {
	    overflow: hidden;
	    position: absolute;
	    left: 114px;
	    bottom: -76px;
	}

	.wcs_fixed_top_left .wcs_popup .wcs_popup_avatar img{
	    width: 60px;
	    height: 60px;
	}

	.wcs_fixed_top_left .wcs_button_label{
		float: right;
    	margin-top: 7px;
	}


/* 4. RIGHT DO NOTHING MORE*/
.wcs_fixed_right{
}
	.wcs_fixed_right .wcs_popup .wcs_popup_avatar {
	    overflow: hidden;
	    position: absolute;
	    left: 114px;
	    bottom: 104px;
	}

	.wcs_fixed_right .wcs_popup .wcs_popup_avatar img{
	    width: 60px;
	    height: 60px;
	}

/* 5. BUTTON RIGHT MIDDLE */
.wcs_fixed_middle_right{
    z-index: 999;
    position: fixed;
    top: 50%;
    right: 20px;
}

/* 5. POPUP RIGHT MIDDLE */
.wcs_fixed_middle_right .wcs_popup {

}

	.wcs_fixed_middle_right .wcs_popup .wcs_popup_avatar {
	    overflow: hidden;
	    position: absolute;
	    left: 114px;
	    bottom: 104px;
	}

	.wcs_fixed_middle_right .wcs_popup .wcs_popup_avatar img{
	    width: 60px;
	    height: 60px;
	}


/* BUTTON RIGHT TOP */
.wcs_fixed_top_right{
    z-index: 999;
    position: fixed;
    top: 20px;
    right: 20px;

    /*background: yellow;*/
}

/* POPUP RIGHT TOP */
.wcs_fixed_top_right .wcs_popup {
    right: 0;
    top: 52px;
    margin-top: 20px;
}

	.wcs_fixed_top_right .wcs_popup .wcs_popup_avatar {
	    overflow: hidden;
	    position: absolute;
	    left: 114px;
	    bottom: -76px;
	}

	.wcs_fixed_top_right .wcs_popup .wcs_popup_avatar img{
	    width: 60px;
	    height: 60px;
	}