/*
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;
}

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

.bx-pager {
    visibility: hidden;
}