
* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
}

body {
	margin:0px;
	padding: 0px;
	background-color: #747474;
	background-image: url(../pix/body_bg.png);
	background-repeat: repeat-x;
}

div#beatoh_rack {
	position: relative;
	width: 992px;
	margin: 0px auto;
	background-image: url(../pix/rack.png);
	background-repeat: repeat-y;
	padding-bottom: 60px;
}

div.beatoh_rack * {
	cursor: default;
}

div.beatoh_rackElement {
	position: relative;
	background-repeat: no-repeat;
	margin: 0px 0px -10px 24px;
}

/*============================================================
	BEATOhBox
============================================================*/

div#beatoh_beatohBox {
	height: 110px;
	background-image: url(../pix/beatoh_bg.png);
	z-index: 10;
}

/*============================================================
	SWEETsixteen
============================================================*/

div#beatoh_sweetSixteen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 949px;
	height: 524px;
	background-image: url(../pix/sweetSixteen_bg.png);
}

div.beatoh_sweetSixteen_display {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #979797;
	font-family: "Arial Black", Arial;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	height: 42px;
	background-image: url(../pix/beatoh_buttons.png);
	text-align: center;
}

div.beatoh_sweetSixteen_display.wide {
	width: 62px;
	background-position: 0px -148px;
}

div.beatoh_sweetSixteen_display.small {
	width: 52px;
	background-position: -82px -148px;
}


div.beatoh_sweetSixteen_display_number {
	width: 100%;
	margin-top: 12px;
}

div.beatoh_sweetSixteen_display_bt_leftRight_prev,
div.beatoh_sweetSixteen_display_bt_leftRight_next {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: -44px 0px;
	cursor: pointer;
}
div.beatoh_sweetSixteen_display_bt_leftRight_prev:active {
	background-position: -44px -50px;
}

div.beatoh_sweetSixteen_display_bt_leftRight_next {
	background-position: -94px 0px;
}
div.beatoh_sweetSixteen_display_bt_leftRight_next:active {
	background-position: -94px -50px;
}


div.beatoh_sweetSixteen_display_bt_topBottom_prev,
div.beatoh_sweetSixteen_display_bt_topBottom_next {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 21px;
	height: 22px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: -200px -106px;
	cursor: pointer;
}
div.beatoh_sweetSixteen_display_bt_topBottom_prev:active {
	background-position: -200px -136px;
}

div.beatoh_sweetSixteen_display_bt_topBottom_next {
	background-position: -152px -106px;
	top: 0px;
}
div.beatoh_sweetSixteen_display_bt_topBottom_next:active {
	background-position: -152px -136px;
}



div.beatoh_sweetSixteen_channel {
	position: absolute;
	top: 122px;
	left: 239px;
}

div.beatoh_sweetSixteen_trigger {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 33px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: 0px 0px;
	cursor: pointer;
}

div.beatoh_sweetSixteen_trigger:active {
	background-position: 0px -40px;
}

div.beatoh_sweetSixteen_trigger.blue {
	background-position: 0px -80px;
}

div#beatoh_sweetSixteen_selPattern {
	position: absolute;
	top: 39px;
	left: 205px;
}

div#beatoh_sweetSixteen_numOfPatterns {
	position: absolute;
	top: 39px;
	left: 326px;
}

div#beatoh_sweetSixteen_bpm {
	position: absolute;
	top: 39px;
	left: 572px;
}

div#beatoh_sweetSixteen_playStop {
	position: absolute;
	top: 39px;
	left: 446px;
}

div.beatoh_sweetSixteen_playStop_play,
div.beatoh_sweetSixteen_playStop_stop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: -142px 0px;
	cursor: pointer;
}

div.beatoh_sweetSixteen_playStop_play:active {
	background-position: -142px -50px;
}

div.beatoh_sweetSixteen_playStop_stop {
	left: 57px;
	background-position: -190px 0px;
}

div.beatoh_sweetSixteen_playStop_stop:active {
	background-position: -190px -50px;
}

div#beatoh_sweetSixteen_shuffle {
	position: absolute;
	top: 39px;
	left: 683px;
	width: 37px;
	height: 38px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: -71px -101px;
	cursor: pointer;
}

div#beatoh_sweetSixteen_shuffle div.beatoh_poti_dot {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 38px;
	background-image: url(../pix/poti_dot.png);
	background-position: 9px 9px;
}

/*============================================================
	Ricochet
============================================================*/

div#beatoh_ricochet {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 949px;
	height: 261px;
	background-image: url(../pix/ricochet_bg.png);
}

div.beatoh_ricochet_cross {
	position: absolute;
	top: 80px;
	left: 24px;
	width: 96px;
	height: 97px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: 0px -210px;
}

div.beatoh_ricochet_cross.down {
	background-position: 0px -320px;
}

div.beatoh_ricochet_cross.up {
	background-position: 0px -430px;
}

div.beatoh_ricochet_cross.left {
	background-position: 0px -540px;
}

div.beatoh_ricochet_cross.right {
	background-position: 0px -650px;
}

