﻿#clearfix
{
	clear:both;
}

#c-carousel {
	width:744px;
	height: 100%;
	padding: 0;
	margin: 0;
	clear:both;
	background-color:#e5e5e5;
	/*border-bottom:1px solid #d2d2d2;*/
	/*border-right:1px solid #d2d2d2;*/
	z-index:1;
}


#c-carousel * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#wrapper {	
	width:744px;
	height: 210px;	
	position:relative;	
	left:0;
	top:0;	
	padding:0px;
	margin:0px;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); */ 
	/*border-bottom:1px solid #CCC;*/
}
#wrapper img {
	display: block;
	float: left;
	border:0;
}
#images {
	height: 210px;   /* 이미지높이*/
	width: 509px;     /* 이미지 넓이*/		
	position:absolute;
	left:0;
	top:0;
	overflow: hidden;	
	cursor: pointer;	
	border-bottom: 1px solid #03C;
	
}

#thumb_wrap
{
	width: 235px;	
	height: 180px;   /* 이미지높이*/
	position:absolute;
	left:509px;
	top:0;		
	overflow: hidden;			
}


#thumbs div {
	height: 60px;	
	width: 235px;
	float:left;	
}

#thumbs img {		
	cursor: pointer;
	/*
	background-color:transparent;
	background-image:url(http://www.manmin.org/foreign/image/common/cn/carousel/bt_adoff.gif);
	filter: gray; 
    -webkit-filter: grayscale(100%);
	*/ 
}


#thumbs img.selected, #thumbs img:hover {				
	cursor: pointer;
	/*
	height: 60px;	 
	background-color:transparent;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	background-image:url(http://www.manmin.org/foreign/image/common/cn/carousel/bt_adon.gif);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); 
	filter: none;
    -webkit-filter: grayscale(0%);		
	*/
 
}

#nav
{	
	height: 30px;   /* 이미지높이*/
	position:absolute;
	right:10px;
	top:187px;	
	
}

#nav_index
{
	height: 30px;   /* 이미지높이*/
	position:absolute;
	right:50px;
	top:183px;
	font-size:8pt;
	color:#666;	
}


#nav a {
	text-decoration: none;
	font-size: 20px;
	color: #999;			
}

#nav a:hover {
	color: #000;
}

#nav a.disabled {
	display: none !important;
}


/* 중간  */

.wrap
{
	position:relative;
	float: left;
}
.caroubox img {
	display: block;
	float: left;
	z-index:0;
}

#a_title, #a_uname, #a_pager,
#b_title, #b_uname, #b_pager,
#c_title, #c_uname, #c_pager,
#d_title, #d_uname, #d_pager,
#e_title, #e_uname, #e_pager,
#f_title, #f_uname, #f_pager,
#g_title, #g_uname, #g_pager
{
	margin:3px 0 0 0;
	padding: 0;
}


#a_title, #b_title, #c_title, #d_title, #e_title, #f_title ,#g_title 
{		
}

#a_uname, #b_uname, #c_uname, #d_uname, #e_uname, #f_uname ,#g_uname    
{	
	margin-top:3px;
	font-size:9pt;
	letter-spacing:-1;
	color:#fff;
	filter:alpha(opacity=100); 
    opacity:1; 
}

p.subtitle
{
	position:absolute;
	display: block;
	left:1px;
	top:65px;   .top:76px;
	height:20px;
	width:98%;
	color:#fff;	
	background:url(/foreign/image/common/cn/t-backbar.png) repeat-x left top;
	/*background-color:#333;
	filter:alpha(opacity=70); 
    opacity:0.7; */
	text-align:center;
	padding-top:4px;
	
}

#a_pager, #b_pager, #c_pager, #d_pager, #e_pager, #f_pager {	
	width: 60px;    .width: 70px;
	float: right;   .float: left; 
}

#a_pager a, #b_pager a , #c_pager a, #d_pager a, #e_pager a , #f_pager a {
	border:0;	
	width: 15px;
	height: 14px;
	display: inline-block;
	background-image:url(/foreign/image/00main/cn/choice2.gif);
}

*html #a_pager a, #b_pager a , #c_pager a, #d_pager a, #e_pager a , #f_pager a {	
	width: 11px;
	height: 11px;
	padding:0;
	margin:0;
	margin-right:1px;
	display: inline-block;
	
}

#a_pager a.selected, #b_pager a.selected , #c_pager a.selected , #d_pager a.selected, #e_pager a.selected , #f_pager a.selected {
	background-image:url(/foreign/image/00main/cn/choice1.gif);
	background-color:transparent;	
	display: inline-block;
	width: 15px;
	height: 14px;
	/* ie핵	
	*/
	_border:1px solid #B5DAE8;
	
}

.caroubox img
{
	border:1px solid #fff;
}
