@CHARSET "UTF-8";

.calendar-index {
    position: relative;
    overflow: hidden;
}

.calendar-list {
    position: relative;
    width: 686px;
    height: 175px;
}

.calendar-li {
    display: block;
    position: absolute;
    width: 686px;
    height: 175px;
}

.calendar-list-title {
    font-size: 25px;
    color:#6C9D1B;
    position: absolute;
    margin: -5px 0 0 25px;
    z-index: 10;
}

.calendar-show-name {
    text-align: right;
    font-family: MrBricolageBold;
    font-size: 15px;
    padding-right: 50px;
    color: #6C9D1B;
    height: 25px;
    background-color: white;
}

.calendar-carousel-control {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 999px;
    overflow: hidden;
    position: absolute;
    vertical-align: middle;
    width: 22px;
    z-index: 2;
}

.calendar-carousel-previous {
    background: transparent
	url(/images/frontend/calendar/previous.png) no-repeat
	scroll 0 0;
    right: 200px;
    top: 0px;
}

.calendar-carousel-next {
    background: transparent
	url(/images/frontend/calendar/next.png) no-repeat
	scroll 0 0;
    right: 10px;
    top: 0px;
}

.calendar-show li {
    color:#6C9D1B;
    list-style-type:square;
    margin:6px 0 0 38px;
}

.calendar-show li a {
    color: #711223;
    text-decoration: none;
    font-size: 12px;
}

.calendar-show li a:hover {
    color: #711223;
    text-decoration: underline;
}

.calendar-show {
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 686px;
}

.event-image {
    height: 150px;
    left: 186px;
    position: absolute;
    top: 0;
    width: 500px;
}

.event-image img {
    position: absolute;
}
