.slider {
	width:310px;
	float:left;
}
.items {
	display:none;
}
.buttons {position:absolute;bottom:10px;right:10px;z-index:10;background:url(../images/buttons.png) 0 0 repeat-x #f6b404;padding:6px 7px 0px;border:1px solid #2f3030;}
.buttons a {display:inline-block;overflow:hidden;margin:2px;}
.play {background:url(../images/play.gif) 0 0 no-repeat;width:4px;height:7px;}
.pause {background:url(../images/pause.gif) 0 0 no-repeat;width:5px;height:7px;}
.play.active {
	background:url(../images/play-active.gif) 0 0 no-repeat;
}
.pause.active {
	background:url(../images/pause-active.gif) 0 0 no-repeat;
}.van {
	float: left;
}
