body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#wrapper {
	width: 300px;
	margin: 0px auto;
	padding-top: 25px;
	text-align: left;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/*	Audio Player
--------------------------------------------------------------------------*/
#audio {
	height: 0px;
}

div.controlbar {
	position: relative;
	height: 27px;
	width: 290px;
	margin-left: 10px;
}

/* play/pause button */
div.controlbar a.play, div.controlbar a.pause { 
	position:absolute;
	width: 24px;
	height: 27px;
	display:block;
	text-indent:-9999em;
	background:url(../../../assets/images/res_spo_player.png) no-repeat -19px -19px;
	cursor:pointer;
}

div.controlbar a.play:hover {
	background-position:-19px -84px;	
}

div.controlbar a.pause { 
	background-position:-19px -149px;
}

div.controlbar a.pause:hover {
	background-position:-19px -214px;	
}

/* the timeline (or "scrubber")  */
div.controlbar div.track {
	position:absolute;
	left:40px;
	cursor:pointer;
	width:166px;
	height:15px;
	margin-top: 6px;
	background-color: #eaeaea;	
}

/* the draggable playhead */
div.controlbar div.playhead {
	position:absolute;
	cursor:pointer; 
	background-color:#eaeaea;	
	width:3px;
	height:12px;
	margin-top: 1px;
}

/* buffer- and progress bars. upon runtime the width of these elements grows */
div.controlbar div.progress, div.controlbar div.buffer {	
	position:absolute;
	background-color:#006699;
	width:0px;
	height:12px;
	margin-top: 1px;
}

div.controlbar div.buffer {
	background-color:#999;
	margin-top: 1px;
}

/* time display */
div.controlbar div.time {
	position:absolute;
	left: 215px;	
	width:80px;
	padding-top: 5px;
	text-align:center;
	font-family: futura,"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;	
	font-size:12px;
	color:#006699; 
}

/* total duration in time display */
div.controlbar div.time strong {
	font-weight:normal;
	color:#b3b3b3;
}

a.mute {
	visibility: hidden;
}

/*	Buttons
--------------------------------------------------------------------------*/

#buttons {
	height: 50px;
	width: 300px;
}

ul.tabs {
	padding-left: 0;
}

ul.tabs li {
	width: 150px;
	float:left;
	display: block;
	margin: 0;
	text-indent: 0;
}

ul.tabs a {
	height: 38px;
	display: block;
	margin-top: 5px;
}

a.infobutton {
	background:url(../../../assets/images/res_spo_player.png) no-repeat -19px -279px;
	margin-left: 20px;		
}

a.infobutton.current, a.infobutton.current:hover, a.infobutton:active {
	background:url(../../../assets/images/res_spo_player.png) no-repeat -19px -431px;
	outline: none;		
}

a.infobutton:hover {
	background:url(../../../assets/images/res_spo_player.png) no-repeat -19px -355px;		
}

a.glossarybutton {
	background:url(../../../assets/images/res_spo_player.png) no-repeat -19px -507px;
	margin-left: 29px;	
}

a.glossarybutton.current, a.glossarybutton.current:hover, a.glossarybutton:active {
	background:url(../../../assets/images/res_spo_player.png) no-repeat -19px -659px;
	outline: none;	
}

a.glossarybutton:hover {
	background:url(../../../assets/images/res_spo_player.png) no-repeat -19px -583px;
}

/*	Info & Glossary
--------------------------------------------------------------------------*/

div.panes {
	width: 300px;
	height: 260px;
	overflow: hidden; 
}

div#keywords {
	height: 260px;
}

div#keywords h2 {
	margin: 0 5px;
	padding: 18px 0 2px 0;
	color:#006699;
	font-size: 1.3em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#keywords p {
	font-size: 1.4em;
	margin:0 5px;
	padding-top:10px;
	line-height: 1.3em;
}

div.panes ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

li.hindi {
	font-weight: bold;
	color: #006699;
}

li.english {
	font-size: .8em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

/* Scrollable */

div.scrollable {   
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;     
 
    /* vertical scrollers have typically larger height than width */     
    height: 200px;      
    width: 300px; 
} 

/* root element for scrollable items */ 
div.scrollable ul.items {     
    position:absolute; 
     
    /* this time we have very large space for height */     
    height:20000em;     
}

/* Scrolling Arrows */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:28px;
	height:18px;
	background:url(../../../assets/images/res_spo_player.png) no-repeat;
	cursor:pointer;
	font-size:1px;
}

a.prev, a.prevPage {
	margin: 0 auto 10px auto;
	background-position: -19px -847px;		
}

a.prev:hover, a.prevPage:hover {
	background-position: -19px -903px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	margin: 10px auto 0 auto;
	background-position: -19px -735px;	
}

a.next:hover, a.nextPage:hover {
	background-position: -19px -791px;	
}