#bottommenu {
	list-style:none;
	float:left;
	width:1021px;
	margin-top:25px;
	-webkit-box-shadow: #434343 0px 0px 15px 5px;
	-moz-box-shadow: #434343 0px 0px 15px 5px;
	box-shadow: #434343 0px 0px 15px 5px;
	border:solid white 2px;
}

#bottombar {
	padding:0;
	margin:0;
}

#bottombar li {
	display:inline;
	width:204px;
    height:115px;
	float:left;
	text-align:center;
	border-right: solid white 1px;
	position:relative;
}

#bottombar li .caption {
	color:white;
  position: absolute;
  right: 0;
  top: 86px;
  left: 0;
  height:17px;
  overflow:hidden;
  padding: 7px 15px 5px;
  background: rgba(44, 44, 44, 0.75);
  -webkit-border-radius:2px 2px 0px 0px;
  -moz-border-radius:2px 2px 0px 0px;
  border-radius:2px 2px 0px 0px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

#bottombar li .caption:hover {
 	top:0;
	height:103px;
	overflow:visible;
	-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

#bottombar li div.caption h1 {
	color:white;
	font-size:15px;
	font-weight:normal;
	padding:0;
	margin:0;
}

#bottombar li div.caption a {
	display:block;
	text-align:center;
	color:white;
	font-size:12px;
	margin:4px 0px 1px 0px;
}

.capLeft {
	float:left;
	width:45%;
	display:inline;
	padding:10px 0 0 5px;
	line-height:14px;
}

.capRight {
	float:left;
	width:47%;
	display:inline;
}

.two {
	padding-top:0px;
	line-height:20px;
}

.capLeft span {
	font-size:11px;
	color:white;
}

.capRight #lastcapli {
	margin-top:0px !important;
	text-align:right !important;
}

#bottombar .lastmenu {
	width:201px;
}

.btmImg {
	 width:204px; 
	 height:115px;
}

#bottombar li:last-child img{
	width:201px !important;
}