.gallery-list .play {
	position: absolute;
	width: 23px;
	height: 23px;
	left: 15px;
	top: 0px;
	display: block; 
	background-image: url(images/play.png);
	cursor: pointe;
}
.gallery-list .pause {
	position: absolute;
	width: 23px;
	height: 23px;
	left: 15px;
	top: 0px;
	display: block; 
	background-image: url(images/pause.png);
	cursor: pointer;
}

.gallery-list .fullscreen {
	position: absolute;
	width: 17px;
	height: 17px;
	left: 60px;
	top: 4px;
	display: block; 
	background-image: url(images/fullscreen.png);
	cursor: pointer;
}



.gallery-list .next {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 38px;
	top: 4px;
	display: block; 
	background-image: url(images/next.png);
	cursor: pointer;
}

.gallery-list .prev {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 4px;
	display: block; 
	background-image: url(images/prev.png);
	cursor: pointer;
}

.gallery-list .image-title {
	position: absolute;
	bottom: 100px;
	left: 100px;
	height: 23px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}


.gallery-list .player-controls-inner {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 10px;
}
	
.gallery-list .player-controls {
	position: absolute;
	bottom: 100px;
	height: 23px;
	width: 100%;
	border-top : 1px solid rgb(200,200,200);
	border-bottom: 1px solid rgb(120,120,120);
}