#myGallery
{
	position:relative;
	width: 266px;
	height: 186px;
	background: url(/Images/Generic/image_border_large.gif) no-repeat left top;
	padding:8px 0px 0px 10px;
	margin:0 0 20px 0;
	z-index:5;
	overflow:hidden;
}

#tripDestination #myGallery{
	width: 415px;
	height: 294px;
	background: url(/Images/Generic/image_border_larger.gif) no-repeat left top;
	padding:12px 0px 0px 20px;
	margin:0 0 20px 10px;
}

#myGallery p.arrowLeft{
	position:absolute;
	left:-5px;
	top:65px;
	margin:0;
	padding:0;
	width:34px;
	height:65px;
	z-index:11;
	text-indent:-9999px;
}

#myGallery p.arrowLeft a {
	position:absolute;
	left:0px;
	top:0px;
	background-image: url(/Images/Icons/arrow_left.png);
	background-repeat:no-repeat;
	width:34px;
	height:65px;
}

#myGallery p.arrowLeft a:hover {
	background-position: 0px -65px;
}

#myGallery p.arrowRight{
	position:absolute;
	top:70px;
	right:-3px;
	margin:0;
	padding:0;	
	width:32px;
	height:59px;
	z-index:11;
	text-indent:-9999px;
}

#myGallery p.arrowRight a{
	position:absolute;
	left:0px;
	top:0px;
	background-image: url(/Images/Icons/arrow_right.png);
	background-repeat:no-repeat;
	width:32px;
	height:59px;
}

#myGallery p.arrowRight a:hover {
	background-position: 0px -59px;
}

#tripDestination #myGallery p.arrowLeft, #tripDestination #myGallery p.arrowRight{
	top:120px;
}

#myGallery .imageElement{
	width: 247px;
	height: 172px;
	margin-bottom:15px;
}

#tripDestination #myGallery .imageElement{
	width: 412px;
	height: 284px;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 247px;
	height: 172px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/Images/Generic/loading-bar-black.gif);
	margin-left:10px !important;
}

#tripDestination .jdGallery .slideElement {
	width: 412px;
	height: 284px;
}

.jdGallery .loadingElement
{
	width: 247px;
	height: 172px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/Images/Generic/loading-bar-black.gif);
	margin-left:10px !important;
}

#tripDestination .jdGallery .loadingElement {
	width: 412px;
	height: 284px;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}	