@charset "utf-8";
/* CSS Document */

div.container-all {
/* float:left; */
background: #666666;
width: 80%; 
width: 450px; 
}

div.container-all-patients {
float:left;
/* Special case for patients page ONLY */
background: #666666;
width: 350px; 
}

div.container {
background: #666666;
padding: 20px;
width: 100%;
}

div.slideshow {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
margin-left: 0;
margin-right: 0;
}

div.slideshow p {
margin: 0;
padding-top: 35px;
color: white;
}

div.slideshow ul {
margin-left: -40px;
}

div.slideshow ul a {
background-position: 50% 50%;
cursor: pointer;
display: block;
height: 25px;
margin-right: 5px;
opacity: 0.5;
width: 30px;
}

div.slideshow ul a.active,
div.slideshow ul a:hover {
opacity: 1; 
}
div.slideshow ul li {
float: left;
list-style: none;
}
