@charset "utf-8";

html 
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

.imageLink
{
	border:3px solid #999;
	margin:15px 15px auto auto;
	cursor:pointer;
}

.imageLink:hover
{
	border:3px solid #099;
}
.slidersNavJej{
position: absolute;
z-index: 2;
width: 100%;
bottom: 4%;
}
.textLink
{
margin: 5px 8px 5px 8px;
cursor: pointer;
text-decoration: underline;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
transition: background 0.5s;
box-sizing: border-box;
border: #fff 2px solid;
}

.textLink:hover
{
	font-weight:bold;
}

.contentContainer
{
	position:relative;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	text-align: center;
	width:100%;
	height:100%;
	min-height:100%;
	overflow:auto;
}

.sliderHolder
{
	position:fixed;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	width:100%;
	height:100%;
	min-height:100%;
}

.sliderHolder
{
	overflow:hidden;
	
}

.controlButton
{
	background:url(../assets/control_bg.png) repeat-x;
	text-align:center;
}

.controlContainer
{
	background:url(../assets/control_bg.png) repeat-x;
}

.banner img, .bannerInner div
{
	display:none;	
}

.divPad 
{
   padding-top: 40px;
}

.superCaption
{
	padding:5px;	
}