@charset "utf-8";
/* CSS for Lights Only */

/* Left Side */
#light-left-01, #light-left-02, #light-left-04, #light-left-05 {
	display:inline;
	float:left;
}
#light-left-03 {
	display:block;
}
#light-left-01 {
	width:37px;
	height:25px;
	border:none;
	float:left;
}
#light-left-02 {
	width:25px;
	height:25px;
  border:none;
  float:left;
}
#light-left-03 {
	width:62px;
	height:25px;
	border:none;
	float:left;
}
#light-left-04 {
	width:37px;
	height:26px;
	border:none;
	float:left;
}
#light-left-05 {
	width:25px;
	height:26px;
	border:none;
	float:left;
}

/* Center */
.light-center {
	display:inline;
	float:left;
}
#light-center-01 {
	width:26px;
	height:38px;
	border:none;
}
#light-center-02 {
	width:24px;
	height:38px;
	border:none;
}
#light-center-03 {
  width:26px;
  height:38px;
  border:none;
}
#light-center-04 {
	width:24px;
	height:38px;
	border:none;
}

/* Right Side */
#light-right-01, #light-right-02, #light-right-04, #light-right-05 {
	display:inline;
	float:right;
}
#light-right-01 {
	width:37px;
	height:25px;
	border:none;
  float:right;	
}
#light-right-02 {
	width:26px;
	height:25px;
	border:none;
  float:right;	
}
#light-right-03 {
	width:62px;
	height:25px;
	border:none;
  float:right;	
}
#light-right-04 {
	width:37px;
	height:26px;
	border:none;
  float:right;	
}
#light-right-05 {
	width:26px;
	height:26px;
	border:none;
  float:right;	
}