div,span,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,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;font-size:100%;margin:0;padding:0;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}a, img{outline:expression(hideFocus='true');outline:none;border:0;text-decoration:none;}a:hover a:focus a:active{outline:expression(hideFocus='true');outline:none;}

.sliderBox {
	width:463px;
	height:371px;
	position:relative;
}

.sliderBox ul#images {
	width:463px;
	height:371px;
	position:absolute;
	overflow:hidden;
	left:0px;
	top:0px;
}

.sliderBox ul#bullets {
	position:absolute;
	right:2px;
	bottom:2px;
	z-index:3;
}

.sliderBox ul#bullets li {
	float:left;
	margin:0 0 0 5px;
	width:20px;
	height:20px;
	background:url(/_img/passive.png) no-repeat 0 0;
}

.sliderBox ul#bullets li.active {
	background:url(/_img/active.png) no-repeat 0 0;
}

.sliderBox ul#bullets li a {
	display:block;
	height:18px;
}

.prev {
	position:absolute;
	width:48px;
	height:48px;
	left:11px;
	top:167px;
	background:url(/_img/arrow.png) no-repeat 0 0;
	z-index:99;
}

.prev:hover {
	background:url(/_img/arrow.png) no-repeat 0 -48px;
}

.next {
	position:absolute;
	width:48px;
	height:48px;
	right:11px;
	top:167px;
	background:url(/_img/arrow.png) no-repeat -48px 0;
	z-index:99;
}

.next:hover {
	background:url(/_img/arrow.png) no-repeat -48px -48px;
}

