/* -----------------------------------------------------------
CSS Information

 File name:      mobilyslider.css
----------------------------------------------------------- */

#sliderwrapper {
	width: 690px;
	height: 383px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	position:relative;
}

.slider {
	float:left;
	width:690px;
	height:383px;
	position:relative;
}

.sliderContent {
	float:left;
	width:690px;
	height:383px;
	clear:both;
}

.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:100;
	background-image:url(../img_slide/prev_next.png);
	width:42px;
	height:42px;
	position:absolute;
	top:45%;
	margin-top:5px;
}

.prev {
	background-position:0 0;
	left:5px;
}

.prev:hover {
	background-position:0 -44px;
}

.next {
	right:5px;
	background-position:-44px 0;
}

.next:hover {
	background-position:-44px -44px;
}

.sliderContent .item {
	position:absolute;
	width:690px;
	height:383px;
	background:#fff;
}

.sliderBullets {
	position:absolute;
	bottom:-15px;
	left:0%;
	z-index:50;
}

.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:11px;
	background:url(../img_slide/bullets.png) no-repeat;
}

.sliderBullets .active {
	background-position:0 -11px;
}

.sliderContent a {
	outline:none;
}
