/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Most common stuff you'll need to change */

	.coda-slider-wrapper {margin-left:10px;}
	.coda-slider { background: #fff;border-bottom:1px solid #ddd7c8; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 300px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1040px;min-height:300px;} 
	
	
	/*¡Ú¡ÚÃß°¡*/
	
		/*¹è°æÃ³¸®*/
		.panel-back01{background: url(img/coun/counback/back_01.jpg) no-repeat bottom right;}
		.panel-back02{background: url(img/coun/counback/back_02.jpg) no-repeat bottom right;}
		.panel-back03{background: url(img/coun/counback/back_03.jpg) no-repeat bottom right;}
		.panel-back04{background: url(img/coun/counback/back_04.jpg) no-repeat bottom right;}
		.panel-back05{background: url(img/coun/counback/back_05.jpg) no-repeat bottom right;}
		.panel-back06{background: url(img/coun/counback/back_06.jpg) no-repeat bottom right;}
		.panel-back07{background: url(img/coun/counback/back_07.jpg) no-repeat bottom right;}
		.panel-back08{background: url(img/coun/counback/back_08.jpg) no-repeat bottom right;}
		.panel-back09{background: url(img/coun/counback/back_09.jpg) no-repeat bottom right;}
		.panel-back00{background: url(img/coun/counback/back_00.jpg) no-repeat bottom right;}

	
	.panel-img{float:right;position:relative;right:10px;bottom: -20px;}
	
	.panel-content{padding:10px 0 0 10px;width:540px;}
	
	.panel-content h1{color: #af8086;
	font-weight:normal;
	font-size: 32px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding-bottom:10px;
	}

	.panel-content h3{color: #685149;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding-bottom:10px;
	}

	.panel-content p{color: #8e8e8e;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 16px;
	font-weight: normal;
	padding-bottom:10px;
	}
	
	.panel-num{ display:table; background:#a26a72; padding:2px 5px; margin:0; color:#fff; font-size:20px; }
	.panel-num2{ display:inline-block; background:#a26a72; padding:2px 5px; margin:0; color:#fff; font-size:20px; }
	.panel-stat{ color:#8e8e8e; font-size:14px; font-weight:bold; }
	.panel-title{ height:24px; overflow:hidden; text-overflow:ellipsis;}
	.panel-greet{ height:58px; overflow:hidden; text-overflow:ellipsis;}
	.panel-profile{ overflow:hidden; text-overflow:ellipsis;}


	a.jms-link{
	color: #fff;
	text-transform: uppercase;
	background: #969696; /* Old browsers */
	background: -moz-linear-gradient(top, #969696 0%, #727272 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#727272)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #969696 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969696 0%,#727272 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #969696 0%,#727272 100%); /* IE10+ */
	background: linear-gradient(top, #969696 0%,#727272 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
	padding: 8px 30px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #444;
	border-radius: 4px;
	opacity: 1;
	margin-top: 10px;
	margin-left:60px;
	clear: both;
}
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 980px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { padding: 5px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left; margin:120px -5px 0 0;  }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	