@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.nivoSlider {
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	/*position:absolute;*/
	/*width: 300px;*/
	/*margin: 0 auto;*/
     /*border:1px solid #F00;*/
}
.nivo-controlNav a {
	float:left;
	display:block;
	width:22px;
	height:22px;
	/*margin: 0 3px 0 0;*/
	text-indent:-9999px;
	border:0;
	background:url(images/bullets.png) no-repeat;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:42px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#FFF;
    border-bottom:1px dotted #FFF;
}
.nivo-caption a:hover {
    color:#FFF;
}



