@charset "euc-kr";

.todays_hot_wrap {
	background:url('../images/main/banner_bg.gif') repeat-x;
	height:372px; overflow: hidden; padding-top: 4px; position: relative; min-width: 992px;padding-left:10px;
}
.todays_hot_wrap .inner_wrap {
	margin: 0px auto; width: 991px; position: relative;
}

.todays_hot_wrap .deal_lst {
	top: 10px; clear: both; position: absolute; z-index: 10;
}
.todays_hot_wrap .deal_box {
	 width: 330px; height: 360px; float: left; position: relative;
}
.todays_hot_wrap .deal_box a img {
	vertical-align: top;
}

.todays_hot_wrap .deal_box .box_dim {
	background: rgb(0, 0, 0); left: 3px; top: 7px; width: 323px; height: 333px; filter: alpha(opacity=65); position: absolute; opacity: 0.65;
}


.todays_hot_wrap .deal_lst .selected .box_dim {
	display: none;
}
.todays_hot_wrap .deal_lst .selected .side_info em span {
	display: none;
}
.todays_hot_wrap .deal_lst .notselected .box_dim {
	display: block;
}
.todays_hot_wrap .deal_lst .notselected .side_info em span {
	display: block;
}



.todays_hot_wrap .deal_loading {
	width: 307px; height: 372px; float: left; position: relative;
}
.todays_hot_wrap .deal_loading span {
	background: url("/images/loading.gif") no-repeat; margin: 185px 0px 0px 132px; width: 24px; height: 24px; text-indent: -9999px; display: block;
}



/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:455px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:455px;
	height:307px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	width:50px;
	z-index:1000
}

.pagination li {
	float:left;
	margin:0 5px;
	background-image:url(../images/main/num.gif);

	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:14px;
	padding-top:0px;
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li a:-webkit-any-link {
	color: -webkit-link;
	cursor: auto;
}
.pagination li.on {
	background-image:url(../images/main/num_on.gif);
}



/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
