*								{ margin: 0; padding: 0; }

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

h2								{
	font-family: Georgia, Serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #900;
	background-image: url(../imagini/slider-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#page-wrap						{
	width: 700px;
	height: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	position: relative;
	top: 320px;
}

#slider							{
	height: 200px;
	overflow: hidden;
	position: relative;
	background-image: url(../imagini/slider-bg.png);
}
								  
                                /* 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							{
	padding: 40px 30px;
	float: left;
	position: relative;
	width: 800px;
}
.slide h1						{
	font-family: Helvetica, Sans-Serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #ac0000;
}
.slide p						{
	color: #000;
	font-size: 12px;
	line-height: 22px;
	width: 300px;
}
.slide img						{
	position: absolute;
	top: 26px;
	left: 276px;
}
