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

/* ----------- Styles extend -------------*/
.scrollgallery{


}
.scrollgallery .scrollGalleryHead{
	position: relative;
	float: left;
background:#000;
padding-bottom:5px;
padding-left:22px;

	

}

.scrollgallery .scrollGalleryFoot{
	position: relative;
	float: left;
	width: 260px;
	margin-top:-375px;
	margin-left:662px;
background:#000;
padding-left:10px;

}

.scrollgallery .thumbarea{
	overflow-x: visible;
	width:240px; 
	height: 360px;
	padding-right:0px;
padding-left:0px;
}
.scrollgallery .thumbareaContent{
 	//white-space: nowrap;       /* important */	
white-space: normal; 
}
.scrollgallery .thumbareaContent img{
   	margin-bottom:10px;
margin-right:20px;
	/*border:1px solid #603813;*/
	cursor:pointer;



}



.scrollgallery .imagearea{
	overflow-x: hidden; 
	width:640px;
	height: 360px;
}

.scrollgallery .imageareaContent{
 	white-space: nowrap;       /* important */
}
.scrollgallery .imageareaContent img{
    	padding: 3px;
	margin-right:20px;
	margin-left:20px;
	display:inline;
	//border:1px solid #603813;
	background: url(../ajax-loader.gif) center center no-repeat;
}

/*Caption Version*/
.scrollgallery .imageareaContent .caption_container{
	height: 530px;	
}
.scrollgallery .imageareaContent .caption_container div{
	padding:5px 10px 5px 10px;
	background-color:#fff;
	//border:1px solid #603813;
	margin-left:20px;
}