/********************************************************************
 *
 *	NASTAVENIE VZHLADU PRE JQUERY SLIDER
 *
 ********************************************************************/

ul.bjqs
{
	position: relative; 
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden; 
	display: none;
}

li.bjqs-slide
{
	display: none;
	position: absolute;
}

ul.bjqs-controls
{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

p.bjqs-caption
{
	position: absolute;
	display: block;
	width: auto;
	height: 59px;
	margin: 0;	
	bottom: 0;
	margin-top: 290px;
	padding: 20px 30px 0 30px;
	background: url('../images/bcg_header_title.png') top center repeat-x;
	color: #FFFFFF;
	text-align: left; 
	font-size: 16pt;
}

p.bjqs-caption a
{
	color: #FFFFFF;
	text-decoration: none;
}

/*
ul.bjqs-controls li a
{
	display: block;
	position: absolute;
	width: 34px;
	height: 50px;
	text-decoration: none;
}

a.bjqs-prev
{
	top: 100px;
	left: 0;
	margin-top: 150px;
	margin-left: 30px;
	background: url('../images/header_arrow_left_inactive.png') center center no-repeat;
}

a.bjqs-prev:hover
{
	background: url('../images/header_arrow_left_active.png') center center no-repeat;
}
*/

ul.bjqs-controls li a
{
	display: block;
	position: absolute;
	width: 28px;
	height: 65px;
	text-decoration: none;
}

a.bjqs-prev
{
	top: 150px;
	left: 9px;
	background: url('../images/controls.png') no-repeat top left;
}

a.bjqs-prev:hover
{
	background-position: bottom left;
}

/*
a.bjqs-next
{
	top: 0;
	right: 0;
	margin-top: 150px;
	margin-right: 30px;
	background: url('../images/header_arrow_right_inactive.png') center center no-repeat;
}

a.bjqs-next:hover
{
	background: url('../images/header_arrow_right_active.png') center center no-repeat;
}
*/

a.bjqs-next
{
	top: 150px;
	right: 9px;
	background: url('../images/controls.png') no-repeat top right; 
}

a.bjqs-next:hover
{
	background-position: bottom right;
}
