/* This is mega-css for fifteeners*/

div .x {width:570px; height:570px; z-index:10002; position: absolute; opacity: 0; top: -1000px; left: 400px;}
p #bombing_video {display: none; position: absolute; z-index: 10003; left:49px; top: 49px;}
div .trololo_old {background: url('/images/back_shadow.png') no-repeat; height: 582px; width: 582px; position:relative;}
div .trololo {background: url('/images/back_shadow.png') no-repeat; _background: url('/images/back_shadow.gif') no-repeat; height: 582px; width: 582px; position:relative;}
div .trololo_png {background: url('/images/back_shadow.png') no-repeat; height: 582px; width: 582px; position:relative; //background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/back_shadow.png', sizingMethod='crop');}
img #puzzler {width: 483px; height: 483px;}
img #logo {width: 483px; height: 483px; position:absolute; top:49px; left:49px; display: none; z-index: 10000; padding: 0;}

div #handler_top {width:540px; height:33px; position: relative; top: -566px; left:14px;}
div #handler_bottom {width:555px; height:33px; position: relative; top: -80px; left:13px;}
div #handler_right {width:33px; height:543px; position: relative; top: -617px; left:536px;}
div #handler_left {width:33px; height:555px; position: relative; top: -1176px; left:12px;}
div #links {position: relative; top:-1205px; left:130px; display:none; width: 400px; cursor: pointer;}



/*
 * jqPuzzle - Sliding Puzzles with jQuery
 * Default CSS theme
 * 
 * Copyright (c) 2008 Ralf Stoltze, http://www.2meter3.de/jqPuzzle/
 * Dual-licensed under the MIT and GPL licenses.
 *
 * Note that some CSS properties are set by the jqPuzzle script itself to make 
 * sure that the puzzle works properly. These properties will overwrite 
 * user-defined properties.
 * 
 * The class 'jqp-solved' is added to the outermost element when a puzzle is 
 * solved by the user. Use '.jqPuzzle.jqp-solved' to define different styles
 * for solved puzzles.
 */


/* outermost element which holds the full puzzle interface */
.jqPuzzle {
	padding: 46px;
	height: 496px ; 
	width:496px;
	border: 0px solid #222222;
	/*background: #fff url('/images/back_shadow.png');*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* only needed if external css rules set defaults for divs,
   this rule only resets the most common properties */
.jqPuzzle div {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/* div wrapper which holds the puzzle pieces and the solution image */
.jqPuzzle .jqp-wrapper {
	border: 0px solid #FFFFFF;
	background-color: #e4e4e4;
	width: 483px !important;
	height: 483px !important;
	position: absolute;
	top: 49px;
	left: 49px;
}

/* a single puzzle piece */
.jqPuzzle .jqp-piece {
	border: 0px solid #FFFFFF;
	color: #cccccc;
	font-size: 12px;
}

.jqPuzzle .jqp-piece:hover {
	border-style: dashed;
}

.jqPuzzle.jqp-solved .jqp-piece:hover {
	border-style: solid;
}

.wrapper_shadow{
	height:490px;
	width: 490px;
	background: #fff url('/images/wrap_back.jpg');
}

/* the controls area which holds the buttons and the display */
/* .jqPuzzle .jqp-controls {
	float: left;
}

/* a button 
must be disabled for sumtel puzzles
.jqPuzzle .jqp-controls a {
	margin-top: 5px;
	margin-right: 8px;
	padding: 3px 5px;
	border: 1px outset #FFFFFF;
	background-color: #777799;
	color: #FFFFFF;
	font-size: 14px;
	line-height: normal;
	float: left;
}

.jqPuzzle .jqp-controls a:hover {
	background-color: #7777BB;
}

/* toggle/down state for buttons 
.jqPuzzle .jqp-controls a.jqp-toggle, 
.jqPuzzle .jqp-controls a.jqp-down {
	padding-left: 4px;
	padding-right: 6px;
	border-style: inset;
	background-color: #BBBBFF;
}

/* disabled state for buttons 
.jqPuzzle .jqp-controls a.jqp-disabled {
	background-color: #DDDDEE;
	color: #FFFFFF;
}

/* the area which holds the moves/seconds display 
.jqPuzzle .jqp-controls span {
	margin-top: 5px;
	padding: 2px 4px;
	padding-left: 0px;
	border: none;
	background-color: transparent;
	color: #666666;
	font-size: 14px;
	float: left;
}

/* disabled state for the display (non-shuffled puzzle) 
.jqPuzzle .jqp-controls span.jqp-disabled {
	color: #AAAAAA;
}

/* solved state for the display (non-shuffled puzzle) 
.jqPuzzle.jqp-solved .jqp-controls span {
	padding: 1px 3px;
	border: 1px dotted #0F8F08;
	background-color: #9FEF86;
	color: #0F8F08;
}

/* a text field for the moves/seconds display 
.jqPuzzle .jqp-controls span input {
	margin: 0px 3px;
	padding: 3px;
	padding-bottom: 2px;
	border-style: none;
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

/* disabled state for the text fields 
.jqPuzzle .jqp-controls span.jqp-disabled input {
	background-color: #EEEEFF;
	color: #AAAAAA;
}

/* solved state for the text fields 
.jqPuzzle.jqp-solved .jqp-controls span input {
	background-color: #C2FFAF;
	color: #444444;
}*/
