#home.section {
	background-color: #ddd;	
	border: 1px solid #bbb;
	
}

#home .sectionContent  {
	padding: 115px 36px 36px 30px;
}

#home .sectionContent h1 {

}

#home #opsou {
	position: absolute;
	bottom: 5px;
	left: 15px;
}


#home .content {
	float: right;
	width: 630px;
	color: #414141;	
}

#home .events {
	margin: 0 0 65px 153px;
	height: 164px;
}


#home .events .banner {
	width: 190px;
	height: 164px;
	margin-right: 7px;
	float: left;
}


/* NEXT EVENT */
#home .nextEvent{
	color: #000;
	width: 220px;
	height: 164px;
	position: relative;
	background: url(../i/nextEventBckHome.png) no-repeat;
	float: left;	
}

#home .nextEvent li {
	position: absolute;
}

#home .nextEvent li a {
	color :#000;
}
#home .nextEvent li.plus{
	width: 43px;
	height: 43px;
	top:0;
	left: 0;
	font-size: 47px;
	text-align: center;	
}

#home .nextEvent li.day{
	width: 120px;
	height: 43px;
	top:0;
	right: 5px;
	font-size: 50px;
	text-align: right;	
	font-weight: bold;
}

#home .nextEvent li.month{
	width: 120px;
	height: 43px;
	top:40px;
	right: 5px;
	color: #fff;
	font-size: 40px;
	text-align: right;	
	text-transform: lowercase;
}

#home .nextEvent li.month a {
	color :#fff;
}

#home .nextEvent li.place{
	width: 205px;
	height: 57px;
	left:5px;
	bottom: 30px;
	font-size: 16px;
}

#home .nextEvent li.title{
	width: 205px;
	height: 57px;
	left:5px;
	bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}


/* NEW */
#home .newsContainer {
	color: #000;
	position: relative;	
	padding-top: 35px;
}

#home .newsContainer .new {
	margin-bottom: 35px;
}

#home .newsContainer .new h6{ /* DATE */
	width: 140px;
	margin-right: 15px;
	float: left;
	font-size: 26px; 
}

#home .newsContainer .new h3{ /* TITLE */
	width: 180px;
	margin-right: 15px;
	float: left;
	font-size: 26px; 
	font-weight: normal;
}

#home .newsContainer .new .body{ /* BODY */
	width: 257px;
	margin-right: 15px;
	float: right;
	font-size: 14px; 
	font-weight: normal;
	line-height: 20px;
}

#home .newsContainer .new .body p { 
	margin-bottom: 20px;
}

#home .newsContainer .new .body a.more { 
	font-weight: bold;
}

#home .newsContainer a.button {
	color: #71AAB5;
	font-weight: bold;
	text-align: center;
	width: 24px;
	height: 23px;
	font-size: 14px;	
}

#home .newsContainer a.button img{
	margin-bottom: 5px;	
}



#home .newsContainer .next {
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
}

#home .newsContainer .previous {
	display: block;
	position: absolute;
	right: 30px;
	top: 0px;
}

#home .newsContainer .detail {
	
}


/* PAGER */
#home .newsContainer .pager {
	position: absolute;
	right: 70px;
	top: 5px;	
	margin-bottom: 10px;
	margin-left: 215px;
}

#home .newsContainer .pager li{
	display: inline-block;
	zoom: 1; /* IE6&7 (hasLayout)*/
    *display: inline; /* IE */
}






