img.slider_picture
{
	float:left;
	margin:15px 5px 0 25px;
}
.news-date-time {
	color:#486DAA;
}

p.title, a.title_link {
	color: #990000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
p.title, a.title_link p{
	padding: 10px 0 0 0;
	font-size: 18px;
}

a.link{
	color: #990000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
p.prev-text{
	margin-right: 30px;
}

div.wrap-slider{
	background: #f0f0f0;
	width: 654px;
	height: 270px;
	margin:0 0 0 35px;
	padding:0;
	position: relative;
	top: -20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
em.about-item{
	background: url(images/opacity.png) 0 0 repeat;
	display: block;
	margin: 30px 15px 0 230px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-style: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* ------ mobilyslider
-----------------------------------------------*/

table#section_slide{
	width:630px;
	position: relative;
	top: -5px;
	background: transparent;
	z-index: 100;

}
table#section_slide td{
	margin: 0;
	color: gray;
	height: 25px;
	padding: 0 20px;
	background: url(images/tdbg.png);
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	font-weight: 300;
}
table#section_slide  td:hover, table#section_slide  td.select{
	color: #ffffff;
	background: url(images/tdbghover.png);
}

#content-slider {
	width:630px;
	background: #ffffff;
	margin:20px 10px 20px 10px;
	position:relative;
	height:250px;
	-webkit-box-shadow:  0px 1px 2px 1px rgba(55, 55, 55, 0.5);
    -moz-box-shadow:  0px 1px 2px 1px rgba(55, 55, 55, 0.5);    
	box-shadow:  0px 1px 2px 1px rgba(55, 55, 55, 0.5);
}

.slider {
	float:left;
	width:630px;
	height:225px;
	position:relative;
	padding-bottom:0px;

}

#set1, #set2, #set3, #set4 {
	display: none;

}

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

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

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


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

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


.next:hover {
background-position:-24px -51px;
}



.sliderContent .item {
position:absolute;
width:630px;
height:250px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom: 20px;
right: 20px;
z-index:50;
margin-left:-45px;
}

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

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

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}
