/* CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
strong{ font-weight:bold;}
img{ vertical-align:top;}
.cl{ clear:both; height:1px; overflow:hidden;}



/* Generic Styling */
html {}
body{ background:url(../images/background.jpg) no-repeat top center #000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}


/*------------------------
		Background Wrapper
------------------------*/

#carswrapper { width:980px; margin:0 auto; padding-top:245px; }

	#carswrapper ul { width:980px; height:445px; overflow: hidden; }

	#carswrapper ul li img { width:980px; }



#carthumbs { width:980px; margin:0 auto;  z-index: 999;}

	#carthumbs ul { height:131px!important; margin-left:25px; overflow:hidden; margin-top:20px; padding-bottom:60px;}

	#carthumbs ul li a { float:left; width:153px; height:131px;}
	
    #carthumbs ul li img { width:153px; }
	



#forward  { width:980px; margin:0 auto;}
#forward a  { background:url(../images/forwardarrow.png) no-repeat; width:75px; height:75px; display: block; position:absolute; top:605px; margin-left:820px; z-index: 998;}



#booknow  { width:980px; margin:0 auto;}
#booknow a  { background:url(../images/booknow.png) no-repeat; width:220px; height:65px; display: block; position:absolute; top:140px; margin-left:730px;}


.show {display:block;}
.hide {display:none;}








/* Pseudo-classes */
.last a{ border:none !important; padding:0 !important; margin:0 !important;}