/* Main Buttons */

.BTNcommon {background: transparent; margin:1em; width:95px; position: absolute; z-index:6;}

.BTNxb1, .BTNxb2, .BTNxb3, .BTNxb4, .BTNxb5, .BTNxb6, .BTNxb7 {display:block; overflow:hidden; font-size:0;}
.BTNxb1, .BTNxb2, .BTNxb3, .BTNxb4, .BTNxb5, .BTNxb6 {height:1px;}
.BTNxb4, .BTNxb5, .BTNxb6, .BTNxb7 {background:#c5ceed; border-left:1px solid #c5ceed; border-right:1px solid #c5ceed;}

.BTNxb1 {margin:0 8px; background:#c5ceed;}
.BTNxb2 {margin:0 6px; background:#c5ceed;}
.BTNxb3 {margin:0 4px; background:#c5ceed;}
.BTNxb4 {margin:0 3px; background:#000000; border-width:0 5px;}

.BTNxb5 {margin:0 2px; background:#000000; border-width:0 4px;}
.BTNxb6 {margin:0 2px; background:#000000; border-width:0 3px;} 
.BTNxb7 {margin:0 1px; background:#000000; border-width:0 3px; height:2px;} 

.BTNxboxcontent {
	display:block;
	/*background:#7f7f9c;*/
	background:trasparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#FFFFFF;
	border:3px solid #c5ceed;
	border-width:0 3px;
	text-align:justify;
	padding-left:4px;
	padding-right:4px;
	}

/* button 1 */
#BTN1container{
	left: 0px;
	top: -150px;
}

/* button 2 */
#BTN2container{
	left: 110px;
	top: -150px;
}

/* button 3 */
#BTN3container{
	left: 220px;
	top: -150px;
}

/* button 4 */
#BTN4container{
	left: 330px;
	top: -150px;
}

/* button 5 */
#BTN5container{
	left: 440px;
	top: -150px;
}

/* button 6 */
#BTN6container{
	left: 550px;
	top: -150px;
}

