/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {position:relative; width:100%; height:400px; overflow: hidden;}
.nivoSlider img {position:absolute; top:0px; left:0px; max-width: none;}
.nivo-main-image {display: block !important; position: relative !important;  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; 
	background:#ffffff; filter:alpha(opacity=0); opacity:0;
}
.nivo-slice {display:block; position:absolute; z-index:5; height:100%; top:0; }
.nivo-box {display:block; position:absolute;z-index:5; overflow:hidden;}
.nivo-box img { display:block; }

/*³×ºñ*/
.nivo-controlNav {text-align:center;position:absolute; bottom:20px; right:20px; z-index:7; padding:5px; border-radius:15px; 
	background:url(/images/trans_semi_50.png); box-shadow:0 0 2px #ffffff; 
}
.nivo-controlNav a {display:inline-block; width:10px; height:10px; cursor:default; margin:0 5px; background:#a1a1a1; 
	text-indent:-20000px; overflow:hidden;  border:solid 1px #666666; border-radius:10px; 
}
.nivo-controlNav a.active {background:#ffffff; }

/*¹æÇâ*/
.nivo-directionNav {position:relative;z-index:6; width:100%; height:100%;}
.nivo-directionNav a {position:absolute;  display:inline-block; width:40px; height:40px; 
	text-indent:-20000px; overflow:hidden; top:-50%; margin-top:-20px; cursor:pointer;
	background:url(/images/bt_icon.png) no-repeat; opacity:0.8; border-radius:5px; 
}
.nivo-directionNav a.nivo-prevNav {left:20px; background-position:-110px -120px;} 
.nivo-directionNav a.nivo-nextNav {right:20px; background-position:-170px -120px;}

.nivo-directionNav a:hover {opacity:0.7; background-color:#ffffff;}
.nivo-directionNav a.nivo-prevNav:hover {left:20px; background-position:-110px -180px;} 
.nivo-directionNav a.nivo-nextNav:hover {right:20px; background-position:-170px -180px;}

@media all and (max-width:960px){
	.nivoSlider {height:auto; overflow: hidden;}
}
