/*
	Slideshow
*/
#slides {
    text-align: center;
    margin: 5px auto 0px auto;
    width: 1000px;
    height: 365px;
}


#slider a{
    float: left;
}

.slides_container img {
    width: 350px;
    display: block;
    float: left;
    margin-right: 30px;
}
.slides_container .content {
    width: 520px;
    float: left;
    overflow: hidden;
    height: 284px;
    text-align: justify;
    color: #636467;
    font-size: 15px;
    margin: 10px 0px 0px 0px;
}

.slides_container .content span {
    text-align: left;
    float: left;
    color: #38393a;
    font-size: 30px;
    margin: 20px 0px 10px 0px;

}

.slide_title {
    border-radius: 20px;
    background: #E6E8EA;
    color: #52A1DC;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;
    float: left;
    padding: 10px;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    margin: 0px auto;
    float: left;
    text-align: center;
    width: 910px;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0px 20px 0px;
    height: 295px;
    overflow: hidden !important;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slide_link {
    background: url("/tpl/column1/images/little_button.png") left top no-repeat;
    display: block;
    height: 46px;
    text-align: center;
    line-height: 45px;
    width: 127px;
    color: #fff;
    margin: 0px 40px 0px 0px;
    float: right;
    font-weight: bold;
}

/*
	Next/prev buttons
*/

#slides .next {
	float: right;
    margin: 102px 0px  101px 10px;
    width:30px;
    height:105px;
    display:block;
    z-index:101;
    border:none;
    cursor: pointer;
    background: url("/images/slider/arrow_right.png") ;
}
#slides .prev {
	float: left;
    margin: 102px 20px 101px 0px;
	width:30px;
	height:105px;
	display:block;
	z-index:101;
    border:none;
    cursor: pointer;
    background: url("/images/slider/arrow_left.png") ;
}
.slides_control div {
    overflow-y: hidden;
}
/*
	Pagination
*/

.pagination {
    padding: 0;
    margin: 5px;
    position: relative;
    left: 50%;
    float: left;
}

.pagination li {
	float:left;
    margin: 3px;
    position: relative;
    right: 50%;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
    text-indent:300px;
    height: 13px;
	background:url(/images/slider/non_active.png) center center;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
    background:url(/images/slider/active.png) center center;
}
