/* CSS Document */

/*-----------text-----------*/
html {
	font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular;
	font-color: #FCFC0E;
	font-size: 11px;
	font-weight: normal;
	color: #FCFC0E;
	font-style: normal;
}

a:link {
	font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular;
	font-color: black;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: #FCFC0E;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular;
	font-color: black;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: white;
	font-style: normal;
	text-decoration: none;
}

a:active {
	font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular;
	font-color: white;
	font-size: 11px;
	font-weight: normal;
	color: white;
	background-color: black
	font-style: normal;
	text-decoration: none;
}

a:visited {
	font-family: Helvetica, Verdana, Arial, Geneva, Swiss, SunSans-Regular;
	font-color: black;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: aqua;
	font-style: normal;
	text-decoration: none;
}

/*-----------headlines-----------*/
.listen_head {
	left: 0px;
	top: 0px;
	width: 48px;
	height: 25px;
	position: relative;
	background-image: url(../images/gui/dates.jpg);
	background-repeat: no-repeat;
}

.lyrics_head {
	left: 0px;
	top: 0px;
	width: 48px;
	height: 25px;
	position: relative;
	background-image: url(../images/gui/news.jpg);
	background-repeat: no-repeat;
}

.pics_head {
	left: 0px;
	top: 0px;
	width: 48px;
	height: 25px;
	position: relative;
	background-image: url(../images/gui/info.jpg);
	background-repeat: no-repeat;
}

.bigpic_outer {
	width: 296px;
	height: 209px;
	border: 1px #FCFC0E solid;
	margin: 0px
}

.bigpic_inner {
	width: 286px;
	height: 201px;
	left: 2px;
	top: 2px;
	padding: 2px 2px 2px 2px;
	background-color: #FCFC0E;
	position: relative; 
}

.thumbsbox {
	width: 310px;
	height: 152px;
	margin: 0px;
}

.galleriesbox {
	width: 300px;
	height: 190px;
	margin: 0px;
	line-height: 5px;
}

.other_galleries {
	left: 230px;
	top: 420px;
	position: relative;
}

.thumbs {
	border: 1px #FCFC0E solid;
}


body  { 

scrollbar-base-color:black;
scrollbar-face-color:#FCFC0E;
scrollbar-track-color:black;
scrollbar-shadow-color:#FCFC0E;
scrollbar-dark-shadow-color:black;
scrollbar-arrow-color:#FCFC0E;
scrollbar-3d-light-color:black;
scrollbar-highlight-color:#FCFC0E; 
}