/*
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: 35% !important;
    max-width: 200px;
    min-width: 200px;
    margin-right: 300px;
}

.iphone-img {
    width: 100%;
    height: auto;
    max-width: 320px;
    position: relative;
    z-index: 10;
}
.iphone-slide {
    position: absolute;
    top:18.9%;
    width: 70.5%;
    left:14.5%;
    height: 62.5%;
}
.iphone-slide .slide-box {
    float: left;
    list-style: outside none none; 
    position: relative; 
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bx-pager {
    visibility: hidden;
}