#scarousel {position: relative;}
#scarousel h3 {font-size: 1.4em;}
#controls {position: absolute; bottom: 5px; left: 5px;}
#controls span {
	background-image: url('../images/controls.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 7px;
	text-indent: -9999px;
}
#next {	background-position: -60px 0}
#previous {	background-position: 0 0}
#play {	background-position: -90px 0;}
#pause{	background-position: -30px 0;}
.box {
	background:#000;
	padding:0;
	height:228px;
	width:536px;
	margin:0;
	float:left
}
#mycarousel_mscchild.child li {list-style-type: none;}
#mycarousel_mscchild.child li.box p {
	position: absolute;
	top: 10px;
	left: 10px;
	padding:0 4px;
	color: #fff;
	font-size:15px;
	font-weight:bold;
	width:175px;
	text-shadow: 2px 2px 3px #000000;
	filter:glow(color=#000000,strength=6);
}
.mscarousel {overflow:hidden}
.mscarousel img{border:0}
.mscarousel .child{position:relative;}
.mscarousel .child .set, .mscarousel .set{float:left; position:relative;}
.mscarousel .child .clear{clear:both}
