ul.iconlist {list-style: none; margin: 0; padding: 0;}

li.pause { background-image: url(img/pause.png); background-repeat: no-repeat; background-position: 0 18px;
	margin-left: -10px; padding: 10px 0 3px 30px;}
	
li.pause a { text-decoration: none; }
li.pause a:hover { text-decoration: underline; }

	/* Sample 1*/
#box_slideshow {position:absolute; width: 1000px;}
#box_slideshow span {display:block; float:left;}

.mask_slideshow {position:relative; width:787px; height:593px; overflow:hidden; margin-top: -16px; }

/* Sample 3*/
#box3{
	position:absolute;
	width:810px;
}
#box3 span{
	display:block;
	float:left;
}

.mask2{
	position:relative;
	overflow:hidden;
	width:810px;
	height:593px;
	margin-top: -16px; 
}

.small {
	font-size: 9px;
}