div#inicio, div#allitems, div#splash, div#select, div#selectpad {
background-image:url('images/dark_leather.png');
background-repeat:repeat;
}

div#soundpad {
	 background: none repeat scroll 0 0 #111;
}

div.bigbutton {
	text-align:center;
	/* margin-top: 20px; */
	background-color: transparent;
}

div.bigbutton a.ui-link img {
	border: none;
	background-color: transparent;
}

div.bigbutton a.ui-link {
  background-color: transparent;
  outline: none;
}

img.cartel {
    width: 100%;
	max-width: 320px;
	margin: auto;
	display: block;
}

div#splash div.ui-content{
      padding: 0;
}

div#soundpad div.ui-content{
      padding: 0;
}

.cartel_container {
    background-image:url('images/dark_leather.png');
	background-repeat:repeat;
}

#logo {
	margin:3px 0;
}

#display {
    text-align: center;
	height: 24px;
    margin: 0 0 20px 0;
	color: #777;
	font-size: 20px;
}

span.playing {
	color: #75d0e7;
}

.ui-slider {
   float:right;
}

#flip-1-label {
    margin: 8px 3px;
	font-size:14px;
	background-color:transparent;
}

#pad1,#pad4,#pad5 {
	width:47%; height: 117px; background-color: #222;float:left;
	border-radius: 10px;
	position: relative;
    
}

#lite1, #lite2, #lite3, #lite4, #lite5, #lite6 {
	margin:auto;
	border-radius: 10px;
	width:100%;height:100%; background-color: #75d0e7;
	vertical-align: center;
	display: none;
	position: absolute;
    top: 0;
	z-index: 2;
}

.itemnamepad {
	margin:auto;
	font-size: 14px;
	vertical-align: center;
	padding:12px;
	overflow: hidden;
	color:#666;
	position: absolute;
    top: 0;
	z-index: 1;
}

.itemnamepad.active {
    color:#DDDDDD;
}

#pad2,#pad3,#pad6 {
	width:47%; height: 117px; background-color: #222;float:left;
   border-radius: 10px;
   position: relative;
}

.separator_vertical {
   width:2%;
   height:117px;
   background-color:transparent;
   float:left;
}

.separator_horizontal {
    width:100%;
	height: 5px;
	background-color:transparent;
	float:left;
}

div#block-ui {
    display: none;
    cursor: wait;
    position: absolute;
    top: 0px;
    left: 0px;  
    width: 100%;
    height: 100%;
    z-index: 9; 
    background-color: #111;
    opacity: 0.5;
}

