#slideshow {

	overflow: hidden; 
	margin: 0 px;
	position: relative;
	width: 131px;
    	height: 131px;

}

#slideshow img {
	//position:relative;top:50%;
	//display: none;
	//opacity: 0;
	//filter: alpha(0);
	width: 130px;
    	height: auto;

}
