@charset "utf-8";
/* CSS Document */

#presentation {
	border-bottom:#CCCCCC solid 1px;
	height:160px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;

}

#thePresentation {width:10000px;margin-left:24px;position: absolute;top: 0;}

#thePresentation img{
float:left;
}

#pres_previous{
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}

#pres_next{
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
