/*
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
*/

.theme-default .nivoslider {
	position:relative;
	background:#fff url(/uploads/image/cjnivo-slider/loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a;
    -moz-box-shadow: 0px 0px 0px 0px #4a4a4a;
    box-shadow: 0px 0px 0px 0px #4a4a4a;
	
}
.theme-default .nivoslider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
		
}
.theme-default .nivoslider a {
	border:0;
	display:block;
	
}
/* 輪播點位置調整 */
.theme-default .nivo-controlnav {
	position:absolute;
	top:290px;
	left:-780px;
    margin-left:800px; /* tweak this to center bullets */
	
}
.theme-default .nivo-controlnav a {
	display:block;
	width:10px;
	height:12px;
	background:url(/uploads/image/cimages/banner_index.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index:99;
	
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlnav a.active {
	background-position:0 -12px;
}

.theme-default .nivo-directionnav a {
	display:block;
    width:15px;
	height:12px;
	/*background: no-repeat;*/
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextnav {
	background-position:center bottom ;	
	top:328px;
	right:40px;
	
}
.theme-default a.nivo-prevnav {
	top:58px;
	left:890px;
}

.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;
}