/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/js/nivo_slider/loading.gif) no-repeat 50% 50%;
   margin-bottom:0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	max-width:1024px;
	margin:0 auto;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:none;
	width:22px;
	height:22px;
	background:url(/js/nivo_slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

/* 좌우 버튼 크기 및 위치 조절*/
.theme-default .nivo-directionNav a {
	display:block;
	width:49px;
	height:93px;
	background:url(/js/nivo_slider/main_img_btn.png) no-repeat;/*경로맞추기*/
	text-indent:-9999px;
	border:0;
	top:210px;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-49px 0;
	right:-70px;
}
.theme-default a.nivo-prevNav {
	background-position:0px 0;
	left:-70px;
}

a.nivo-prevNav:hover {left:-80px;}
a.nivo-nextNav:hover {right:-80px;}

/* 1024 이상일 경우 */
@media all and (max-width:1280px) {
.theme-default a.nivo-nextNav {right:-100px;}
.theme-default a.nivo-prevNav {left:-100px;}
a.nivo-prevNav:hover {left:-110px;}
a.nivo-nextNav:hover {right:-110px;}
}

/* 1024 이상일 경우 */
@media all and (min-width:1366px) and (max-width:1680px) {
.theme-default a.nivo-nextNav {right:-160px;}
.theme-default a.nivo-prevNav {left:-160px;}
a.nivo-prevNav:hover {left:-170px;}
a.nivo-nextNav:hover {right:-170px;}
}

/* 1024 이상일 경우 */
@media all and (min-width:1920px){
.theme-default a.nivo-nextNav {right:-410px;}
.theme-default a.nivo-prevNav {left:-410px;}
a.nivo-prevNav:hover {left:-420px;}
a.nivo-nextNav:hover {right:-420px;}
}

/* 1024 이상일 경우 */
@media all and (min-width:2048px){
.theme-default a.nivo-nextNav {right:-470px;}
.theme-default a.nivo-prevNav {left:-470px;}
a.nivo-prevNav:hover {left:-480px;}
a.nivo-nextNav:hover {right:-480px;}
}

/* 좌우 버튼 크기 및 위치 조절 끝*/

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
