#sliderstart {
	width:1000px;
	margin:auto;
	position:relative;
}

#slider {
    position: relative;
}

.scroll {
    height: 320px;
    width: 918px;
	position:relative;
	margin:auto;
    overflow: auto;
    overflow-x: hidden;
    clear: left;
    background: #f4f4f4;
}

.scrollContainer div.panel {
    height: 275px;
    width: 918px;
}



.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
	z-index:50;
    left: -1.1em;
}

.scrollButtons.right {
	z-index:50;
    right: 1.4em;
}

.hide {
    display: none;
}


/* Panel Style */




.sliderfloat {
	float:right;
	width:1px;
	margin-top:25px;
	margin-right:17px;
	height:221px;
	border-right:solid #c8c8c8 1px;
	visibility: hidden;
}





.panel {
	color: #242424;
}



.calendarItem_odd {
	border: 1px solid #969696;
	background-color: #F2F2F2;
}

.calendarItem_odd, .calendarItem_even {
	width: 31%;
	float: left;
	padding: 1%;
	height: 310px;

}

.calendarItem_odd a:link, .calendarItem_even a:link {
	color: #961b1e;
}

.calendarItem_odd h3, .calendarItem_even h3 {
	color: #484848;
}

.calendarItem_odd p, .calendarItem_even p {
	color: #969696;
}

.panel a:link, .panel a:visited {
	color: #242424;
}

.panel a:hover, .panel a:active {
	color: #969696;
}
