#rotating_banner_container {
	position:relative;
	width:179px;
	background-color:#fff;
	float:left;
	height:auto;
	border:10px solid black;
}

#rotating_banner_container.javascript_enabled { /* when js is enabled */
	height:50px;
}

#rotating_banner_container #rotating_banner_images img {
	border:0;
}

#rotating_banner_container #rotating_banner_images a:hover {
	background-color:transparent;
}

#rotating_banner_container.javascript_enabled #rotating_banner_images a { /* when js is enabled */
	position:absolute;
}
