*		{ position: relative; margin: 0px; padding: 0px; }
body	{ background: #f5f5f5; color: #333333; font-size: 12px; font-family: Arial, Verdana, Tahoma, 'Trebuchet MS'; }
#h		{ background: #ffffff; border-bottom: 1px solid #cccccc; margin-bottom: 30px; }
#nav	{ list-style-type: none; margin: 0px; padding: 53px 0px 0px 0px; width: 732px; text-align: right; }
#nav a	{
	display: block;
	padding: 17px 25px;
	margin: 1px 1px 0px 1px;
	border: 0px;
	background: #ffffff;
	color: #aaaaaa;
	text-decoration: none;
	font-size: 18px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
#nav a:hover	{
	top: 1px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 18px;
	background: #f5f5f5;
	color: #666666;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(255, 255, 255, 0.7);
	box-shadow: inset 5px 5px 10px 0px rgba(255, 255, 255, 0.7);
}
#slider, #sliderMin	{
	background: #ffffff;
	height: 365px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px !important;
	overflow: hidden;
}
#slider ul, #slider li, #sliderMin ul, #sliderMin li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li{ 
	width: 980px;
	height: 365px;
	overflow: hidden; 
}
#sliderMin, #sliderMin li{ 
	width: 980px;
	height: 146px;
	overflow: hidden; 
}
#prevBtn, #nextBtn	{
	position: absolute;
	display: block;
	top: -60px;
	left: 40px;
	width: 31px;
	height: 31px;
	background: url('../img/arrow-l.png') no-repeat;
	text-indent: -8000px;
	z-index: 99;
}
#nextBtn	{
	left: 80px;
	background: url('../img/arrow-r.png') no-repeat;
}
#prevBtn a, #nextBtn a	{ display: block; width: 31px; height: 31px; }
#c	{ margin-bottom: 20px !important; line-height: 20px; }
#pref	{ background: url('../img/pref.png') no-repeat; height: 52px;  }
#f	{ background: url('../img/bgf.jpg') repeat; border-top: 15px solid #cccccc; min-height: 50px; padding: 15px 0px; }
#lang	{ position: fixed; right: 70px; top: 15px; }
#dc	{ position: absolute; right: 0px; top: 0px; color: #999999; }
#dc a	{ text-decoration: none; color: #999999; }

#slider, #sliderMin, #sliderControls, .wrap, #pref, #c	{ width: 980px; margin: 0px auto; }
.inline, #logo, #nav, #nav li
{ display: inline-block; vertical-align: top; }
a > img	{ border: 0px; }