html,body {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	height: 100%;
	}
body {
	font-family: arial;
	font-size: 13px;
	background:#38363d;
	overflow: hidden;
	}
.c {
	clear: both;
	font-size:0;
	height:0;
	}
a { outline: none; color:#01bdfc; text-decoration: none; }
img {
	border: 0;
	}
	
#wholeGiantBackground {
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%; 
	}
	
#logo {
	width: 320px;
	height: 168px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
	}
	
#shadowHolder { 
	position: absolute; 
	width: 950px; 
	height: 618px; 
	top: 50%; 
	left: 50%;
	margin-top: -323px;
	margin-left: -489px; 
	background: #38363d url('media/shadow.jpg') no-repeat;
	overflow: hidden;
	padding: 14px;
	}
	
#wholeContent {
	background: url('media/fixed_zane.jpg') no-repeat;
	width: 950px;
	height: 618px;
	overflow: hidden;
	}

#wholeContentFixed { 
	position: absolute; 
	width: 990px; 
	height: 100%; 
	top: 0; 
	left: 50%; 
	z-index: 2;
	margin-left:-495px;
	}

#menu {
	float: right;
	width: 160px;
	height: 141px;
	margin-top:20px;
	margin-right:20px;
	overflow: hidden;
	}
	
#menu img {
	border: 0;
	}
#menu a {
	display: block;
	height: 30px;
	margin-bottom:4px;
	text-decoration: none;
	border: 0;
	}
	
#menu a.mNotikumi { background: url('media/menu_notikumi.png') no-repeat right top; }
#menu a.mMuzika { background: url('media/menu_muzika.png') no-repeat top right; height:34px; }
#menu a.mFoto { background: url('media/menu_foto.png') no-repeat top right; }
#menu a.mDraugi { background: url('media/menu_draugi.png') no-repeat top right; }
	
#menu a.mNotikumi:hover, #menu a.mNotikumiS { background: url('media/menu_notikumi_over.png') no-repeat top right; }
#menu a.mMuzika:hover, #menu a.mMuzikaS { background: url('media/menu_muzika_over.png') no-repeat top right; }
#menu a.mFoto:hover, #menu a.mFotoS { background: url('media/menu_foto_over.png') no-repeat top right; }
#menu a.mDraugi:hover, #menu a.mDraugiS { background: url('media/menu_draugi_over.png') no-repeat top right; }	
	
#contentHolder {
	color:#fff;
	padding: 0 26px;
	height: 420px;
	overflow:hidden;
	margin-right:20px;
	}


.news, .mp3item {
	margin-bottom: 9px;
	color:#fff;
	padding-right: 20px;
	}
	
.news img {
	float: left;
	margin-right: 10px;
	width: 80px;
	margin-top:3px;
	}

.news h3 a {
	color:#fff;
	}
.news h3, .mp3item h3 {
	margin: 0 0 3px 0;
	font-size: 18px;
	font-weight: normal;
	font-family: arial;
	}
.news p {
	margin: 0;
	font-size: 14px;
	text-align: justify;
	}
	
.news a.readmore {
	float: right;
	color:#57b6ef;
	text-decoration: none;
	font-size: 12px;
	}
	
.mp3item {
	margin-bottom: 13px;
	}
.mp3item a {
	color:#fff;
	display: block;
	margin-bottom:2px;
	margin-left: 100px;
	}
	
