#media {
	float: left;
	width: 900;
	//width: 901;
	margin-left: 4;
	//margin-left: 2;
	min-height: 500;
	//height: 500;
	background-image: url(../img/comback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#media .in {
	padding: 10 10 0 10;
}

#mediamenu a {
	color: #ADB6B7;
	text-decoration: none;
	margin-right: 10;
}

#mediamenu a.selected, #mediamenu a:hover {
	color: white;
	text-decoration: none;
	margin-right: 10;
	border-bottom: 2px solid #5f6363;
}

.mediaitem {
	float: left;
	width: 170;
	text-align: center;
	padding: 20 2 0 0;
}

.mediaitem .descr {
	float: left;
	width: 170;
	text-align: center;
	padding: 0 0 0 30;
	font-size: 10;
}

.mediaitem .descr .in {
	width: 100;
	text-align: left;
}

.mediaitem .cnt a img {
	border: 1px solid #535352;
}

.mediaitem .title, .mediaitem .dnld {
	width: 170;
}

.mediaitem .title {
	padding-top: 5;
	font-weight: bold;
}

.mediaitem .dnld a, .mediavideo .dnld a {
	color: white;
}

.mediaitem .cnt {
	min-height: 80;
	//height: 120;
}

.mediaitem .cnt .mp3 {
	position:relative;
	top:80;
}

.mediavideo {
	padding: 20 0 0 0;
	max-width: 600;
	//width: 600;
}

.mediavideo .title {
	font-weight: bold;
	font-size: 14;
	padding: 0 0 10 0;
}

.mediavideo .videocode {
	max-width: 600;
	//width: 600;
}
.albumtitle {
	font-weight: bold;
	font-size: 14;
	padding-top: 10;
}

#media .in table {
	font-family: Arial;
	font-size: 12;
}

.nav {
	float: left;
	padding: 15 10 5 0;
	width: 750;
}

.nav .page, .nav .pageselected {
	margin-left: 3;
	padding: 2;
	width: 20;
	height: 20;
	border: 1px solid #5C7BAF;
	text-align: center;
}

.nav .page {
	background-color: #0E1E3F;
	cursor: pointer;
}

.nav .page a {
	color: white;
}

.nav .pageselected {
	background-color: white;
	font-weight: bold;
	color: #5C7BAF;
}