body{
	margin:0;
	padding:0;
	font:12px Tahoma, Arial, sans-serif;
	background-color:#F3F3F3;
}

div#wrapperSlider{
	width:650px;
	margin:10px auto;
	height:150px;
	background-color:#eee; border: 2px solid #ff4500; border-radius: 10px;
	position:relative;
	overflow:hidden; border-radius: 10px;
}

img.pauseSlider{
	position:absolute;
	z-index:6;
	top:5px;
	left:5px;
}

div#wrapperSlider .slider img{
	width:650px;
}

div#listMiniImg{
	width:150px;
	padding-left:10px;
	float:right;
	height:150px;
	border-left:1px solid #e0e0e0;
}

div#listMiniImg div:first-child{
	opacity:1;
}

div#listMiniImg div{
	opacity:0.5;
	margin-bottom:7px;
	overflow:hidden;
	width:92px;
	height:52px;
}

div#listMiniImg div img{
	height:52px;
}

div.activeO{
	z-index:2;
}

div.previewO{
	z-index:1;
}

div.slider > div{
	position:absolute;
}

span.textList{
	position:absolute;
	display:block;
	color:#fff;
	background:rgba(0,0,0,0.5);
	bottom:0;
	padding:10px;
	text-align:justify;
}