/* ----------  page defaults ---------- */

html {
		font-size: 100%;
		background-color: #333;
		}

body {
		margin:0px;
		width: 780px;
		height: 590px;
		font-size: 80%;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		
		color: #000;
		line-height:200%
		}
		
/* ----------  primary layout ---------- */


p {
		font-size: 1.4em;
		}
h2{
	color: #FF6600;
	font-size: 1.6em;
}

a:active{
	color: #FF6600;
}		

a:link,		
a:visited {
		color: #a2b52d;
		text-decoration: none;
		}

a:hover, 
a:focus {
		color: #ccc;
		}
		
img {
	border: 0px;
}

		
.header{
	position: absolute;
	top: 20px;
	left: 20px;
}
		
.header .instrument_name{
	position: relative;
	color: #FF6600;
	font-size: 3em;
}

.header .choose{
	position: relative;
	margin-top: 20px;
}

.header .choice{
	position: relative;
	margin-top: 10px;
	cursor: pointer;
}

.bgimage{

}


/****** Main ******/

.button{
	position: absolute;
	top: 500px;
}

.button .detail{
	position: absolute;
	left: 18px;
}

.button .play{
	position: absolute;
	left: 440px;
}

.button .big{
	position: absolute;
	left: 590px;
}


.bgimage .instrument{
	position: absolute;
	top: 130px;
	left: 268px;
	width: 512px;
	height: 435px;
	
}

.bgimage .detail{
	position: absolute;
	top: 350px;
	left: 0px;
	width: 319px;
	height: 241px;
	
}

/****** End Main ******/

/****** Detail ******/

.content{
	/*position: absolute;
	top: 80px;
	left: 250px;
	width:470px;
	height:475px; 
	overflow-y:scroll;
	overflow-x:none;*/

}
.head2detail {
	position:relative;
	top:100px;
	margin:0 0 0 230px;
	padding:0 10px;
}

/*
.content:hover{ 
	overflow-y:scroll;
}
*/
.button .back{
	position: absolute;
	left: 18px;
}

/****** End Detail ******/

/****** Play ******/

.button .playsound{
	display: block;
	position: absolute;
	left: 18px;
}

.bgimage .play{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 780px;
	height: 430px;
}
/****** End Play ******/

/****** Big ******/

.bgimage .big{
	position: absolute;
	width:780px;
	height:480px;
	top: 0px;
	left: 0px;
	overflow:hidden;
	white-space: nowrap;
}

.bgimage .big:hover{

	overflow:scroll;

}
/****** End Big ******/