.gallery *	{margin: 0; padding: 0; }

.gallery 
{
	position: relative;	
	background-color: black;
	width: 565px;
	height: 300px;	
	font-family: arial;	
	overflow:hidden;
	float: left;
}


.gallery ul {
	width: 100%;
	height: 100%;
	text-align: center;
	list-style: none;	
	overflow: hidden;	
}
.gallery li {
    position: relative;		
	width: 565px;
	height: 300px;	 	
	overflow: hidden;		
	display: hidden;
}


.gallery div.frame {
	position: absolute;
	background: url('../images/car_frame.png') no-repeat;	
	width: 100%;
	height: 100%;	
	z-index: 10;
}

.gallery .fading-content {
	width: 565px;
	height: 300px;
	border: 2px solid blue;
	background-color: red;
}


.gallery img
{	
	width: 100%;
	height: 100%;
}

.gallery-text 
{
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;	
	padding-top: 10px;
	line-height: 100%;
	height: 90px;	
	width: 100%;
	color: White;
	font-size: 11px;
	background: url('../images/bg_black_opacity50.png') repeat;		
	text-align: left;
	padding-top: 15px;
}

.gallery-text h1  {
	font-size: 18px; 
	color: white;
	font-weight: bold; 
	margin-left: 60px; 
	padding-bottom: 10px;
}

.gallery-text p { 
	font-size: 12px;
	font-weight: normal; 
	margin-left: 60px; 
}

.gallery a.readmore {
	position: absolute;
	z-index: 12;
	left: 60px;
	top: 250px;		
	width: 90px;
	height: 18px;
	background: url('../images/car_btn_lees_meer.png');
	display: block;
}

.gallery a.btn_next, .gallery a.btn_prev {
	position: absolute;
	z-index: 12;	
	width: 23px;
	height: 23px;
}

.gallery a.btn_next {
	background: url('../images/car_btn_next.png') no-repeat;
	top: 210px;
	right: 25px;
}

.gallery a.btn_prev {
	background: url('../images/car_btn_prev.png') no-repeat;
	top: 210px;
	left: 25px;
}
