/*
########################################################
	main visuals
########################################################
*/

#face {
	width: 100%;	
	clear: both;
	display: none;
}

#visuals {
	width: 100%;	
	height: 400px;
	margin: 0px auto;
	position: relative;
	min-width: 948px;
}

#slides {
	height: 400px;
	left: 0px;
	margin: 0px auto;
	max-width: 1026px;
	*max-width: 1024px;
	min-width: 948px;
	overflow: hidden;
	position: relative;
	top: -1px;	
	*top: 0px;	
}

#slides a {
	display: block;
	height: 360px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 1024px;	
}

#slides a{
	*width: auto;
	*height: auto;
	*left: 0;
	*top: 0;	
}

.noassign {
	background-repeat: no-repeat;
	height: 400px;
	position: absolute;	
	display: none !important;
}

.foreside {
	width: 100%;
	height: 400px;
	position: absolute;	
	overflow: hidden;
	z-index: 10;
	display: none;
}

.backside {
	width: 100%;
	height: 400px;
	position: absolute;	
	overflow: hidden;
	display: none;
}

/*
########################################################
	sony logo
########################################################
*/
#slideLogo {
	display: none;
	margin: 93px 0 0 398px;	
}

#logslide {
	position: absolute;
	width: 100%;
	height: 400px;
}

/*
########################################################
	slide
########################################################
*/

#unitBlockslide {
	position: relative;
	width: 948px;
	top:-530px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*
########################################################
	slide navigation
########################################################
*/
#unitBlockSlide {
	height: 12px;
}

#slidenavi {	
	position: relative;
	top: 352px;
	left: 15px;
	height: 12px;
	width: 252px;
	margin-left: auto;
	margin-right: 0px;
	padding: 10px 15px;
	background-image: url(../../img/trap.gif);
	background-repeat: no-repeat;
	font-size: 8px;	
}

.slideb {
	margin-left: auto;
	margin-right: 0px;
}

.slidelink {
}

.slidebtn {
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	position: relative;
	background-color: rgb(0,0,0);
	border-color: rgb(255,255,255);
	border-width: 1px;
	border-style: solid;
	float: left;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.selectedbtn {
	width: 10px;
	height: 10px;
	margin-left: 8px;
	position: relative;	
	background-color: rgb(0,0,0);
	border-color: rgb(255,255,255);
	border-width: 1px;
	border-style: solid;
	background-image: url(../../img/btncenter.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	float: left;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*
########################################################
	businessmenu
########################################################
*/

#businessmenu {
	position: absolute;
	top: 390px;
	margin: 0 auto;
	width: 948px;
}

#businessmenu li{
	float:left;
	vertical-align: bottom;
}

.bmbtn {
	width: 190px;
	height: 50px;
	float: left;
}

.bmbtn {
	position: relative;
	cursor: pointer !important;
	z-index: 50;
}

.bmbtn a{
	display: block;
	position: absolute;
	cursor: pointer !important;
	text-indent: -9999em;
	width: 190px;
	height: 50px;
	overflow: hidden;
}

#electronics,
#electronics a{
	width: 189px;
	height: 50px;
	background-image: url(../../img/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#game,
#game a{
	width: 190px;
	height: 50px;
	background-image: url(../../img/menu.png);
	background-position: -189px 0px;
	background-repeat: no-repeat;
}

#movie,
#movie a{
	width: 190px;
	height: 50px;
	background-image: url(../../img/menu.png);
	background-position: -379px 0px;
	background-repeat: no-repeat;
}

#music,
#music a{
	width: 190px;
	height: 50px;
	background-image: url(../../img/menu.png);
	background-position: -569px 0px;
	background-repeat: no-repeat;
}

#finance,
#finance a{
	width: 189px;
	height: 50px;
	background-image: url(../../img/menu.png);
	background-position: -759px 0px;
	background-repeat: no-repeat;
}

#electronics a.bmbtnOver {
	background-image: url(../../img/menu.png);
	background-position: 0px -50px;
	background-repeat: no-repeat;
}

#game a.bmbtnOver{
	background-image: url(../../img/menu.png);
	background-position: -189px -50px;
	background-repeat: no-repeat;
}

#movie a.bmbtnOver{
	background-image: url(../../img/menu.png);
	background-position: -379px -50px;
	background-repeat: no-repeat;
}

#music a.bmbtnOver{
	background-image: url(../../img/menu.png);
	background-position: -569px -50px;
	background-repeat: no-repeat;
}

#finance a.bmbtnOver{
	background-image: url(../../img/menu.png);
	background-position: -759px -50px;
	background-repeat: no-repeat;
}

/*
#######################################################
	.noscript
#######################################################
*/

#mainNoscript {
	width: 1050px;
	margin: 0 auto;
	text-align: center !important 0 0;
}

#mainNoscript p {
	text-align: center !important;
}
 

/*
#######################################################
 z-index control
#######################################################
*/
#slidenavi {	
	z-index:30;
	*z-index:30;
}

#businessmenu {
	z-index: 30;
	*z-index: 30;
}

