*
{
	margin : 0;
	padding : 0;
}
html, body
{
	width : 100%;
	height : 100%;
}
#presentation
{
	height : 100%;
	overflow : hidden;
}
.slide-show>div
{
	height : 87%;
	overflow : auto;
}
.controls
{
	margin : auto;
}
.controls a
{
	width : 25px;
	height : 50px;
	background : #aeafa7;
	display : block;
	float : left;
	margin-right : 10px;
	text-align : center;
	text-decoration : none;
	color : #FFF;
	line-height : 3;
}
.slide-show ul.controls li a.current{
	position : relative;
	background : #989896;
}
.controls a:hover
{
	text-decoration : none;
	
}
.controls a[value="prev"], .controls a[value="next"]
{
	width : 50px;
	background : url(../images/nav_left.png);
}
.controls a[value="next"]
{
	background : url(../images/nav_right.png);
}
.controls li
{
	
	list-style-type : none;
}