/*
CSS Name: No extra design 
Description: Only needed styles are applied - Image design by Theme.
Author: Benedikt Morschheuser
Version: 1.0
*/

/* ----------- Styles extend -------------*/
.scrollgallery .scrollGalleryHead{
margin:0 0 0 0;
padding:0 0 0 0;

   
}
.scrollgallery .scrollGalleryFoot{
    
}
.scrollgallery .thumbarea{
	height: 230px;
	padding-top:50px;
	margin-bottom:-40px;
	margin-top:-10px;
overflow:hidden;
}
.scrollgallery .thumbareaContent img{
	width: 200px;
	height: 150px; 
}
.scrollgallery .thumbareaContent img:hover{
    	height: 230px;
	width: 300px;
	vertical-align: top;
	margin-top: -50px;
}
.scrollgallery .imagearea{

}
.scrollgallery .imageareaContent img{

}