/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*===    復位樣式    ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
blockquote, q {
	quotes:"#";
}

/*===================*/
/*===   主要風格   ===*/
/*===================*/

#dev7link {
    position:absolute;
    top:0;
    left:0px;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

/*============================*/
/*=== 自定義滾動條樣式 ===*/
/*============================*/
#slider-wrapper {
    width:936px;
    height:350px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
}

#slider {
	position: relative;
	width: 936px;
	height: 355px;
	margin-left: 0px;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	visibility: visible;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:370px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:50px;
	height:38px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	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;
}

/*====================*/
/*=== 其他樣式 ===*/
/*====================*/
.clear {
	clear:both;
}
