#MediaListe {
	position: relative;
	height: 400;
	width: 400px;
    overflow: auto; 
}

#ajaxContent {
	position: relative;
	height: 320;
	width: 350px;
    background-color: #FFFFFF;
}

#contentLYR {
	position: absolute;
	left:  0px;
	top:   0px; 
	height: 320;
	width: 400px;
    background-color: #FFFFFF;
}

#preloadLYR {
	position: absolute;
	left:  0px;
	top:   0px; 
	height: 320;
	width: 400px;
    background-color: #FFFFFF;
}

#accessLYR {
	position: absolute;
	left:  0px;
	top:   0px; 
	height: 320;
	width: 400px;
    background-color: #FFFFFF;
}

#forwardLYR {
	position: absolute;
	left:  0px;
	top:   0px; 
	height: 320;
	width: 400px;
    background-color: #FFFFFF;
}

