

#slider 
{
	color: red;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
}

#pagger-tkb
{
	height: 25px;
}

#pagger-tkb-left
{
	padding-top: 5px;
	padding-left: 10px;
	width: 50% !important;
	height: 100%;
	float: left;
	font-family: 'din regular';
}

#pagger-tkb-right
{
	width: 49% !important;
	background-color: black;
	height: 25px;
	float: left;
}

#image-container img
{
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	
}

#slide-inside
{
	width: 1000000px;
	/*height: auto;*/
	background-position: center center;
    background-size: cover;
}

.pager
{
	height: 25px;
	float: right;
	background-color: black;
	border: none;
	padding-top: 10px;
}

.pager-content
{
	height: 10px;
	width: 10px;
	float: left;
	margin-right: 20px;
	cursor: hand;
	cursor: pointer;
	border-radius: 21px;
}

.pager-normal
{
	background-color: #666;
}

.pager-selected
{
	background-color: white;
}

.img1
{
	background: url('../home/images/img1-slideshowhome.jpg');
	width: 100%;
	height: 100%;
	background-position: center center;
    background-size: cover;
}

.img2
{
	background: url('../home/images/img2-slideshowhome.jpg');
	width: 100%;
	height: 100%;
	background-position: center center;
    background-size: cover;
}
.img3
{
	background: url('../home/images/img3-slideshowhome.jpg');
	width: 100%;
	height: 100%;
	background-position: center center;
    background-size: cover;
}
.img4
{
	background: url('../home/images/img4-slideshowhome.jpg');
	width: 100%;
	height: 100%;
	background-position: center center;
    background-size: cover;
}
.img5
{
	background: url('../home/images/img5-slideshowhome.jpg');
	width: 100%;
	height: 100%;
	background-position: center center;
    background-size: cover;
}
.img6
{
	background: url('../home/images/img6-slideshowhome.jpg');
	width: 100%;
	height: 100%;
	background-position: center center;
    background-size: cover;
}