/* Component style */

/*
.audio-slideshow {
	width: 640px;
	height: 520px;
	position: relative;
	margin: 0 auto;
}
*/

.audio-slideshow .audio-slides {
	position: relative;
}
/*Toan bo phan truyen tu dau den cuoi trang*/
.audio-slideshow .audio-slides img {
	display: block;
	
	position: absolute;
	top: 12; left: 0;

}
/*toan bo 2dong play va timeline*/
.audio-slideshow .audio-control-interface {
	position: absolute;
/*	background-color: #B10439;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
/*	text-shadow: 1px 2px 4px rgba(0,0,0,1);*/
}
/*div phan play va duration*/
.audio-slideshow .play-pause-container, .audio-slideshow .time-container {
	
	position: absolute;
	top: 0px;
	height: 25px;
/*	font-weight: bold;*/
/*	color: #777;*/
/*	Mau chu*/
	
}

/*kich thuoc nut play*/
.audio-slideshow .play-pause-container a {
	outline: none;
	text-indent: -99999px;
	width: 32px;
	height: 32px;
	position: absolute;
}
.audio-slideshow .play-pause-container a.audio-play {
	background: transparent url(../images/playipad.png) no-repeat center center;
}

.audio-slideshow .play-pause-container a.audio-pause {
	background: transparent url(../images/pauseipad.png) no-repeat center center;
}

.audio-slideshow .audio-control-interface .time-container {
	top: 6px;
	right: 1px;
	
	
}

.audio-slideshow .timeline {
	position: absolute;
	width: 100%;
	background-color: #E1E1E1;
	height: 18px;
	top:38px;
	left: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,1);
}

.audio-slideshow .timeline .playhead {
	position: absolute;
	height: 20px;
	background: #333;
	width: 0;
}

.marker {
	width: 6px;
	height: 6px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4) inset;
	position: absolute;
	background: #B8BAC6;
	top: 7px;
}

.marker span {
	padding: 5px;
	position: absolute;
	bottom: 20px;
	opacity: 0;
	left: -50px;
	z-index: -1;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	background: #f5f6f6;
	background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6));
	background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
	background: -o-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
	background: -ms-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
	background: linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 );
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.marker span img {
	display: block;
}

.marker:hover span {
	opacity: 1;
	z-index: 100;
}