/*========================================
    Billboards 
  ========================================*/
  
.images {
	border:0px solid #ccc;
	position:relative;	
	width:472px;
	height:409px;
	float:left;	
	margin:0;
	padding:0;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
/*
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
*/
}

.billboards {
 	width:472px;
 	height:409px;
 	color:#000000;
 	padding: 35px 0px 0px 283px;
 	margin: 0px 0px 0px 0px;
	z-index:20;
}

.billboard1 {
	float:left;
	width:472px;
 	height:409px;
	background:url(../images/showroom/Image06.png) no-repeat;
}

.billboard2 {
	width:472px;
 	height:409px;
	background:url(../images/showroom/Image08.png) no-repeat;
}

.billboard3 {
	width:472px;
 	height:409px;
	background:url(../images/showroom/Image10.png) no-repeat;
}

.billboard4 {
	width:472px;
 	height:409px;
	background:url(../images/showroom/Image12.png) no-repeat;
}

.billboard5 {
	width:472px;
 	height:409px;
	background:url(../images/showroom/Image14.png) no-repeat;
}

.box {
	margin: 35px 0px 0px 40px;
}



