/* Tabs */
div.stabshidden {
	display: none;
}

/* Banner */
#banner_title {
	font-weight: bold;
	margin-left:25px;
}

#jsbanner {
	height: 170px;
}

#banner_image_ctn {
	width: 600px;
	height: 170px;
	overflow: hidden;
}

#banner_image_ctn img.active {
	margin-top: -150px;
}
	
