.thumbnail{
width:300px;
position:fixed;

     bottom:0;
margin:0px auto;

margin-bottom:2px;
line-height:1.42857143;
background:#fff url('../images/stripped_bg1.gif') repeat;
border:2px solid #fff;
border-radius:4px;
-webkit-transition:border .2s ease-in-out;
-o-transition:border .2s ease-in-out;
transition:border .2s ease-in-out
}
.hh{

background:red url('../msg/imagez/downarrow.png') no-repeat 260px 8px;
color:#fff;
margin:0px;
font-size:20px;
border-radius:2px;
height:35px;
cursor:pointer;

}

.hh2{


background:red url('../msg/imagez/uparrow1.png') no-repeat 260px 8px;
color:#fff;
margin:0px;
font-size:20px;
border-radius:2px;
height:35px;
cursor:pointer;

}

.hh span{

color:#8fe5ff;
margin:0px;
font-size:18px;

}
.hh2 span{

color:#8fe5ff;
margin:0px;
font-size:18px;

}

.thumbnail h4 
{font-size:15px;;color:#fff; text-align:center;margin:5px;}

.grab {
background: red;
    background: -moz-linear-gradient(top, red, #82cbf5);
    background: -webkit-gradient(linear,left top, left bottom, from(red), to(#82cbf5));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='red', EndColorStr='#82cbf5', GradientType=0);
margin:5px;
 border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.arrowup {
background:;
z-index:1;

}
.thumbnail .caption-full {
background:#FFF;
opacity:.70 ;
    padding: 0 19px ;
    color: #fff;
}

.thumbnail .caption-full p {
   color: #fff;
}
.thumbnail p {

text-align:justify;
font-weight:500;
color:#0000FF;}