div.beatoh_ricochet_cross_down,
div.beatoh_ricochet_cross_up,
div.beatoh_ricochet_cross_left,
div.beatoh_ricochet_cross_right {
	position: absolute;
	background-color: transparent;
	cursor: pointer;
}

div.beatoh_ricochet_cross_down,
div.beatoh_ricochet_cross_up {
	top: 61px;
	left: 35px;
	width: 26px;
	height: 30px;
}

div.beatoh_ricochet_cross_up {
	top: 5px;
}

div.beatoh_ricochet_cross_left,
div.beatoh_ricochet_cross_right {
	top: 35px;
	left: 5px;
	width: 30px;
	height: 26px;
}

div.beatoh_ricochet_cross_right {
	left: 61px;
}

div.beatoh_ricochet_presets_button {
	position: absolute;
	top: 34px;
	left: 44px;
	width: 56px;
	height: 36px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: -109px -392px;
	cursor: pointer;
}

div.beatoh_ricochet_presets_button:active,
div.beatoh_ricochet_presets_button.active:active {
	background-position: -109px -442px;
}

div.beatoh_ricochet_presets_button.active {
	background-position: -109px -492px;
}

div.beatoh_ricochet_trigger {
	position: absolute;
	top: 187px;
	left: 181px;
	width: 47px;
	height: 47px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: -110px -210px;
	cursor: pointer;
}

div.beatoh_ricochet_trigger:active,
div.beatoh_ricochet_trigger.active:active {
	background-position: -110px -270px;
}

div.beatoh_ricochet_trigger.active {
	background-position: -110px -330px;
}
/*
div.beatoh_ricochet_display_samples {
	position: absolute;
	top: 53px;
	left: 161px;
	width: 705px;
	height: 100px;
	overflow: hidden;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #a7b1bd;
}

ul.beatoh_ricochet_display_samples_box {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: auto;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #a7b1bd;
}

li.beatoh_ricochet_display_samples_box_sample {
	position: absolute;
	top: 10px;
	left: 3px;
	display: block;
	display: block;
	width: 73px;
	height: 17px;
	padding: 3px 5px 0px 5px;
	overflow: hidden;
}

li.beatoh_ricochet_display_samples_box_sample.active {
	background-color: #496d8c;
	color: #124066;
	font-weight: bold;
}
*/

div.beatoh_ricochet_display {
	position: absolute;
	top: 53px;
	left: 161px;
	width: 705px;
	height: 100px;
	overflow: hidden;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #a7b1bd;
}

ul.beatoh_ricochet_display_box {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: auto;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #a7b1bd;
}

li.beatoh_ricochet_display_box_item {
	position: absolute;
	top: 10px;
	left: 3px;
	display: block;
	display: block;
	width: 73px;
	height: 17px;
	padding: 3px 5px 0px 5px;
	overflow: hidden;
	white-space: nowrap;
}

li.beatoh_ricochet_display_box_item.active {
	background-color: #496d8c;
	color: #124066;
	font-weight: bold;
}

/*============================================================
	Mixery
============================================================*/

div#beatoh_mixery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 949px;
	height: 441px;
	background-image: url(../pix/mixery_bg.png);
	z-index: 10;
}

div.beatoh_mixery_channel {
	position: absolute;
	top: 128px;
	left: 153px;
	width: 22px;
	height: 168px;
}

div.beatoh_mixery_channel_fader {
	position: absolute;
	top: 32px;
	left: 1px;
	width: 22px;
	height: 38px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: -132px -655px;
}

/*============================================================
	Cableguy
============================================================*/

div#beatoh_cableguy {
	position: absolute;
	top: 0px;
	left: 46px;
	width: 852px;
	height: 60px;
	z-index: 9;
}
div.beatoh_cableguy_bg {
	position: absolute;
	top: -6px;
	left: 0px;
	width: 852px;
	height: 241px;
	background-image: url(../pix/cableguy_bg.png);
	z-index: 8;
}

/*============================================================
	Wavefront
============================================================*/

div#beatoh_wavefront {
	position: absolute;
	top: 0px;
	left: 39px;
	width: 867px;
	height: 531px;
	background-image: url(../pix/wavefront_bg.png);
	z-index: 10;
}

/*============================================================
	Alert
============================================================*/

div#beatoh_alert {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -200px 0px 0px -275px;
	width: 375px;
	height: 153px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: 0px -790px;
	text-transform: uppercase;
	font-family: "Courier New";
	color: #c2c8c2;
	text-align: center;
	padding: 58px 91px 0px 83px;
	z-index: 101;
	display: none;
}

h3#beatoh_alert_title {
	font-size: 20px;
	font-weight: normal;
}

p#beatoh_alert_text {
	font-size: 10px;
}

div#beatoh_alert_bg {
	position: fixed;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.8);
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}

div#beatoh_alert_loader {
	width: 166px;
	height: 6px;
	margin: 24px auto 9px auto;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: 0px -1065px;
	padding: 4px;
}

div#beatoh_alert_loader_balk {
	width: 100%;
	height: 6px;
	background-image: url(../pix/beatoh_buttons.png);
	background-position: 0px -1089px;
}
