#image_scroller {
	position: relative;
}

#scroller_container {
	overflow: hidden; 
	position: relative;
	/* optional */
	width: 960px; 
	height: 226px;
	z-index: 500;
}

.activeSlide {
	/* optional */
	color: #fff !important;
	font-weight: bold !important;
	width: 238px !important;
	background: url(../images/karmin_controller_bg_on.png) no-repeat !important;
}

#scroller_links {
	z-index: 999;
	position: absolute;
	bottom: -29px;
	margin-left: 3px;
}

#scroller_links a:hover {
	text-decoration: none;
}

.scroller_link {
	/* optional */
	display: inline-block;
	background: #efefef;
	color: #5b6644;
	font-weight: normal;
	/*top: -12px;*/
	text-align: center;
	padding-top: 18px;
	padding-bottom: 10px;
	margin-right: 1px;
	text-decoration: none;
	width: 238px;
	background: url(../images/karmin_controller_bg_off.png) no-repeat 0px 6px;
}
