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

#identity_text {
	margin-right: 25px;
	margin-left: 65px;
}
#wrapper #main_content .slideshow {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}
#wrapper #main_content .slideshow #clouds {
	height: 150px;
	width: 763px;
	background-image: url(../images/index/clouds.png);
	position: absolute;
	margin-top: 278px;
	z-index: 10;
}
#wrapper #main_content .slideshow #slides #slide1 {
	height: 181px;
	width: 438px;
	background-image: url(../images/index/slide1.png);
	padding-top: 180px;
	padding-left: 25px;
	padding-right: 300px;
}
#wrapper #main_content .slideshow #slides #slide2 {
	height: 181px;
	width: 438px;
	background-image: url(../images/index/slide2.png);
	padding-top: 180px;
	padding-left: 25px;
	padding-right: 300px;
}
#wrapper #main_content .slideshow #slides #slide3 {
	height: 181px;
	width: 438px;
	background-image: url(../images/index/slide3.png);
	padding-top: 180px;
	padding-left: 25px;
	padding-right: 300px;
}
#wrapper #main_content .slideshow #slides #slide4 {
	height: 181px;
	width: 438px;
	background-image: url(../images/index/slide4.png);
	padding-top: 180px;
	padding-left: 25px;
	padding-right: 300px;
}
#wrapper #main_content .slideshow #slides #slide5 {
	height: 181px;
	width: 438px;
	background-image: url(../images/index/slide5.png);
	padding-top: 180px;
	padding-left: 25px;
	padding-right: 300px;
}
#wrapper #main_content .slideshow #slides {
	height: 381px;
	width: 763px;
	overflow: hidden;
}
#next  {
	height: 40px;
	width: 100px;
	background-image: url(../images/index/next.png);
	position: absolute;
	margin-top: 288px;
	margin-left: 650px;
	z-index: 20;
	background-repeat: no-repeat;
}
#prev  {
	height: 40px;
	width: 100px;
	background-image: url(../images/index/prev.png);
	position: absolute;
	margin-top: 288px;
	z-index: 20;
	background-repeat: no-repeat;
}
#wrapper #main_content .homewriteup {
	width: 625px;
	float: left;
}

