/* 
*	Urmatoarele stiluri sunt doar pentru prezentarea demo-urilor si nu au nici o legatura cu functionalitatea plugin-ului:
*/


.ico { 
width: 24px; 
height: 24px; 
background-color: #FFF; 
/*border: 1px solid #CCD8E3; */
padding: 0; 
background-repeat: no-repeat; 
background-position: 4px 4px; 
}

.ico-first {
	background-image: url("../img/ico/first.png");
	margin-right: 5px;
}
.ico-prev {
	background-image: url(../images/prev.png);
}
.ico-next {
	background-image: url(../images/next.png);
}
.ico-last { background-image: url("../img/ico/last.png"); margin-left: 5px; }
.ico-toggle { background-image: url("../img/ico/toggle.png"); margin-top: -6px; }
.ico-ro { background-image: url("../img/flags/ro.gif"); }
.ico-au { background-image: url("../img/flags/au.gif"); }
.ico-cm { background-image: url("../img/flags/cm.gif"); }
.ico-py { background-image: url("../img/flags/py.gif"); }
.ico-jp { background-image: url("../img/flags/jp.gif"); }
.left { float: left; }
.right { float: right; }
.menu { position: relative; list-style-type: none; margin-bottom: 2px; }

.menu a.tab {
padding: 0px 0px 0px 0px;/* I setup to 0px to deactivate the menu tab*/
/*border: 1px solid #CCD8E3; */
/*background-color: #FAFAFA;*/
}

.menu a.selected { 
border-bottom-color: #FFF; 
background-color: #FFF; 
}

table { width: 100%; background-color: #CCD8E3; }
table tr { background-color: #FFF; }
table thead tr { background-color: #E9F1F4; }
table tr.odd { background-color: #F8FAFA; }
table tr td { padding: 5px; }
table tr td.small { width: 12px; }
table tr td input { width: 13px; height: 13px; }
#map-menu { background-color: #FFF; padding: 5px 10px; border: 1px solid #CCD8E3; margin-bottom: 10px; }
#map-menu a { background-position: 0 6px; background-repeat: no-repeat; padding: 5px 20px 5px 22px; }


/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

.main {
	width: 491px;
	}

.scroller {
	width: 491px;
	height: 333px;
	overflow: hidden;
	border: 1px solid #CCD8E3;
	margin-bottom: 10px;
	}

.scroller#scroller-3 {
	width: 868px;
	height: 313px;
	}

#content-1 {
	width: 3437px;
	}

#content-2 {
	width: 420px;
	}

.slide {
	width: 471px;
	height: 313px;
	float: left;
	background-color: #FFF;
	padding: 10px;
	}

#map {
	padding-top: 30px;
	}

#scroller-3 {
	position: relative;
	background: url('../img/loading.gif') no-repeat 50% 50%;
	}

#content-3 {
	width: 4450px;
	height: 2887px;
	background-image: url('../img/map.gif');
	}

#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;
	}
