.jcarousel-container-horizontal {
	width: 912px;
        overflow: hidden;
        position: static;
	margin: auto;
}

.jcarousel-clip-horizontal {
    overflow: hidden;
    position: static;
    width:  912px;
    height: 349px;
}

.bizcom-slider-wrapper {
        width: 942;
	margin: auto;
	background-color: #777;
	padding-top: 20px;
	padding-bottom: 10px;
	border-color: #357b59;
	border-style: solid;
	border-width: 4px;
	-moz-box-shadow: 10px 10px 15px #111;
	-webkit-box-shadow: 10px 10px 15px #111;
	box-shadow: 10px 10px 15px #111;
   	border-radius: 10px;
        -moz-border-radius: 10px;
}

.bizcom-main-feature {
	height: 349px;
        /*width: 948px;*/
}

.bizcom-main-feature .feature {
        height: 349px;
	width:  912px;
        letter-spacing: -4px;
}

.main-feature-chunk {
        display: inline-block;
        height: 349px;
        width: 304px;
        background-position: top right;
	position: relative;
	text-decoration: none;
}

.main-feature-chunk .caption {
	text-decoration: none;
        letter-spacing: normal;
        line-height: normal;
	display: block;
	position: absolute;
	left: 60px;
	top: 80px;
	color: #357b59;
	background-color: #DDD;
	font-size: 12pt;
	padding: 10px;
	border-color: #999;
	border-style: solid;
	border-width: 2px;
	-moz-box-shadow: 8px 8px 10px #111;
	-webkit-box-shadow: 8px 8px 10px #111;
	box-shadow: 8px 8px 10px #111;
   	border-radius: 4px;
        -moz-border-radius: 4px;
	max-width: 228px;
}

/* Weird webkit bug. Still a problem in Chrome 16... */
.main-feature-chunk a * {
	text-decoration: none !important;
}


.slider {
        height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        letter-spacing: normal;
        margin: auto;
        text-align: center;
   	border-radius: 10px;
        -moz-border-radius: 10px;
}

.slider {
        margin: 8px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.slider span {
	background-color: #666;
        font-size: 20px;
        padding: 4px 12px 4px 12px;
        margin: 0px;
        color: #222;
   	border-radius: 4px;
        -moz-border-radius: 4px;
	cursor: pointer;
}

.slider span.active {
	background-color: #CCCCCC;
        color: #357b59;
}
.slider span.active:hover {
	background-color: #CCCCCC;
}

.slider span:hover {
	background-color: #AAAAAA;
}
