#gallery{
    width:1200px; /*change this*/
}
#imageareaContent img{
    width:1200px; /*change this*/
}


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

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


#thumbarea{
	overflow: auto; 
	overflow-y: hidden; 
	overflow-x: auto;
	width:100%; 
	margin:0px; 
	padding:0px;
	border-bottom: 0px solid #1e1e1e;
}
#thumbareaContent{
	padding-left:5px; 
	padding-right:0px; 
	margin:0px; 
 	white-space: nowrap;       /* important */	
}
#thumbareaContent img{
	padding:0px;
    margin:0px;
	margin-right:0px;
	cursor:pointer;
    border: 0px solid #ffffff;
}
#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:0px;
}
#imageareaContent img{
    margin:0px;
	margin-right:0px;
    border: 0px solid #ffffff;
}
