/* extraneous styles [ begin ] */


img {
	border: 0; 
}
.fl {
	float: left; 
	display: inline;
}
.photos {
    text-align: center; 
	padding: 24px 0 0 0;
}
.skip {
	position: absolute; 
	left: -5000px;
}

/* extraneous styles [ end ] */

/* slider styles [ begin ] */
.news_slider {
	position: relative; 
	width: 972px; 
	height:90px; 
	margin: 0 0 0 0;
	background:#FFFFFF url(../images/bg_bottom.jpg) repeat-x;
}
.news_slider .prev_out{
	width:30px;
	height:90px;
	float:left;
	background:#FFFFFF url(../images/bg_bottom_l.jpg) no-repeat;
	position:relative;
	display:block;
}
.news_slider .prev_out .prev{
	position: relative; 
	top: 36px;
	left:3px; 
	display: block; 
	float:left;
	width:15px;
	height:15px;
	background-image:url(../images/pre_notactive.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
.news_slider .next_out{
	width:30px;
	height:90px;
	float:right;
	background:#FFFFFF url(../images/bg_bottom_next.jpg) no-repeat;
	position:relative;
	display:block;
}
.news_slider .next_out .next {
	position: relative; 
	top: 36px;
	right:3px; 
	display: block; 
	float:right;
	width:15px;
	height:15px;
	background-position:right;
	background-image:url(../images/next.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
.news_slider .next {
	right: 0px;
}
.news_slider .news_items {
	position: relative; 
	width: 900px; 
	height:88px; 
	left: 0px; 
	padding-top:3px;
	padding-left:6px;
	overflow: hidden; 
	float:left; 
}
.news_slider .news_items .view_all {
	padding: 0px; 
	margin: 0 0 2px 0; 
	border-top: #eeeeed 1px solid; 
	border-bottom: #eeeeed 1px solid; 
	text-align: center;
}
.news_slider .news_items .container {
	position: relative; 
	top: 0; 
	left: 0; 
	width: auto;
}
.news_slider .news_items .container .item {
	width: 100px;
	height:85px;
	margin: 0; 
	float:left; 
	white-space:normal;
	line-height:85px;
}

/* slider styles [ end ] */

