
/*--------------------
promotion_area
--------------------*/

#top_bg_image{
	width:1400px;
}

#promotion_area{
	margin-top:50px;
	width:100%;
	height : 610px;
	position:relative;
}

#home_back{
	width:1400px;
/*	height:613px;*/
	margin:0 auto;
	left:0;
	right:0;
	position:absolute;
}
.grd{
height: 100px;
width: 1400px;
text-indent: -9999px;
z-index: 999;
position: absolute;
bottom: 0;
background: rgba(0,0,0,0); 
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1))); 
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 )\9;
}

#home_back:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	}
#btnSlideDESC {
	top:45%;
	background: url(./../images/controls_l.png) no-repeat 0 0px;
}
#btnSlideASC {
	top:45%;
	background: url(./../images/controls_r.png) no-repeat 0 0px;
}

.promotion_race_top{
	margin-top:0px !important;
	margin-bottom:30px;
}

/*--------------------
contents_main_img
--------------------*/
.main_img_area{
	width: 980px;
	height: 613px;
	z-index:999;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	overflow:hidden;
}

#main_image_wrap{
	position:absolute;
	width:5000px;
	height:613px;
/*	overflow:hidden;*/
	left:-980px;
}

#main_img_area li,
#main_img_area img,
#main_img_area a {
	display:block !important;
	float:left;
	width:980px;
	height:613px;
}

.btnSlide {
	width:45px;
	height:100%;
	background-color:#ccc;
	opacity:0;
	z-index:8000;
	position:absolute;
	top:0;
	vertical-align: middle;
}

#btnSlideDESC{
	left:0;
}
#btnSlideASC{
	right:0;
}

/*--------------------
[X Slider
--------------------*/

#race_slider_area{
	position:relative;
	overflow:hidden;
	height:160px;
	width:100%;
	margin-top:3px;
	margin-bottom:20px;
}

#race_slider_wrap{
	background-color:#000;
	overflow:hidden;
	width:920px;
	height:160px;
	margin-left:28px;
}

#race_slider_inner{
	font-size:0;
	width:1500px;
}




#race_slider_prev, #race_slider_next{
	position:absolute;
	width:20px;
	height:115px;
	padding-top:45px;
	top:0;
}

#race_slider_prev{
	left:0;
}

#race_slider_next{
	right:0;
}

#race_slider_area a{
	display:block;
	position:relative;
	float:left;
	margin:0;
	border:0;
	width:306px;
	height:160px;
	overflow:hidden;
}


#race_slider_inner>a>img{
	position:absolute;
	left:0;
	top:0;
}

#race_slider_inner>a>img:hover{
	top:-160px;
}

