@CHARSET "ISO-8859-1";

/* overlay size and background image */ 

div.overlay { 
     
    /*  
        THIS IS YOUR FULLSCREEN DIMENSIONS 
    */ 
    width:800px;     
    height:600px;  
     
    background: url(../images/petrol.png) no-repeat; 
    display:none;     
    padding: 0 !important; 
}

#imgdiv{
	top:0px !important; 
	left: 0px !important;
} 
 
/* close button for overlay */ 
div.overlay div.close { 
    background: url(../javascript/Lightbox/images/close.gif) no-repeat; 
    position:absolute; 
    top:2px; 
    right:5px;  
    width:35px; 
    height:35px; 
    cursor:pointer; 
} 
 
/* original size of the player */ 
#player, #player embed, #player object { 
    height:430px; 
    width:522px; 
} 
 
/* absolute positioning of the player */ 
#player embed, #player object { 
    position:absolute; 
     
    /* layer as the topmost element */ 
    z-index:10001; 
}

#playerListDiv {
	background: #F5FBFB url(../images/common//h150.png) repeat-x scroll 0 0;
	border: 1px solid #DDDDDD;
	height: 70px;
	padding: 5px 0;
	position: relative;
	width: 520px;
}

#pl {
	position: relative;
	float: left;
	height: 70px;
	width: 480px;
	overflow: hidden;
}

#playerListDiv div.entries{
	position: absolute;
	top : 0px;
	left : 0px;
	height: 70px;
	width: 5000px;
}

#playerListDiv div.entries a {
	background: transparent url(../images/common/entry.png) no-repeat scroll 0	0;
	color: #666666;
	float: left;
	font-family: "bitstream vera sans", "lucida grande", "verdana";
	font-size: 11px;
	height: 50px;
	margin: 0 4px;
	padding: 10px;
	text-decoration: none;
	width: 115px;
}

#playerListDiv div.entries a:hover {
	background-position: -140px 0;
	color: #000000;
}

#playerListDiv div.entries a.playing {
	background-position: -280px 0;
	color: #000000;
}

#playerListDiv div.entries a.paused {
	background-position: -420px 0;
	color: #000000;
}

#playerListDiv div.entries a.progress {
	opacity: 0.8;
}

#playerListDiv div.entries em {
	color: red;
	float: right;
	font-style: normal;
	margin-top: 10px;
}

a.nextPage,a.prevPage {
	background: transparent url(../images/common/left.png) no-repeat	scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 18px;
	margin: 30px 0;
	width: 18px;
}

a.nextPage:hover,a.prevPage:hover {
	background-position: 0 -18px;
}

a.nextPage {
	margin-left: 4px;
	background-image: url(../images/common/right.png);
}

a.nextPage.disabled,a.prevPage.disabled {
	visibility: hidden;
}
