@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body{
	background:url(../../../images_new/background_test_1.jpg) no-repeat;
	background-position:top;
	background-color:#000000;
	font: 11px verdana;
	text-align:center;
	margin:0px;
	padding:0px;
}
#wrapper {
	margin:77px auto;
	padding:0px;
	width:1026px;
	text-align:center;
	background:#161616;
}

p {
	color:#FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.noemphasis {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}


.emphasis {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#header {
	width:1026px;
	height:72px;
	visibility:hidden;
}

#menu_bar {
	width:1026px;
	height:34px;
	float:left;
	margin:0px;
	background:#161616;
}
#main {
	width:1026px;
	height:961px;
	float:left;
	background:#161616;
	background:url(../../../images_new/albumBack5.gif);
}
#left_side {
	width:177px;
	height:788px;
	z-index:1;
	float:left;
	margin-top:2px;
}

#right_side {
	width:846px;
	height:790px;
	float:right;
	}

#left_menu {
	width:176px;
	height:490px;
	float:left;
	padding:0px 0px 0px 1px;
}
#top {
	width:846px;
	height:90px;
	margin-top:5px;
}

#buttons {
	width:835px;
	height:15px;
	float:left;
	
}
#player {
	width:835px;
	height:860px;
	z-index:1;
	text-align:center;
	border-color:#999999;
	margin:5px;
	margin-top:10px;
	padding-top:20px;
}

#left {
	float:left;
	width:20px;
	height:351px;
	background-color: #161616;
}
#left2 {
	float:left;
	width:25px;
	height:120px;
	background-color: #161616;
}
#left3 {
	float:left;
	width:5px;
	height:120px;
}
#right2 {
	float:left;
	width:25px;
	height:120px;
	background-color: #161616;
}

#container_pl {
	background-color: #161616;
	width: 795px;
	height: 351px;
	overflow: hidden;
	float:left;
	padding-top:2px;

}

.content2 {
  width: 190px;
  height: 212px;
  float: left;
  padding: 5px;
  text-align:center;
  border: 0;
  font-size: .8em;
}
#right {
	width:20px;
	height:351px;
	float:left;
	background-color: #161616;
}

#scroller2 {
	float:left;
	width:1050px;
  height: 250px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}
#right_down {
	float:left;
	width:843px;
	height:645px;
	z-index:1;
}
#advertisement_left {
float:left;
	width:177px;
	height:265px;
	float:left;
}
#advertisement_right {
	float:right;
	width:105px;
	height:345px;
}
#apDiv1 {
	width:735px;
	height:342px;
	z-index:1;
	float:left;
}
#popular {
	float:left;
	width:732px;
	height:120px;
}
#null {
	float:left;
	width:732px;
	height:59px;
}
#container {
	background-color: #161616;
	width: 670px;
	height: 120px;
	overflow: hidden;
	float:left;
	
}
#apDiv2 {
	float:left;
	width:735px;
	height:162px;
	z-index:1;
}
.content {
  width: 100px;
  height: 113px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  text-align:center;
  padding: 5px;
  border: 0;
  font-size: .8em;
  color:#ffffff;
}

#scroller {
	float:left;
  width: 800px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}


.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: 12px;
  color:#00009C;
  font-weight: bold;
}
#footer {
	width:1026px;
	height:47px;
	float:left;
	background:#000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
.menu {
   display: none;
   color: #000;
}
.menu a {
   color: #000;
}
.menu a:hover {
   color: #B22222;
}

.page {
font-weight:bold;
font-size:15px;
color:#FFFFFF;
}
.page a {
font-weight:bold;
font-size:12px;
color:#FFFFFF;
}
.page a:hover{
font-weight:bold;
font-size:12px;
color:#666666;
}

.thumb {border: 1px solid #666666;}/* This is image border; set to page background color; white */
a:hover .thumb {border: 1px solid #CCCCCC;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
