/* Start of CMSMS style sheet 'panel' */
a:focus {
outline: none;
}

#panel {
background: #666;
height: 130px;
display: none;
color:#fff;
}

#panel p {
padding:10px;
}

.slide {
margin: 0;
padding: 0;
border-top: solid 1px #666;
background: url(uploads/images/page_visuals/btn-slide.gif) no-repeat center top;
}

.btn-slide {
background: url(uploads/images/page_visuals/white-arrow.gif) no-repeat right -50px;
text-align: center;
width: 144px;
height: 31px;
padding: 10px 10px 0 0;
margin: 0 auto;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}

.active {
background-position: right 12px;
}

/* End of 'panel' */

