/* CSS BY MARC VEENS - S5.nl 
======================================================= */

/* INVALID DEFAULT CSS
=======================================================	*/



/* CSS3
=======================================================	*/
.carThumbList .overlay {

-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
-ms-transition: all 0.15s linear;
-o-transition: all 0.15s linear;
transition: all 0.15s linear;
}

ul.tabs li a {
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #d0d0d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#d0d0d0));
	background: -webkit-linear-gradient(top, #e9e9e9 0%,#d0d0d0 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%,#d0d0d0 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%,#d0d0d0 100%);
	background: linear-gradient(to bottom, #e9e9e9 0%,#d0d0d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d0d0d0',GradientType=0 );
}

span.radio input,
span.checkbox input,
.select select,
span.submit input		
{filter:alpha(opacity=0);}

/* Just iPhone
=======================================================	*/
@media only screen and (max-device-width: 480px) {

}
	
/*iPad styles
=======================================================	*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

	}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
		
	}
	


