a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

#page-wrap						{ background: white; width: 960px; margin: 0 auto; 
								  padding: 50px 0; }

#slider							{
	height: 160px;
	overflow: hidden;
	position: relative;
	width: 915px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	top: 300px;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{
	width: 2880px;
	position: relative;
}

.slide							{
	float: left;
	position: relative;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	width: 900px;
}
.slide p						{
	color: #292929;
	font-size: 11px;
	line-height: 22px;
	width: 300px;
}
.paragraf {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #292929;
	text-decoration: none;
	letter-spacing: normal;
}

.slide img						{
	position: absolute;
	top: 20px;
	left: 240px;
}
#slider-stopper					{
	position: absolute;
	top: auto;
	right: auto;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	left: 830px;
	bottom: 10px;
	background-color: #938866;
	width: 40px;
}

