@charset "UTF-8";
/* CSS Document */

#section{
	position:absolute;
	left: 300px;
	top: 80px;
	
}
h1{
	position:relative;
	left: 90px;
	top: 7px;
	font-size: 24px;
	color: #666;

}

#lectureField{
	background-image: url(../images/haikei1.jpg);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	margin-top:25px;
	margin-left:30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float:left;
	width:650px;
	
}
.lectureList1{
	background-image: url(../images/listmark_orange_dot.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom:30px;
	background-position: 0px 0px;
	width:240px;
}

.lectureList2{
	background-image: url(../images/listmark_orange.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom:30px;
	background-position: 0px 0px;
	width:240px;
}
#sidebar h2,#sidebar h3{
	font-size: 14px;
	font-weight: normal;
	line-height: 11px;
}

#sidebar p{
	line-height: 19px;
	font-size:13px;
}
#test{
	clear: both;
	margin:20px;
}

#lectureField h2{
	background-image: url(../images/listmark_purple.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	text-indent: 16px;
	color: #93C;
	font-weight: normal;
}
#lectureField h3{
	font-weight: normal;
	color: #666;
}

#lectureField p{
	padding-left: 15px;
}

#calendar{
	margin-top: 20px;
	margin-bottom: 20px;	
	
}


/*
	Slideshow
*/

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:600px;
	height:350px;
	position:relative;
	top:-20px;
	left:35px;
}



#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin-top:26px;
	margin-left:195px;
	width:100px;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}





   

