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

a { color: #BE0C0C; text-decoration: none; }
a:hover { color: #333; }
a:active, a:focus { outline: none; }
h1 { font-size: 16px; font-weight: bold; padding-bottom: 10px; }
.ico { width: 24px; height: 24px; background-color: #FFF; border: 1px solid #CCD8E3; padding: 0; background-repeat: no-repeat; background-position: 4px 4px; }
.left { float: left; }
.right { float: right; }
#wrapper { width: 870px; margin: 20px auto; }
.menu { position: relative; list-style-type: none; margin-bottom: 2px; }
.menu a.tab { padding: 5px 10px 5px 10px; border: 1px solid #CCD8E3; background-color: #FAFAFA; }
.menu a.selected { border-bottom-color: #FFF; background-color: #FFF; }


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

.main {
	width: 420px;
	}

.scroller {
	width: 500px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 5px;
	}

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

#content-1 {
	width: 2500px;
	}

#content-2 {
	width: 420px;
	}

.slide {
	width: 500px;
	height: 100px;
	float: left;
	padding: 8px;
	}

#map {
	padding-top: 30px;
	}

#scroller-3 {
	position: relative;
	background: url('../img/loading.gif') no-repeat 50% 50%;
	}

#content-3 .checkpoint {
	position: absolute;
	}


/*
*	Coordonatele tarilor marcate pe harta
*/

#romania {
	left: 1950px;
	top: 750px;
	}

#australia {
	left: 3320px;
	top: 1850px;
	}

#cameroon {
	left: 1800px;
	top: 1300px;
	}	

#paraguay {
	left: 923px;
	top: 1720px;
	}

#japan {	
	left: 3360px;
	top: 723px;
	}
