#block-views-slideshow_featured-block_1 {
  position: relative;
}

#block-views-slideshow_featured-block_1 .view-content {
  display: block;
  position: relative;

}

#block-views-slideshow_featured-block_1 .views-row-even ,
#block-views-slideshow_featured-block_1 .views-row-odd {

  display: block;
  position: absolute;



}


#block-views-slideshow_featured-block_1 img {

  float: left;
  height:316px;
  width:900px;	
  border:1px solid #fff;
}


#block-views-slideshow_featured-block_1 .views-row .views-field-title {

 width:600px;
 text-align:left;
 height:22px;
 background:url("images/titlebg.jpg") repeat-x;
 display:block;

 


}

#block-views-slideshow_featured-block_1 .views-field-title .field-content a {
	 background:url("images/titlebg.jpg") repeat-x;
	 width:600px;
	 height:22px;
	 font-weight:bold;
	 text-align:left;
	 color:#ffffff;
	 display:block;
	float:left;

}

.slideshow-pager {
float:right;
  position: relative;
  margin-top:325px;
margin-right:105px;
}

.slideshow-pager a {
	background:#fe875b;
	color:#000;
	border:none;
	float:left;
	font-family:Arial,Tahoma,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:0 1px 0 0;
	text-align:center;
	text-decoration:none;
	width:19px;
	cursor: pointer;

}

.slideshow-pager a:hover,
.slideshow-pager a.active {
 background:#fff
}

