.body8_e {  font-family: "Verdana", "Arial", "Helvetica"; font-size: 8pt}
.body7_e {  font-family: "Verdana", "Arial", "Helvetica"; font-size: 7pt}
.body9_j {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 9pt}
.body8_j {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 8pt}


/* Gallery styles */

#gallery{

	/* CSS3 Box Shadow */
/*
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
*/
	/* CSS3 Rounded Corners */
/*
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
*/
	background:url(img/products/bg.png) repeat-x bottom center #ffffff;

	/* The width of the gallery */
	width:672px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:378px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:672px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:47px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:168px;
	display:inline-block;
	list-style:none;
	height:47px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/products/bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/products/act.png) no-repeat;
}

li.act a{
	cursor:default;
}


.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:0px;
/*
	background:url(img/divider.png) no-repeat right;
*/
}

li a{
	display:block;
/*
	background:url(img/divider.png) no-repeat right;
*/
	height:60px;
	padding-top:0px;
}

a img{
	border:none;
}



#main{
	/* The main container */
	margin:18px auto;
	text-align:center;
	width:672px;
	position:relative;
}