body{
	margin:0;
	background:url('../images/bg_hash.gif');
	text-align:center;
}

*{
	font-family:verdana;
	font-size:12px;
}

div{
	padding:0;
	margin:0;
}

.container{
	position:absolute;
	width:200px;
	left:50%;
	height:100%;
	margin-left:-100px;
}

.mask{
	position:absolute;
	top:100px;
	width:100px;
	height:200px;
	overflow:hidden;
	display:block;
}

.mask_content{
	height:200px;
	overflow:hidden;
	display:block;
	width:100px;
	position:relative;
}

.masked_box{
	position:relative;
	height:190px;
	width:190px;
	display:block;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	outline:none;
	cursor:default;
}

.flash_version,
.flash_version_hover{
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-237px;
	cursor:pointer;
	cursor:hand;
}

.html_version,
.html_version_hover{
	position:absolute;
	top:300px;
	left:50%;
	cursor:pointer;
	cursor:hand;
}

.flash_version a{
	width:237px;
	height:127px;
	display:block;
	background: url('../images/v_flash_a.png') no-repeat;
	position:relative;
}

.flash_version_hover a,
.flash_version a:hover{
	width:237px;
	height:127px;
	display:block;
	background: url('../images/v_flash_b.png') no-repeat;
	position:relative;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	outline:none;
}

.html_version a{
	width:265px;
	height:127px;
	display:block;
	background: url('../images/v_html_a.png') no-repeat;
	position:relative;
}

.html_version_hover a,
.html_version a:hover{
	width:265px;
	height:127px;
	display:block;
	background: url('../images/v_html_b.png') no-repeat;
	position:relative;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	outline:none;
}
