/* 
*	Urmatoarele stiluri sunt doar pentru prezentarea demo-urilor si nu au nici o legatura cu functionalitatea plugin-ului:
*/

* { margin: 0; padding: 0; }
body { 
	font-size: 75%;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
}
a { 
	color: #e22125; 
	text-decoration: underline; 
}
a:hover { 
	color: #333; 
	text-decoration: none;
}
a:active, a:focus { outline: none; }

#wrapper { width: 870px; margin: 20px auto; }
.menu { 
	position: relative; 
	float: left;
	list-style-type: none; 
	width: 175px;
	background: #04759c;
	height: 190px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url("../img/bg_slider_menu.png");
}
.menu a {
	display: block;
	width: 175px;
	height: 34px;
	text-indent: 14px;
	font-size: 0.9em;
	color: #92e4ff;
	text-decoration: none;
	line-height: 3.4em;
}
.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.menu a.selected {
	background: url("../img/arrow.gif") no-repeat;
	background-position: center left;
	font-size: 1.1em;
	line-height: 3em;
	font-weight: bold;
	color: #ffffff;
}


/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

.main {
	width: 420px;
	}

.scroller {
	width: 625px;
	height: 200px;
	overflow: hidden;
	float: left;
	}

.scroller#scroller-3 {
	width: 868px;
	height: 300px;
	}

#content-1 {
	width: 2500px;
	}

#content-2 {
	width: 625px;
	}

.slide {
	width: 625px;
	height: 200px;
	float: left;
	background: url("../img/bg_slides.png");
	}
.welkom {
	background: url("../img/slides/welkom.jpg");
}
.text {
	margin: 40px 0 0 258px;
	width: 320px;
}
.mobielWerkenWasNogNooitZoRelaxed {
	background: url("../img/slides/mobiel_werken_was_nog_nooit_zo_relaxed.jpg");
}
.wereldwijdeToegangTotUwBestanden {
	background: url("../img/slides/wereldwijde_toegang_tot_uw_bestanden.jpg");
}
.hostUwEigenWebsites {
	background: url("../img/slides/host_uw_eigen_websites.jpg");
}
.nuSuperVoordelig {
	background: url("../img/slides/nu_super_voordelig.jpg");
}
.slide h2 {
	color: #ffffff;
	font-weight: normal;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-indent: -999999px;
	margin-bottom: 8px;
}
.slide p {
	line-height: 1.8em;
	padding-top: 6px;
	font-size: 1em;
	color: #0b5077;
}
.slide a {
	color: #ffffff;
	text-decoration: underline;
}
.slide a:hover {
	color: #92e4ff;
}