﻿#slide-container {
	position: relative;
	width: 824px;
	height: 550px;
	background-color: #000;
	border: 1px solid #fff;
	overflow: hidden;
	margin:0 auto;
	clear:both;
}
#slide-container-en {
	position: relative;
	width: 824px;
	height: 595px;
	background-color: #000;
	border: 1px solid #fff;
	overflow: hidden;
	margin:0 auto;
	clear:both;
}
.item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.item a,
.item a:visited {
	color:#fff;
	text-decoration:none;
}

.item a:hover {
	color:#fff;
	text-decoration:underline;
}

.item .background img {
	max-width: 824px; /* to avoid max-width: 100% of Twitter Bootstrap */
}
.foreground {
	width: 800px;
}

.fl {
	float:left;
	width:350px;
	height:530px;
	}
.foreground .element {
	position: relative;
	left: 30px;
}
.foreground .element.icon2 {
	top: 20px;
	left: 20px;
	width: 130px;
	height: 130px;
	background: transparent url(../../images/product/product_icon_sp.png) no-repeat;
	background-position: 0 0;
}
.foreground .element.icon {
	top: 20px;
	left: 20px;
	width: 130px;
	height: 130px;
	background: transparent url(../../images/product/product_icon.png) no-repeat;
	background-position: 0 0;
}
.background {
	position: absolute;
	overflow: hidden;
}
.foreground .element.title {
	top: 0px;
	font-size: 33px;
	text-transform: uppercase;		
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
	width: 330px;
}
.foreground .element.subtitle {
	top: 15px;
	font-size: 11px;
	line-height:140%;	
	color: #000;
	width: 330px;
	height:330px;
	overflow:auto;
	padding-right:5px;
	
}

.foreground .element.gameimg {
	font-size: 10px;
	letter-spacing:1px;
	color: #fff;
	width: 410px;
	float:left;
	padding-left:30px;
}

.top15 {
	top:17px;
	}

.top10 {
	top:10px;
	}

.top30 {
	top:30px;
	}

.top40 {
	top:40px;
	}	

.copy {
	text-align:right;
	width:350px;
	margin:0 auto;
	}

.foreground .element.gameimg img {
	margin:0 3px 5px 0;
	}
.ui-loader {
	display: none;
}

ul {
	clear:both;
	width:824px;
	height:32px;
	margin:0 auto;
	padding:0 0 10px 0;
	}
	
li {
	width:32px;
	height:32px;
	list-style-type:none;
	}
	
.li_l {
	float:left;
	}
	
.li_r {
	float:right;
	}