@charset "UTF-8";

/* CSS Document */

#body {
	background-color:#;
}
#slides {
	background-color:#;
}

#wrapper {
height:100%;
clear:both;
margin-bottom:30px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
position:relative;
text-align:left;
width:px;
background-repeat:repeat-y; 
}

/*slides*/ 
	

#imgSrc {
	padding: 0px;
	border:#000 solid 3px;
	text-align: center;
} 


#slide {
	display: block;
	width: 391px;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
}

.center {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#controller {
	width: 60px;
}

#caption {
	color:#000;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px 0px 0px 0px;
} 

#arrowl {
	font-size: 40px;
	color: #390;
	font-weight: bold;
}

#arrowr {
	font-size: 40px;
	color: #390;
	font-weight: bold;
}

#arrowl a:link {
	color:#330;
	text-decoration:none;
}
#arrowl a:hover {
	color:#AE4E28;
	text-decoration:none;
}
#arrowr a:link {
	color:#330;
	text-decoration:none;
}
#arrowr a:hover {
	color:#AE4E28;
	text-decoration:none;
}
.home-btn {
	display:block;
	margin-left:auto;
}
