@charset "UTF-8";
/* CSS Document */



			.thumbnails li {
				border-style: solid;
				border-width: 0px;
				border-color: #ffffff;
			}
			
			.thumbnails li.active {
				border-style: double;
				border-width: 1px;
				border-color: #ffffff;
			}
			
			#main_image img {
	border-style: solid;
	border-width: 0px;
	border-color: #ffffff;
			}

		#middle_container{
	min-height: 300px;
	padding-bottom: 10px;
			}
	
	
	/*verbreitert die Scrollleiste*/
			#scroller_container,
			#image_scroller {
			width: 550px;
			}
			
			
			
		/*end*/
			
			#thumbnails_container {
				width: 6986px;
			}
			
			#scroller_container,
			#image_scroller,
			#thumbnails_container {
	height: 79px;
			}
			
			.thumbnails li {
	width: 65px;
	height: 65px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
			}

			#right_arrow,
			#left_arrow {
	height: 40px;
	width: 30px;
	margin-top: 15px;
			}
			
	/*		#bottom_container {
	margin: 30px 0;
			}*/
	

