﻿#galleryContainerscroll {
	/* Big Div surrounding up image, list of images and down image */
	float: left; /* Floating */ /* CSS HACK */;
	height: 640px; /* IE 5.x - 120 px + 2 px for borders and 2px for padding*/;
	height/* */: /**/634px; /* Other browsers */;
	height: /**/634px; /* CSS HACK */;
	width: 439px; /* IE 5.x - 120 px + 2 px for borders and 2px for padding*/;
	width/* */: /**/437px; /* Other browsers */;
	width: /**/437px;
/* Black border */	
/* A little space between the black border and the content inside */	
	position: relative;
	margin-top: 3px;
}
#galleryContainerscroll #arrow_down {
	
              height: 15px;
	position: absolute;
	bottom: 0px;
	z-index: 100; text-align: center; width: 100% 
}
#galleryContainerscroll #arrow_upscroll {
	height: 15px; /* Arrow up image */;
	position: absolute;
	top: 0px;
	z-index: 100; text-align: center; width: 100%;
	left: 0px;
}
#theImages {
	top: 10px;
	position: absolute;
	overflow: hidden;
	height: 620px;
	left: 0px;
	border: 0px #999999 solid;
	
}
#theImages div {
	position: relative; /* Don't change this */;
}

.flyscrollbox {
	border: 0px #999999 solid;
	width: 440px;
	height: 638px;
	
	   
}
.flyscrollsubbox {
	width: 650px;
	height: auto; 
	margin-left: auto;
	margin-right: auto;  
}
.TravelBoxFlagNewscroll {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	float: left;
	vertical-align: top;
	cursor: pointer;
	border: 0px;
	width: 210px;
	height: 70px;
	padding: 2px;
	text-align:left;
}
.TravelBoxFlagNewscroll a {
	float:left;
	padding: 2px;
	cursor: pointer; 
	border: 0px;
	width: 196px;
	height: auto;
	vertical-align: top;
	text-align:left;
}
.TravelBoxFlagNewscroll a:hover {
 background-color: #E8E8E8 ;
 color: #333333;
 }
.imgcontentscroll {
	border: 0px; float: left; padding-right: 6px; padding-top: 0px
}

