@charset "utf-8";
/* CSS Document */



#scrollcontainer{
	height:350px;
	width:900px;
	margin-bottom:35px;
}

/*
	Slideshow
*/

#slides {
	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:900px;
	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 div.slide {
	width:900px;
	height:350px;
	display:block;
}

/*
.slide img{
	border-radius:16px;	
}
/*


/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:150px;
}

.pagination li {
	float:left;
	margin:2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/home/pagination02.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-30px;
	left:0;
	height:30px;
	padding:0 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:860px;
	font-family: sans-serif;
	font-size:0.9em;
	line-height:0;
	color:#fff;
	text-shadow:none;
	/*border-radius:0 0 16px 16px;*/
}

h5{
	margin:0;
}

