﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10001;
	}
	.imageflow .scrollbar {		
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:10px;
	}
    .imageflow #iphoneflow_navigation{
       background:transparent url(../../_images/_iphone_lp/bg_slider.png) no-repeat scroll 182px 40px;
       left:-27px;
       position:absolute;
       width:600px;
    }
	.imageflow .slider {				
      position:absolute;
      background:transparent url(../../_images/_iphone_lp/bt_slider.png);
      width:57px;
      height:18px;
      z-index:10003;
	}
	.imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20px 0 0 20px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow.pause {
		background:url(button_pause.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background:url(button_play.png) no-repeat;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	.imageflow .previous {
		background: url(../../_images/_iphone_lp/bt_slideLeft.png) top left no-repeat;
		float:left;
		margin: 0px 0 0 -52px;
	}
    .imageflow .hover_previous {
        background: url(../../_images/_iphone_lp/bt_slideLeftHover.png) top left no-repeat !important;
    }
	.imageflow .next {
		background: url(../../_images/_iphone_lp/bt_slideRight.png) top left no-repeat;
		float:right;	
		margin:0 -52px 0 30px;
	}
    .imageflow .hover_next{
     	background: url(../../_images/_iphone_lp/bt_slideRightHover.png) top left no-repeat !important;
    }
    #iphoneflow_scrollbar {
      margin-top: 5px !important;
      height: 18px;
    }
    .slide_index {
      color: #FFF;
      cursor: pointer;
      bottom: 1px !important;
      z-index: 15!important;
    }

    #iphoneGlide6 {
      height: 18px;
    }

    span.iphonemovie {
      background:url(../../_images/_iphone_lp/icon_mov.png) no-repeat scroll 0 3px transparent;
      display:block;
      height:100%;
      width:100%;
    }
    .itunes_link_box a {
      margin: 20px 0;
    }
}
