.disease-advert {
	margin-top: 10px;
}
.disease-advert a img {
	/*border: none;*/
}
#slideshow {
	position:relative;
	height: 270px;
	width: 180px;
	margin: auto
}
#slideshow img {
	position: absolute;
    top:0;
    left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}
#slideshow p {
	position: absolute;
	top: 190px;
	left: 0;
	width: 160px;
	z-index:20;
	color: white;
	/* Fallback for web browsers that don't support RGBa */
	background: rgb(90, 90, 90);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#slideshow p.ie {
	background: transparent;
}



#advert-module {
	width: 170px;
	margin-top: 10px;
}

#advert-top {
	width: 170px;
	height: 19px;
	padding: 2px 0 0 10px;
	font: normal 0.9em verdana;
	color: #fff;
	background: url(/images/new_css/diseases/featured_top.gif) left top no-repeat;
}

#advert-top h1 {
 	font: normal 1em Verdana;
	color: #fff;
	padding: 0;
	margin: 0;
}
#advert-top h1 a {
 color: #fff;
}
#advert-container {
	background: url(/images/new_css/diseases/featured_stretch.gif) left top repeat-y;
	padding: 10px 15px 0 10px;
	width: 160px;
	text-align: right;
	line-height: 1.8em;
	overflow: hidden;
	margin: 0;
}
#advert-container h3 {
	font: bold 100% Verdana;
	text-align: left;
	padding: 5px 0 0 0;
}
#advert-container p {
	font: italic 86% Verdana;
	padding: 10px 0;
	color: #6C6C6C;
	text-align: left;
	line-height: 1.4em;
	overflow: hidden;
}
#advert-bottom {
	width: 180px;
	height: 20px;
	background: url(/images/new_css/diseases/featured_bottom.gif) left top no-repeat;
}

div.adv-button-container {
	padding: 0;
	margin-right: 5px;
}

div.advert-button {
	float: right;
	background: url(/images/new_css/adverts_rm_right.gif) right top no-repeat;
	padding: 0 10px 0 0;
	height: 20px;
}

div.advert-button #left{
	float: left;
	background: url(/images/new_css/adverts_rm_left.gif) right top no-repeat;
	padding: 0 0 0 10px;
	margin:  0;
	height: 20px;
}

div.advert-button #center{
	float: left;
	background: #E6E6E6;
	margin: 0;
	height: 20px;
	line-height: 20px;
}

div.advert-button #center a {
	font: normal 0.8em Verdana;
	text-decoration: none;
	color: #333;
	background: transparent;
	text-align: right;
	vertical-align: middle;
	border: none;
}

div.advert-button #center a:hover {
	text-decoration: underline;
	color: #666;
}
#advert-logo-container img {
	float: left;
	margin: 10px 10px 0 0;
	width: 53px;
	height: 53px;
	border: 1px solid #ebebeb;
}
.advert-clearer {
	clear: both;
	height: 10px;
	width: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}


/****************************************/
div.wrapper .search-middle {
	width: 160px;
	height: 111px;
	background: url(/images/new_css/diseases/search_bg.gif) left top repeat-y;
	padding: 10px;
	font: normal 0.9em verdana;
}
div.wrapper input.text {
	margin-top: 10px;
	width: 155px;
	height: 23px;
	background: #dfebf3;
	border: none;
	border-top: 1px solid #b0b9c0;
	border-left: 1px solid #b0b9c0;
	font: bold 1.2em verdana;
	color: #6391b1;
	padding: 3px 0 0 5px;
}
div.wrapper .button-container {
	float: right;
	height: 30px;
	padding: 10px 0 5px 20px;
	margin-top: 3px;
}

div.wrapper .button-left {
	float: left;
	width: 10px;
	height: 30px;
	background: url(/images/new_css/diseases/next_left.gif) left top no-repeat;
}
div.wrapper input.button-stretch {
	float: left;
	height: 30px;
	background: url(/images/new_css/diseases/next_stretch.gif) left top repeat-x;
	padding: 0 10px;
	border: none;
	color: #333;
}
div.wrapper .button-right {
	float: left;
	width: 10px;
	height: 30px;
	background: url(/images/new_css/diseases/next_right.gif) left top no-repeat;
}
div.slide-no-js {
	display: none;
}
