.service_position_1 {
    float: left;
    position: absolute;
    left: 1000px;
    top:400px;
    width: 80px;
    height: 80px;
    z-index: 1000;
    display: inline;
}

.service_position_2 {
    float: left;
    position: absolute;
    left: 200px;
    top:  2100px;
    width: 80px;
    height: 80px;
    z-index: 1000;
    display: inline;

}

.service_position_3 {
    float: left;
    position: absolute;
    left: 600px;
    top:600px;
    width: 80px;
    height: 80px;
    z-index: 1000;
    display: inline;
}

.service_position_4 {
    float: left;
    position: absolute;
    left: 1000px;
    top:1200px;
    width: 80px;
    height: 80px;
    z-index: 1000;
    display: inline;
}

.service_position_5 {
    float: left;
    position: absolute;
    left: 800px;
    top:2000px;
    width: 80px;
    height: 80px;
    z-index: 1000;
    display: inline;
}

.no-price{
	color: #ddd;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 14px;					   
} 
