﻿
/* Country Page Image Rotator */

#divGeographyImageRotator {position:relative;float:left;border-radius:5px;margin-top:10px;width:100%;padding:0;}

/* Main Window */
#divGeographyImageRotator div.windowView {float:left;position:relative;overflow:hidden;width:100%;height:100%;border-radius:5px;}

/* Sliding View */
#divGeographyImageRotator div.slideView {position:relative;width:auto;}

/* Destination Links */
#divGeographyImageRotator a {position:relative;display:inline-block;float:left;}
#divGeographyImageRotator a:first-child {margin-left:0px;}
#divGeographyImageRotator a img {width:100%;}
#divGeographyImageRotator a p {position:absolute;bottom:20px;left:20px;padding:1% 2%;border-radius:5px;}
#divGeographyImageRotator #pGallery {position:absolute;right:6%;bottom:5%;padding:0% 2%;}

/* Navigation Arrows */
#divGeographyImageRotator a.navigation {position:absolute;z-index:1;display:inline-block;margin:0;width:60px;height:55px;text-indent:-10000px;border-radius:5px;top:125px;}
#divGeographyImageRotator a.navigation.left {right:92%;top:40%;}
#divGeographyImageRotator a.navigation.right {left:92%;top:40%;}
#divGeographyImageRotator a.navigation i {position:absolute;float:left;text-indent:-10000px;width:20px;height:20px;}
#divGeographyImageRotator a.navigation.left i {top:14px;left:17px;}
#divGeographyImageRotator a.navigation.left:hover i {left:7px;}
#divGeographyImageRotator a.navigation.right i {top:14px;right:17px;}
#divGeographyImageRotator a.navigation.right:hover i {right:7px;}

/* Mobile */
@media only screen and (max-width: 767px)
{
    #divGeographyImageRotator {display:none;}
}