* {margin:0; padding:0}
.sm {list-style:none; width:600px; height:183px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden }

.sm p {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	padding-left: 130px;
	padding-right: 200px;
	padding-top: 60px;
	width: 250px;
	height: 183px;
	}
	
.sm p a {                
	color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        width: 230px;
}

.sm p img {
	display: inline;
        margin-right: 10px;
}


.sm p.sl1 {
	background-image: url("images/1.gif");
}
.sm p.sl2 {
	background-image: url("images/2.gif");
}
.sm p.sl3 {
	background-image: url("images/3.gif");
}
.sm p.sl4 {
	background-image: url("images/4.gif");
}
.sm p.sl5 {
	background-image: url("images/5.gif");
}

