
#container {
	width: 220px;
			height: 240px;
	margin:0 auto;

}

	div.slideBox {
		width: 180px;
		height: 240px;
		position: relative;
		float: right;
		margin-left: 30px;
		overflow: hidden;
		border: 0;
	}
	
		div.slideBox img {
			position: absolute;
			z-index: 2;
			width: 180px;
			height: 240px;
		}
		
    	div.content {
			position: absolute;
            text-align: justify;
font-size:11px;
background:url(./img/salmon.jpg);
/* background:url(/img/salmon.png); */
			z-index: 1;
			width: 180px;
			height: 240px;
		}