/* ------ Hlavny container -------- */
#CallOut .sliderwrapper{
/*	position: relative; /*leave as is*/
	position: absolute; /* Povodne RELATIVE (vid o riadok vyssie - malo by FIX problem vo Firefoxe kde je cely slider posunuty doprava */
	overflow: hidden; /*leave as is*/
	width: 960px; /*width of featured content slider*/
	height: 227px;
}


/* ------ Slider Container -------- */
#CallOut .sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
/*	background: #333;  ANDREJ */
	width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width  */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#CallOut .sliderwrapper .contentdiv div.sliderImage{  /* ANDREJ */
	width: 420px; 
	height: 227px;
	float: left;
	margin: 0px 40px 0px 0px; 
}
#CallOut .sliderwrapper .contentdiv div.sliderText{  /* ANDREJ */
	width: 496px; /* Trosku menej ako max .. pre istotu */
	float: left;
	padding: 20px 0px 0px 0px;
}

/* ----- Pagination Container ------- */
#CallOut .pagination{
	width: 300px;
	text-align: left;
	padding: 5px 10px;
	font-size: 6pt;  /* ANDREJ */
	position: absolute; /* ANDREJ */
	top: 200px;
	left: 460px;
	z-index: 10;
}

#CallOut .pagination a{
	padding: 1px 4px;
	margin: 0px 1px;
	text-decoration: none; 
	color: #00007D;
	background: #4d4e50;
	border-radius: 5px;
}

#CallOut .pagination a:hover, #CallOut .pagination a.selected{
	color: #000;
	background-color: #898989;
}



/* CallOutText */
#CallOut p{
	font-size: 12pt;
	font-weight: bold;
}
#CallOut p span{ 
	font-size: 20pt;
	font-weight: bold;
}
#CallOut p strong{ 
	font-size: 26pt;
	font-weight: bold;
	color: #a0d855;
}
#CallOut p a.sliderButton{
	display: block;
	background-image: url(images/about-products-BG.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 150px;
	height: 24px;
	padding-top: 9px;
	margin-top: 2px;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
}
#CallOut p a:hover{ text-decoration: underline; }
