/* ------ mobilyslider
-----------------------------------------------*/

#content {
	width: 1000px;
	margin: 0px auto 0;
}

.slider {
	float: left;
	width: 1000px;
	height: 435px;
	position: relative;
	padding-bottom: 16px;
	background-color: #bacbcd;
}

.sliderContent {
	float: left;
	width: 1000px;
	height: 435px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image: url(../gfx/prev_next.png);
	width: 34px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.prev {
	background-position: 0 0;
	left: 0px;
}

.prev:hover {
	background-position: 0 -46px;
}

.next {
	right: 0px;
	background-position: -36px 0;
}

.next:hover {
	background-position: -36px -46px;
}

.sliderContent .item {
	position: absolute;
	width: 1000px;
	height: 435px;
	background: #fff;
	top: -1px;
}

.sliderBullets {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 50;
	margin-left: -20px;
	margin-bottom: 2px;
}

.sliderBullets a {
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin-left: 2px;
	width: 10px;
	height: 10px;
	background: url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
	background-position: 0 -10px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}
