﻿.photoGallery {
    overflow: hidden;
    width: 250px;
    height: 185px;
}
#slideshow { width: 250px; height: 185px; }
#slideshownav { z-index: 50; position: absolute; width: 234px; bottom: 0px; padding: 8px; text-align: right; }
#slideshownav a {
    width: 8px;
	height: 8px;
	margin: 2px;
	background:url(../img/pager.png) 0 0px no-repeat;
	display: inline-block;
	font-size: 0px;
}
#slideshownav a.activeSlide {
    background-position: 0 -8px;
}
#slideshownav a:hover {
    background-position: 0 -8px;
}
#slideshowalt {
    position: absolute;
    display: none;
    width: 242px;
    z-index: 50;
    padding: 4px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #333;
    color: White;
}

#vacationPackageVideos .videoCode {
    display: none;
}
.vacationPackageCurrentVideo {
    margin-bottom: 12px;
}
