/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 19, 2015, 1:04:35 PM
    Author     : steve
*/

.device-div {
    position: relative;
    width: 100% !important;
    max-width: 600px;
    min-width: 200px;
    margin: 0 auto;
    margin-top: 43px;
}

.mac-img {
    width: 100%;
    height: auto;
    max-width: 600px;
    position: relative;
    z-index: 10;
}
.mac-slide {
    position: absolute;
    top:9.6%;
    width: 73%;
    left:13.8%;
    height: auto;
}
.mac-slide .slide-box {
    float: left;
    list-style: outside none none; 
    position: relative; 
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bx-pager {
    visibility: hidden;
}