#player_bar {
	width: 900px;
	height: 160px;
	margin: auto;
	position: relative;
}

#imageScroller {
	width: 900px;
	height: 160px;
	position: relative;
}

#viewer {
	width: 740px;
	height: 145px;
	overflow: hidden;
	margin: auto;
	position: relative;
	top: 10px;
}

#controls a {
	width: 14px;
	height: 17px;
	position: absolute;
	top: 65px;
	cursor:pointer;
}

#rtl {
	background: url('../img/prev.png') no-repeat;
	left: 20px;
}

#ltr {
	background: url('../img/next.png') no-repeat;
	right: 20px;
}

.player_bar_item{
      margin:0 20px 0 0;
      border:1px solid #c7c7c7;
      padding:5px;
}

.wrapper {   
      outline:none;

}

