/* ------ mobilyslider
-----------------------------------------------*/

.slider a:focus { /*acessible control focus border*/
	/* border: 2px red solid; */
	
}

.slider {
	z-index:0;
	width:959px;
	height:337px;
	margin:0 auto;
	position:relative;
}
.sliderContent {
	float:left;
	width:959px;
	height:337px;
	clear:both;
	position:relative;
	overflow:hidden;
}
.sliderArrows{
	width:100%;
}
.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:100;
	/* background-image:url(../images/prev_next.png); */
	width:19px;
	height:21px;
	position:absolute;
	top:50%;
	margin-top:120px;
}
.prev {
	background-image:url(../images/prev.png);
	/* background-position:0 0; */
	left:20px;
}
.prev:hover {
	background-image:url(../images/prev.png);
	/* background-position:0 -44px; */
}
.next {
	background-image:url(../images/next.png);
	right:580px;
	/* background-position:-44px 0; */
}
.next:hover {
	background-image:url(../images/next.png);
	/* background-position:-44px -44px; */
}
.sliderContent .item {
	position:absolute;
	width:100px;
	height:320px;
	left:0;
	top:0;
}
.sliderBullets {
	position:absolute;
	bottom: 33px;
    left: 15%;
   
    z-index: 999;
	/* background:url(../images/bullets.png) no-repeat; */
}
.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:10px;
	
	width:12px;
	height:12px;
	background:url(../images/bullets.png) no-repeat; 
}
.sliderBullets .active {
	background:url(../images/bullets_active.png) no-repeat;
}
.sliderContent a {
	color:#6f2623;
}
.sliderContent a:focus{
	border:none;
}

#banner a {
	color:#fff;
}
a img {
	border:none;
}
