@charset "utf-8";
#slider {
    width: 940px;
    margin: 20px auto 30px;
    position: relative;
	background: #111;
}
#slider a {
	border: none;
}
.scroll {
    min-height: 210px;
	height: auto;
    width: 940px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff;
	border-bottom: 1px solid #111;
}
.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 880px;
}
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding:6px 17px 5px 0;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
}
ul.navigation li {
    display: inline;
    margin-right: 10px;
	font-size:12px;
}

ul.navigation a {
    padding:10px 10px 20px;
    color: #fff;
    text-decoration: none;
}
ul.navigation a:hover {
    background-color: #f6f6f6;
	color: #111;
}
ul.navigation a.selected {
    background: #fff;
	color: #111;
}
ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -43px;
}
.scrollButtons.right {
    right: -43px;
}
.calendar_event img {
float:left;
margin:18px 15px 0 4px;
padding: 1px;
border: 1px solid #cecece;
}
.calendar_event {
float:left;
height:60px;
margin:0 0 20px 15px;
width:450px;
}
.calendar_event p {
float:left;
font-family:Arial Narrow,Arial,Verdana,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
line-height:12px;
margin-top:17px;
max-width:300px;
}
#agenda .calendar_event:hover p {
color: #de0000;
}
.no_event{
	background: url(../img/title_noevent.jpg) no-repeat;
	text-indent: -99999px;
	height: 50px;
}
