
#slideheader{
	min-height:10%;
	position:relative;
	background:#e6e6ff;
    overflow: auto;
    border:1px solid grey;
    border-radius: 10px;
    z-index:10;
}

body{
	font-size:1.8em;
	align-content:center;
    padding:5px;
}

#next,#prev,#first,#last,#index,#exit{
	display:inline;
	text-align: center;
	min-width:10%;
	height:100%;
	position:relative;
	vertical-align:middle;
	
}


#first{
	left:6%;
}
#prev{
	left:14%;
}
#index{
	left:22%;
}
#exit{
	left:30%;
}
#next{
	left:38%;
}
#last{
	left:46%;
}

#imagebox{
	width:100%;
    text-align:center;
    border:1px solid grey;
}

#image{
	position:relative;
	display:inline-block;
	margin: 0 auto;
}

#caption{
    border:1px solid grey;
    border-radius: 10px; 
	position:relative;
	text-align: center;
	background:#e6e6ff;
	z-index:10;
}

#clickprev,#clicknext{
	background-color: transparent;
	position:fixed;
}
#clickprev{
	z-index:6;
	width:50%;
	height:100%;
	top:0;
	left:0;
}
#clicknext{
	z-index:5;
	width:100%;
	height:100%;
	top:0;
	left:0;
}


