#slider2{
	width:630px;
	margin-top: 10px;
	margin-left:9px;
}
.sliders_tours ul, .slider li{
	margin:0;
	padding:0;
	list-style:none;
}
.sliders_tours{
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
	overflow:hidden;
	height: 313px;
	padding-top:5px;
}
.sliders_tours li{
	/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
	
	
}
.sliders_tours li{
	text-align: center;
	width:200px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 10px;
	text-decoration: none;
	padding-top:0px;
	height:146px;
	overflow:hidden;
	margin-bottom:10px;
	
}
.sliders_tours li a{
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	height: 36px;
	margin-top: 110px;
	margin-bottom: 0px;
	background-image: url(../img/pointer.png);
	display: block;
	margin-bottom:15px;
}
#slider2 .sliders_tours li a{

}
	












<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	width:640px;
	height:270px;
	position:relative;
	margin-left: 9px;
}
#slideshow #slidesContainer {
  margin:0;
  width:600px;
  height:270px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:600px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:270px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:270px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/next.jpg) no-repeat 0 0;
}

