.slider-background
{
	background-image:url('../img/v.png');
	background-position:center;
	background-repeat:repeat-x;
	/*border:solid 1px black;*/
}
#slider-image
{
	background-image:url('../img/banner.jpg');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

#slider-title
{
	font-family:"Forte";
}

.slider-progbar
{
	
	width:75%;
	height:4px;
	/*padding:1px;*/
	border:solid 1px black;
}

#slider-progress
{
	height:100%;
	float:left;
	background-color:blue;
}

.nav-ss
{	
	width:15px;
	height:15px;
	border:solid 1px black;
	background-color:white;
	border-radius:50%;
	float:left;
	cursor:pointer;
}




.nav-active { background-color:gold; }

/*
.nav-bar {
	
	width:100%;
	height:15px;
	background-color:red;
}*/