#slider{
	width: 450px;
	margin:auto;
	height: 260px;
	position: relative;
	background: #FAFAFA url(loader.gif) center no-repeat;
        overflow:hidden;
}
#slider a.img{
	width: 450px;
	height: 260px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
#slider img {
	display: block;
	width: 450px;
	height: 260px;
}
#slider-nav {
	position: absolute;
	width: 436px;
	height: 12px;
	bottom: 0;
	left: 0;
	z-index: 101;
	padding: 8px 6px 8px 10px;
	background: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#89000000', endColorstr='#89000000');
}
#slider-title {
	position: relative;
	float: left;
	overflow: hidden;
	height: 12px;
	width: 160px;
}
#slider-title a {
	height: 12px;
	line-height: 10px;
	color: #fff;
	position: absolute;
	bottom: -12px;
	left: 0;
	z-index: 101;
}
#slider-control {
	float: right;
}
#slider-control-box{
	width:40px;
	height:10px;
	margin-right:-5px;
}
#slider-control a {
	width: 0;
	height: 0;
	font-size: 0;
	text-indent: -999999px;
	border-width: 5px 8px;
	border-color: transparent transparent transparent #fff;
	border-style: dashed dashed dashed solid;
	display: block;
	float:left;
}
#slider-control a#slider-left {
	border-color: transparent #fff transparent transparent;
	border-style: dashed solid dashed dashed ;
	margin-right: 6px;
}