/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a:active {
  outline:none;
}

:focus {
	outline:0;
    -moz-outline-style:none;
}

img {
border:0;
border:none;
-webkit-touch-callout:none;
}

ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

::selection {
   background:transparent;
   color:inherit;
}

::-moz-selection {
   background:transparent;
   color:inherit;
}

/* face area */

.scrollable {
	position:relative;
	overflow:hidden;
	width:242px;
	height:191px;
	float:left;
	margin:0 0 -30px 11px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable img {
	float:left;
	margin:0px;
	padding:0px;
	border:none;
	cursor:pointer;
    cursor:hand;
	width:242px;
	height:191px;
}

.scrollable .active {
	border:none;
	z-index:44;
	position:relative;
}

/* main */

body {
  background:#fff;
  -webkit-user-select: none;
  line-height:1.40em;
  font-size:.83em;
  font-family: "Courier", "American Typewriter", monospace, serif;
}

a {
	color:#0066ff;
	text-decoration:none;
}

a:hover {
	color:#1166bb;
	text-decoration:none;
}

#container { 
  width:512px;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
  margin:0px auto;
  position:relative;
  overflow:hidden;
  }

#face {
    -webkit-tap-highlight-color:rgba(101,255,101,0.65);
}

#a1, #b1, #a3, #b3 { z-index:2; }
#a2, #b2 { z-index:1; }

#bottom {
    -webkit-tap-highlight-color:rgba(101,255,101,0.65);
}

.scoretext {
		color:#000;
		margin:0;
}

.winnertext {
		position:relative;
		z-index:999;
		color:#fff;		
}

.ringtone {
	margin:0;
}

/* modal stuffs */

#loadbox {
	margin:115px 0px 0px 0px;
	display:none;
	width:470px;
	background-color:#eee;
	background-color:rgba(245,245,245,1);
}

* .loadbox {
       background:transparent;
       zoom: 1;
}

#loadbox div {
	padding:11px;
}

#loadbox h2 {
	text-align:center;
	margin:0;
	margin-bottom:0px;
	color:#fff;
	color:rgba(0, 0, 0, 0.74);	
	background-color:#eee;
	background-color:rgba(200,200,200,1);
	padding:5px 11px;
	font-size:.92em;
}

#winbox {
	border:0 none;
	text-align:center;
	margin:129px 0px 0px 0px;
	display:none;
	width:470px;
}

* .winbox {
       background:transparent;
       zoom: 1;
}

#winbox div {
	padding:11px;
}

#winbox h2 {
	font-size:2.9em;
	text-align:center;
	margin:0;
	margin-bottom:0px;
	color:#000;
	background-color:rgba(0,200,0,0);
	padding:0 0 0 0px;
}