/* $Id: views_slideshow.css,v 1.1.2.1.2.5 2010/02/24 16:41:52 psynaptic Exp $ */

.views-slideshow-controls-bottom.clear-block {
	position:absolute;
	right:250px;
	/*display:none;*/
}

#banner1-views-easySlider-block_1 {
	hight:370px;
}


.views_slideshow_singleframe {
align:center;
}

.views_slideshow_singleframe_no_display,
.views_slideshow_singleframe_hidden,
.views_slideshow_singleframe_controls,
.views_slideshow_singleframe_image_count {
  display: none;
}

/* Pager Settings */

.views_slideshow_singleframe_pager div a img {
  /*display: inline-block;*/
  width: 26px;
  height: 26px;
  background: url(images/pager2.png) no-repeat;  
  font-size: 0px;
  position:absolute;
  left:4px;
  buttom:70px;
  z-index: 99; 
}

.views_slideshow_singleframe_pager div {
  /*display: inline-block;*/
  width: 26px;
  height: 26px;
  background: url(images/pager1.png);/* no-repeat;  */
  font-size: 0px;
  /*position:relative;*/
  display: inline;
  padding-buttom: 30px;
  z-index: 99; 
}

.views-field-field-teaser-description-value {
	position:absolute;
	top:230px;
	right:10px;
	width:320px;
	height:90px;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	z-index:800;
	padding: 20px 20px 20px 20px;
	background: url(images/slide_txt_bg.png) no-repeat;
	/*background:#000000;*/
	
}

.views-field-field-teaser-description-value a:link,
.views-field-field-teaser-description-value a:hover,
.views-field-field-teaser-description-value a:active,
.views-field-field-teaser-description-value a:visited {
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}


.views_slideshow_singleframe_pager.thumbnails a.activeSlide img {
  border: 3px solid #000;
}

.views_slideshow_singleframe_pager.numbered a.activeSlide {
 /*display: inline-block;*/
  width: 26px;
  height: 26px;
  background: url(images/pager2.png);/* no-repeat;  */
  font-size: 0px;
  /*position:relative;*/
  left:4px;
  buttom:70px;
  z-index: 909; 
  /*text-decoration: underline*/;
}

/* controls settings */

a.views_slideshow_singleframe_previous {
  display: inline-block;
  width: 26px;
  height: 80px;
  background: url(images/left-button-on.png) no-repeat;
  font-size: 0px;
  color: #444;
  position:absolute;
  left:4px;
  top:145px;
  z-index: 999; 
  }
  
a.views_slideshow_singleframe_previous:hover {
  display: inline-block;
  width: 26px;
  height: 80px;
  background: url(images/left-button-on.png) no-repeat;
  background-position: -3px 0;
  font-size: 0px;
  color: #444;
  position:absolute;
  left:4px;
  top:145px;
  z-index: 999; 
  }
 
a.views_slideshow_singleframe_next {
  display: inline-block;
  width: 26px;
  height: 80px;
  background: url(images/right-button-on.png) no-repeat;
  font-size: 0px;
  color: #444;
  position:absolute;
  right:4px;
  top:145px;
  z-index: 999;  
  }
  
a.views_slideshow_singleframe_next:hover {
  display: inline-block;
  width: 26px;
  height: 80px;
  background: url(images/right-button-on.png) no-repeat;
  background-position: 3px 0;
  font-size: 0px;
  color: #444;
  position:absolute;
  right:4px;
  top:145px;
  z-index: 999;  
  }
 
a.views_slideshow_singleframe_pause {
  display: none;
  width: 16px;
  height: 16px;
  background: url(yourimage-pause) no-repeat;
  font-size: 0px;
  color: #444;
  position:absolute;
  left:940px;
  top:165px;
  z-index: 29;
  }
 
a.views_slideshow_singleframe_play {
  display: none;
  width: 16px;
  height: 16px;
  background: url(yourimage-play) no-repeat;
  font-size: 0px;
  color: #444;
  position:absolute;
  left:940px;
  top:165px;
  z-index: 29;
  }