.TopSlider
{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  text-align: center;
  font-size: 15px;
  color: #fff;	
  font-family: 'Droid Sans', Constantia, Palatino, "Times New Roman", serif; 
  background: #bf4e4e;  /* << set custom bar color here */
  box-shadow: 0px 0px 5px #888888;
  -moz-box-shadow:0px 0px 5px #888888;
  -webkit-box-shadow:0px 0px 5px #888888;
  border-top: 3px solid #fff;
  text-decoration: none;

}
 
.TopSlider-stub
{
  position: fixed;
  bottom: 05px;
  left: 0px;
  width: 100%;
  height: 19px;
  z-index: 200;
  padding: 7px 0 7px 0;
  text-align: center;
    text-decoration: none;

}
 
.TopSlider-down-arrow{
	margin-top:5px;
}
.TopSlider span
{
  float: left;
  width: 95%;
    text-decoration: none;

  text-align: center;
  padding-top: 2px;
}
 
.TopSlider-link
{
	text-decoration: underline !important;
	color: #000 !important;
	padding: 2px 15px 1px 8px;
}
 
.TopSlider-down-arrow:hover {
  background-color: #bf4e4e; /* << set custom hover bar color here */
}
 
.TopSlider-up-arrow:hover {
  background: url(../img/up-hover.png);
}
 
.TopSlider-link:hover
{
  color: white !important;
  padding: 2px 15px 1px 8px;
  text-decoration: none;
}
 
.close-notify
{
  float: right;
  margin-right: 22px;
  margin-top:-40px;
  color: #fff;
  width: 17px;
  height: 19px;
  text-decoration: none;
  background: #bf4e4e;  /* << set custom bar color here */
  cursor:pointer;
}
 
.show-notify
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background: #bf4e4e;  /* << set custom bar color here */
  cursor:pointer;
}
