.slider {
float:left;
width:1000px;
height:500px;
position:relative;
margin:0 0 50px 0;
z-index:500;
}

.sliderContent {
float:left;
width:1000px;
height:500px;
clear:both;
position:relative;
overflow:hidden;
}

.slider2 {
float:left;
width:300px;
height:225px;
position:relative;
margin:0 0 50px 0;
z-index:500;
}

.sliderContent2 {
float:left;
width:300px;
height:225px;
clear:both;
position:relative;
overflow:hidden;
}

.slider2 .sliderBullets {
	display: block;
	bottom: -40px;
	right: 0px;
}


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

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

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

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

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

.sliderContent .item {
position:absolute;
width:1000px;
height:500px;
}

.sliderBullets {
position:absolute;
bottom:10px;
right:20px;
z-index:2500;
}

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

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

.sliderContent a {
outline:none;
}

a {
color: #999999;
}

a img {
border:none;
}

.slide-bar {
	width:1000px;
	height:35px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../../images/slide_bar.png) no-repeat;
	z-index:2000;
}

.slide-text {
	width:250px;
	height:500px;
	position:absolute;
	background:url(../../images/slide_text_bg.png) no-repeat;
	top:0px;
	left:25px;
}

.slide-text-text {
	width:200px;
	height:300px;
	float:left;
	margin:100px 25px 0 25px;
	overflow:hidden;
	display:block;
	font-size:12px;
	line-height:20px;
}

.slide-text-text .title {
	font-size:14px;
	font-weight:600;
}