/* styling for body element */
body { 
	margin:2px 2px;
}

/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }
:focus   { -moz-outline-style:none; }

#pl {
	height:80px;
/*	background:#f5fbfb url(http://www.ncr-bdpa.org/bdpa11/bt-img/h150.png) repeat-x;	
	border:1px solid #202044; */
	width:300px;  
 	position:relative;
	overflow:hidden;
	padding:1px 0;
	float:left;   
}

.entries {
	height:80px;
	position:absolute;
	width: 60px;
}

.page {
	width:300px;
	float:left;
}

/* .entries a {
/*	background:transparent url(http://www.ncr-bdpa.org/bdpa11/bt-img/pttv.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:9px;  
	height:90px;
	margin:0px 4px;
	padding:4px;
	text-decoration:none;
	width:70px;
	
}   

.entries a:hover {
	background-position:-20px 0;
	color:#000;
}

.entries .playing {
	background-position:-40px 0;		
	color:#000;
}

.entries .paused {
	background-position:-60px 0;		
	color:#000;
}

.entries .progress {
	opacity:0.8;
}

.entries em {	
	float:right;
	margin-top:15px;
	color:navy;
	font-style:normal;
}   */

.next, .prev {
	display:block;
	width:18px;
	height:18px;
	background:url(http://www.ncr-bdpa.org/bdpa11/bt-img/left.png) no-repeat;
	margin:30px 5px;
	cursor:pointer;
	float:left;
}

.next:hover, .prev:hover {
	background-position:0px -18px;		
}

.next {
	background-image:url(http://www.ncr-bdpa.org/bdpa11/bt-img/right.png);	
}

.next.disabled, .prev.disabled {
	visibility:hidden;		
}