.mp3item a:hover, .mp3item a.selected {
	color:#01bdfc;
	}	
	
			.jScrollPaneContainer {
				position: relative;
				overflow: hidden;
				z-index: 1;
			}

			.jScrollPaneTrack {
				position: absolute;
				cursor: pointer;
				right: 0;
				top: 0;
				height: 100%;
				background: #aaa;
			}
			.jScrollPaneDrag {
				position: absolute;
				background: #666;
				cursor: pointer;
				overflow: hidden;
			}
			.jScrollPaneDragTop {
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden;
			}
			.jScrollPaneDragBottom {
				position: absolute;
				bottom: 0;
				left: 0;
				overflow: hidden;
			}
			a.jScrollArrowUp {
				display: block;
				position: absolute;
				z-index: 1;
				top: 0;
				right: 0;
				text-indent: -2000px;
				overflow: hidden;
				/*background-color: #666;*/
				height: 9px;
			}
			a.jScrollArrowUp:hover {
				/*background-color: #f60;*/
			}

			a.jScrollArrowDown {
				display: block;
				position: absolute;
				z-index: 1;
				bottom: 0;
				right: 0;
				text-indent: -2000px;
				overflow: hidden;
				/*background-color: #666;*/
				height: 9px;
			}
			a.jScrollArrowDown:hover {
				/*background-color: #f60;*/
			}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				/*background-color: #f00;*/
			}

	
			.osX .jScrollPaneTrack {
				background: url(images/zbg.gif) repeat-y;
			}
			.osX .jScrollPaneDrag {
				background: #01bdfc;
			}
			.osX .jScrollPaneDragTop {
				height: 0px;
			}
			.osX .jScrollPaneDragBottom {
				height: 0px;
			}
			.osX a.jScrollArrowUp {
				height: 24px;
				background: url(images/osx_arrow_up.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX a.jScrollArrowDown {
				height: 24px;
				background: url(images/osx_arrow_down.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}
			
			.left .jScrollPaneTrack {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowUp {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowDown {
				left: 0;
				right: auto;
			}
		
			
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}
.overlayBg {
	overflow: hidden;
	height: 450px;
	}
	
#mainContentHolder {
	overflow: hidden;
	height: 421px;
	margin-top:10px;
	position: relative;
	}
	
#obMainContent {
	position: relative;
	padding: 20px 20px;
	height: 360px;
	}
	
#contentBgLayer {
	position:absolute;
	top:0;
	left:0;
	width:950px;
	height:421px;
	background:#000;
	overflow:hidden;
	}
	
#contactField {
	height: 20px;
	color:#ccc;
	position:relative;
	overflow: hidden;
	padding: 0 20px;
	font-size: 12px;
	}

#contactField a {
	color:#ccc;
	}
	
.scroll-pane {
	height: 360px;
	}

#hugePlayerHolder {
	width:360px;
	height:360px;
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
#player_container {
	position: absolute;
	height: 12px;
	overflow: hidden;
	bottom: 5px;
	width: 340px;
	left: 10px;
	}
	
#player_container a {
	font-size: 0;
	display: block;
	float: left;
	width: 12px;
	height: 12px;	
	}
	
a#ctrl_prev {
	background: url('media/player_prev.png') no-repeat;
	}
	
a#ctrl_next {
	background: url('media/player_next.png') no-repeat;
	}
	
a#player_pause {
	background: url('media/player_stop.png') no-repeat;
	margin: 0 6px;
	}

a#player_play {
	background: url('media/player_play.png') no-repeat;
	margin: 0 6px;
	}
#player_volume_bar {
	width: 33px;
	height: 12px;
	background: url('media/player_volume_white.png') repeat-x;
	float: right;	
	}
	
#player_volume_bar_value {
	height: 12px;
	background: url('media/player_volume.png') repeat-x;
	}
	
#player_progress {
	margin-left: 8px;
	height: 12px;
	float: left;
	width: 240px;
	background: url('media/player_progress_white.png') repeat-x;
	cursor: pointer;
	}
	
#player_progress_play_bar {
	height: 12px;
	background: url('media/player_progress.png') repeat-x;
	cursor: pointer;
	}
	
#draugiLinks {
	text-align: right;
	}
#draugiLinks p {
	margin: 0;
	}
	
#draugiLinks a:hover {
	color:#01bdfc;
	}
	
#draugiLinks a {
	color:#fff;
	font-size: 14px;
	font-family: verdana;
	}
	
a.gselected {
	color:#01bdfc;
	}
