
#footer-slide-up{
  
  display:none;
  position:fixed;
  bottom:0px;
  width:100%;
  z-index:200;
}
#footer-slide-upwrap{
  width:0px;
  margin:0px auto;
  margin-bottom:5px; 
  
  background: #CCCCCC; 
  background: url();
  background: -moz-linear-gradient(top,  #CCCCCC 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #CCCCCC 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #CCCCCC 0%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #CCCCCC 0%,#000000 100%); /* IE10+ */
  background: linear-gradient(top,  #CCCCCC 0%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

  -moz-border-radius: 0px 10px 10px 10px;
  border-radius: 0px 10px 10px 10px;
}
#footer-slide-upwrap a {
  color:#fff;
}
.closewrap {
  height:16px;
  display:block;
  margin:0 13px 0 0;
  text-align:right;
  position:relative;
  float:right;
}
.close{
  background:url(http://www.navoditkumar.com/Floating-Box/bottom/close.png) top left no-repeat;
  padding:0 0 0 18px;
  position:absolute;
  cursor:pointer;
  top:6px;
  right:0px;
  font-size:14px;
  display:block;
  height:16px;
  color:#fff;
  font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}
#footer-slide-up .ad-stuff {
  width:950px;
  margin:0px auto;
  color:#fff;
  font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  padding:10px 0;
}
#footer-slide-up .ad-stuff h2{
  color:#fff;
  font-family: 'FuturaLTRegular';
}
#footer-slide-up img {
  float:left;
  margin:-0px 0px 0 -0px ;
  padding:0px 0px 0 0px;
  background:#CCCCCC;
  -moz-border-radius:1px;
  border-radius:1px;
}

