/*
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;
    float: right;
    width: 450px;
    margin-right: 100px;
}

.ipad-img {
    width: 100% !important;
    height: auto;
    max-width: 450px;
    position: relative;
    z-index: 10;
}
.ipad-slide {
    position: absolute;
    top:14.8%;
    width: 69%;
    left:15.5%;
    height: auto;
}
.ipad-slide .slide-box {
    float: left;
    list-style: outside none none; 
    position: relative; 
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bx-pager {
    visibility: hidden;
}