#gallery{
    width:560px;
	height:280px; /*change this*/
}
#imageareaContent img{
    width:560px; /*change this*/
}


#scrollGalleryHead{
/*has to be postion:relativ or static*/
	margin:0px;
	padding:10px 10px 0px 10px;
	margin-top:50px;
    background-color:#333333;
}

#scrollGalleryFoot{
/*has to be postion:relativ or static*/
	margin:0px;
	padding:0px;
	margin-top:0px;
}


#thumbarea{
	overflow: auto; 
	overflow-y: hidden; 
	overflow-x: auto;
	width:100%; 
	margin:0px; 
	padding:0px;
	border-bottom: 4px solid #333333;
}
#thumbareaContent{
	padding-left:0px; 
	padding-right:0px; 
	margin:0px; 
 	white-space: nowrap;       /* important */	
}
#thumbareaContent img{
	padding:0px;
    margin:0px;
	cursor:pointer;
}
#imagearea{
	overflow: auto; 
	overflow-y: hidden; 
	overflow-x: auto;
	width:100%; 
	margin:0px; 
	padding:0px;
}
#imageareaContent{
	padding-left:0px; 
	padding-right:0px; 
	margin:0px; 
 	white-space: nowrap;       /* important */
    margin-bottom:-5px;
}
#imageareaContent img{
    margin:0px;
}
