body {
	color:#fff;
	margin:0;
    padding:0;
    border:0;
	height:100%;
	width:100%;
    background:#fff;
	overflow:hidden;
}
a {
	text-decoration: none;
	border:none;
}
div.banner{
	display:none;
	visibility: hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	KhtmlOpacity:0;
	cursor:pointer;
}
.ms * {
	outline:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
}
div.anterior{
	position:absolute;
	display:block;
	top:550px;
	left:38px;
	width:42px;
	height:10px;
	z-index:100;
	background: url(banner/anterior.png) no-repeat;
	cursor:pointer;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	KhtmlOpacity:0.6;
}
div.anterior:Hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	KhtmlOpacity:1;
}
div.siguiente{
	position:absolute;
	display:block;
	top:550px;
	left:95px;
	width:38px;
	height:10px;
	z-index:100;
	background: url(banner/siguiente.png) no-repeat;
	cursor:pointer;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	KhtmlOpacity:0.6;
}
div.siguiente:Hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	KhtmlOpacity:1;
}
div.logo {
	position:absolute;
	display:block;
	top:38px;
	left:38px;
	width:170px;
	height:37px;
	z-index:100;
	background: url(banner/logo.png) no-repeat;
}
div.desc {
	position:absolute;
	display:block;
	top:48px;
	left:280px;
	width:130px;
	height:41px;
	z-index:100;
	background: url(banner/desc.png) no-repeat;
}
div.info {
	position:absolute;
	display:block;
	top:48px;
	left:446px;
	width:265px;
	height:56px;
	z-index:100;
	background: url(banner/info.png) no-repeat;
	cursor:pointer;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	KhtmlOpacity:0.7;
}
div.info:Hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	KhtmlOpacity:1;
}
div.address {
	position:absolute;
	display:block;
	top:48px;
	left:749px;
	width:134px;
	height:54px;
	z-index:100;
	background: url(banner/address.png) no-repeat;
	cursor:pointer;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	KhtmlOpacity:0.7;
}
div.address:Hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	KhtmlOpacity:1;
}
div.intro{
	position:absolute;
	top:147px;
	left:38px;
	width:857px;
	height:535px;
	z-index:100;
	display:none;
	visibility: hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	KhtmlOpacity:0;
}
div.content{
	position:absolute;
	width:100%;
	z-index:10;
	top:0;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	KhtmlOpacity:0;
}
div.more{
	position:absolute;
	display: block;
	top:147px;
	left:38px;
	width:985px;
	height:370px;
	z-index:25;
	background: url(banner/moreinfo.jpg) no-repeat;
	display:none;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	KhtmlOpacity:0;
}