#mask {
	width: 100%;
	height: 100%;
	position: absolute;
}

#ipodnav{
	width: 200px;
	height: 310px;
	background: #fff;
	overflow: hidden;
	border: solid 1px #8E969D;
	position: absolute;
	left: 0;
	z-index: 110;
	top: -1000px;
}

#ipodnav #ipodheader, #ipodnav #ipodfooter {
	height:20px;
	background: #EDEFF1;
	text-align:right;
	padding: 2px;
}
#ipodnav #ipodheader {
	border-bottom: solid 1px #8E969D;
	font-face: arial;
	height:15px;
	padding-right:15px;
	padding-top: 5px;
}

#ipodnav #ipodheader a {
	color: #8E969D;
}

#ipodnav #ipodheader a:hover {
	
}

#ipodnav #ipodfooter {
	background: #fff;
	padding-top:25px;
}

#ipodnav a{
	color: #224E7A;
	font-size:90%;
	font-weight:bold;
	text-decoration: none;	
}

#ipodnav #body {
	height: 250px;
	border: solid 0px green;
}

#div1, #div2{
	text-align:left;
	border-left: solid 1px #EDEFF1 ;
	height: 200px;
	overflow:visible;
	width: 200px;
	background: #fff;
}
#div1 {
	position: absolute;
	left: 0;
	
}

#div2 {
	position: absolute;
	left: 210;
}

.ipodbody {
	overflow:hidden;
	height: 180px;
	
}
#ipodpath{
	height: 50px;
	margin-bottom:0px;
	padding:3px;
	font-size: 11px;
}

#ipodpath a{
	text-decoration: none;
	font-size:85%;
	font-weight: normal;
	color: #224E7A;	
}

.ipodnavigator {
	
}

.ipodnavigator ul{
	list-style-type: none;
}

.ipodnavigator ul li {
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #fff;
}

.ipodnavigator ul li a{		
	color: #224E7A;
	font-size:90%;
	font-weight:bold;
	text-decoration: none;		
	display: block;
	padding:4px 0px 4px 5px;
	background: #EDEFF1;
	border:solid 0px #EDEFF1;
	
}

.ipodnavigator ul li a:hover{
	background: #d1d1d1;
	border:solid 0px #d1d1d1;
}

.ipodnavigator ul li a.arrow{
	background: #EDEFF1 url("../file/layout/arrow-ipod.gif") no-repeat right;
}

.ipodnavigator ul li a.arrow:hover{
	background: #d1d1d1 url("../file/layout/arrow-ipod.gif") no-repeat right;
	border:solid 0px #d1d1d1;
}



#ipodnav .arrows{
	text-align:center;
	background: #d1d1d1;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#ipodnav .arrows-disabled{
	text-align:center;
	background: #e6e6e6;
	cursor: auto;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#ipodnav .arrows a,#ipodnav .arrows-disabled a {
	display: block;
	width: auto;
	padding: 2px;
	font-weight: bold;
}

#ipodnav .arrows a.scrolldown{
	background: url("../file/layout/ipod-arrow-down.gif") no-repeat 90px;
}

#ipodnav .arrows a.scrolldown:hover{
	background: #11406E url("../file/layout/ipod-arrow-down.gif") no-repeat 90px;
}

#ipodnav .arrows a.scrollup{
	background: url("../file/layout/ipod-arrow-up.gif") no-repeat 90px;
}

#ipodnav .arrows a.scrollup:hover{
	background: #11406E url("../file/layout/ipod-arrow-up.gif") no-repeat 90px;
}

#ipodnav .arrows-disabled a.scrollup, #ipodnav .arrows-disabled a.scrolldown {
	color: #e6e6e6;
	cursor: auto;
}
