/* Gallery styles */

#TopVis_left{
	float:left;
	width:460px;
	overflow:hidden;
	padding: 4px;
	border: 1px solid #CCCCCC;
	position: relative;
}
#TopVis_right{
	float:right;
	width:460px;
	overflow:hidden;
	padding: 4px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 10px;
}

#slide_gallery_left{
	width:460px;
	overflow:hidden;
}
#slide_gallery_right{
	width:460px;
	overflow:hidden;
}


#slidesLeft,
#slidesRight{
	height:308px;
	width:460px;
	overflow:hidden;
}

.slide{
	float:left;
	margin: 0px;
	padding: 0px;
}

.slide a{
	position:relative;
	/position:static;
}


#menuLeft,
#menuRight{
	width:460px;
	height:32px;
}

#menuLeft ul,
#menuRight ul{
	margin:0px;
	padding:0px;
}

#menuLeft li,
#menuRight li{
	margin:0px;
	padding:0px;
	display:inline-block;
	list-style:none;
	height:32px;
	overflow:hidden;
	float: left;
}

#menuRight li#btn01{
	background:url(../images/top/main_vis_btn01_off.gif) no-repeat;
	width:200px;
}
#menuRight li#btn02{
	background:url(../images/top/main_vis_btn02_off.gif) no-repeat;
	width:79px;
}
#menuRight li#btn03{
	background:url(../images/top/main_vis_btn03_off.gif) no-repeat;
	width:78px;
}
#menuRight li#btn04{
	background:url(../images/top/main_vis_btn04_off.gif) no-repeat;
	width:103px;
}
#menuLeft li#btn05{
	background:url(../images/top/main_vis_btn05_off.gif) no-repeat;
	width:230px;
}
#menuLeft li#btn06{
	background:url(../images/top/main_vis_btn06_off.gif) no-repeat;
	width:230px;
}

li#btn01.inact:hover a,
li#btn01.act a,
li#btn01.act:hover a{
	background:url(../images/top/main_vis_btn01_on.gif) no-repeat;
}
li#btn02.inact:hover a,
li#btn02.act a,
li#btn02.act:hover a{
	background:url(../images/top/main_vis_btn02_on.gif) no-repeat;
}
li#btn03.inact:hover a,
li#btn03.act a,
li#btn03.act:hover a{
	background:url(../images/top/main_vis_btn03_on.gif) no-repeat;
}
li#btn04.inact:hover a,
li#btn04.act a,
li#btn04.act:hover a{
	background:url(../images/top/main_vis_btn04_on.gif) no-repeat;
}
li#btn05.inact:hover a,
li#btn05.act a,
li#btn05.act:hover a{
	background:url(../images/top/main_vis_btn05_on.gif) no-repeat;
}
li#btn06.inact:hover a,
li#btn06.act a,
li#btn06.act:hover a{
	background:url(../images/top/main_vis_btn06_on.gif) no-repeat;
}

#menuLeft li.act a,
#menuRight li.act a{
	cursor:default;
}

#menuLeft li a,
#menuRight li a{
	display:block;
	height:32px;
	text-indent:-9999px;
	font-size:1px;
}

