/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.scroll_slider img {
	border: 0;
}

.scroll_slider {
	position: relative;
	overflow: hidden; 
}
.scroll_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.scroll_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.scroll_slider .back a,
.scroll_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.scroll_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.scroll_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.scroll_slider li {
	float: left;
	display: inline;
	width: 360px;
}

/*

-----------------------------------------------------------------------------------------*/

.style_slider  {
	width: 460px;
 	margin: 0 0 32px 0px; padding-left: 90px; 		 
}
.style_slider a {
 
}
.style_slider .back {
	width: 61px;
	height: 58px;
/*	background: url(../images/prev_bg.gif) no-repeat;*/
}
.style_slider .next {
	width: 61px;
	height: 58px;
	left: 540px;
/*	background: url(../images/next_bg.gif) no-repeat;*/
}
.style_slider .next a {
	position: absolute;
	top: 70px;
	right: 60px;
	width: 150px;
	height: 100px;
	line-height: 30px;
	background: url(../images/next.png) no-repeat top right;
}
.style_slider .next a:hover {
	background: url(../images/nextb.png) no-repeat top right;
}
.style_slider .back a {
	position: absolute;
	top: 70px;
	left: 10px;
	width: 150px;
	height: 100px;
	line-height: 30px;
	text-align: right;
	background: url(../images/prev.png) no-repeat;
}
.style_slider .back a:hover {
	background: url(../images/prevb.png) no-repeat;
}
.style_slider .view_all { display: none}
 
.style_slider li {
	padding: 15px 0;
	overflow: hidden;
}
.style_slider li img {
	float: left;
	display: inline;  width: 330px; height: 210px; border: 2px solid #FFF; margin-left: 20px
}
.style_slider li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}


