﻿.agncarousel {   
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 400px; /* important */  
	z-index:0;  
	margin-left:0px; /* zodat ie in het midden staat */ /* was 90.. heb ik 0 van gemaakt.. */
}   

	/* IMAGES CAROUSEL */
	#agncarousel_content {   
		position: absolute;   
		top: 0px;   
		margin-left: -40px; 
		/margin-left: 0px; 
	}   
	  

		#agncarousel_content li    
		{
			list-style: none;
			display: block;   
			float:left; 
			text-align:center;
			border: none;/* solid 1px #FF0000;   */
			width:	400px; /* size of medium image (330) + 50 extra padding left and right */
			height: 330px; /* size of medium image (330) + 10 extra padding top and bottom */
		}   

			#agncarousel_content ul li img {   
				/*display: block;
				float: left;
				border: solid 15px #ffffff;*/
			} 
			
			
			.agncarousel_item a img  {
				display: block;
				border: solid 1px #ffffff;
				
			}
	/* END IMAGES CAROUSEL */ 
	  
	#agncarousel_previous
	{
		/*position: absolute;
		left:180px;
		top: 320px;   */
	}
	
	#agncarousel_next
	{
		/*position: absolute;
		left:300px;
		top: 320px;*/
	}
	  
	/* IMAGES THUMBNAILS */
	.agncarousel_frame    
	{
		/*position: absolute;
		/*left:0px;
		top: 342px;*/
		/*left: 320px;
		top: 0px;
		margin-left: 0;*/
		
		/*position: relative; 
		margin: 340px 0px 0 0px;*/
	}   
	
	.agncarousel_frame ul 
	{   
		list-style: none;   
		margin: 0;   
		padding: 0;
	}  
	
		.agncarousel_frame ul li    
		{	
			list-style: none;   
			margin: 0;   
			padding: 0;
		
			display: block;   
			float: left;
			/*margin: 0;   
			padding: 0;   */
			border: none;/* solid 1px #FF0000;   */

			
			width: 96px;
			height: 96px;
			margin: 0 2px;
		}   
			.agncarousel_frame table tr td {
				/*display: block;*/
				padding: 0px;
				padding-bottom: 5px;
			}
			.agncarousel_frame table tr td a img
			{
				display: block;   
				padding: 0px; 
				border: 1px solid #FFFFFF;    
			}
			.agncarousel_frame table tr td a:link
			{
				font-size: 3;
				color: #1c9220;
				font-weight: bold;
				text-decoration: none;
			}
			.agncarousel_frame table tr td a:hover
			{
				font-size: 3;
				color: #ffffff;
				background-color: #1c9220;
				font-weight: bold;
				text-decoration: none;
			}
			.agncarousel_frame table tr td b
			{
				font-size: 3;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
			}

 
 			.agncarousel_frame ul li img:hover  
			{
				border: 1px solid #ffbc2d;   
			}   
 
	/* END IMAGES THUMBNAILS */

