

/** RESET AND CLEARFIX
================================================**/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#slider{
	width:560px;
	}

.bx-wrapper {
position: relative;
margin: 0 auto 0;
padding: 0;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: #FFF;
}

#bx-pager{
	background:#CCC;
	height:40px;
	padding:8px;
}
#bx-pager a{
	background:#FFF;
	display:block;
	width:36px;
	height:36px;
	border:solid 2px #DDD;
	float:left;
	margin-right:8px;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
}
#bx-pager a:hover{
	border:solid 2px #FFF;
}
#bx-pager a:last-child{
	margin:0;

}

#bx-pager a.active{
	border:solid 2px #FFF;
	background:#609;
}
#bx-pager a.active img{
	opacity:0.5;
}

#bx-pager a img{
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#bx-pager a:hover img{
	opacity: 0.5;
}
