*{ margin: 0; padding: 0; }

#slider							{
	height: 472px;
	overflow: hidden;
	position: relative;
	margin: 20px 0;
	background-color: #F7EDC7;
	background-image: url(../images/slider-bg2.jpg);
	width: 770px;
	float: right;

}						  
                          
						  
#mover							{
	width: 2358px;
	position: relative;
}


.slide							{
	width: 888px;
	float: left;
	position: relative;
	padding-top: 120px;
	padding-right: 30px;
	padding-bottom: 26px;
	padding-left: 40px;
	display:inline;

}

.slide h1						{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9C8462;
}
.slide p						{
	color: #A68049;
	font-size: 13px;
	line-height: 18px;
	width: 300px;
	text-indent: 10px;
}
.slide img						{
	position: absolute;
	top: 80px;
	left: 349px;
	display: inline
}
#slider-stopper					{
	position: absolute;
	top: 1px;
	right: 20px;
	color: #F7EDC7;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
	background-color: #642C2C;
}
