
#banner .contentdiv {
	  /*leave as is*/
	position: relative; /*leave as is*/
	margin:auto; 
	width:475px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:220px
}

#slider2 {
	width:654px;
	margin:auto; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:272px;
	
	z-index:999px;
	
	float:left;
	overflow:hidden;
}

.pagination {
	width:auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	float:right;
	right:245px;
	bottom:210px;
	z-index:9999;
	position:absolute;
visibility:hidden
}
.pagination a {
	background:#08387f;
	width:15px;
	line-height:15px;
	text-align:center;
	line-height:15px;
	color:#fff;
	display:inline-block;
	margin-right:1px;
	font-weight:bold;
}
.pagination a:hover, .pagination a.selected {
	background-color:green;
}
.pagination a:hover, .pagination a.selected {
	background-color:green;
}
.pagination a.prev {
	font-size:0px;
	display:none;
}
.pagination a.next {
	font-size:0px;
	display:none;
}


.news_updates {
	width:923px;
	background-image:url(../images/newsbg.gif);
	background-repeat:repeat-y;
	height:26px;
	border:solid 1px #bbc1c4;
	line-height:26px!important;
	
}
.news_update {
	width:90px;
	display:inline-block;
	color:#fff;
	height:24px;
	float:left;
	margin:1px;
	background:#ed2377;
	text-align:center;
}
.news_date {
	padding:0 9px;
	color:#999999;
	float:left;
}
.news_des {
	color:#08387f;
	float:left;
	padding-right:10px;
}
.news_des a {
	color:#08387f;
}
.next {
	float:right;
	margin-top:5x;
	padding-right:7px;
}
.tour ul.testimonials {
	margin:0;
	
}
.carousel{
	height:100px;
}
.tour ul.testimonials li{
	float:left;
	list-style: none;
	margin-top: 0px;
	min-height: 80px;
	padding-bottom: 0px;
	width: 100%!important;
}
.tour ul.testimonials li:first-child{
	margin-top: 0;
}
.tour ul.testimonials li img{
	float: left;
	height:80px;
	width:80px;
	margin: 10px 0;
	border:2px solid #ccc
}
.tour ul.testimonials li h5 {
	margin: 10px 0 10px 100px;
	font-size: 12px;
	padding: 10px;
	line-height: 16px;
	display: block;
	border: 1px solid #e1e1e1;
	color: #a2a5a7;
	position: relative;
	text-align:justify
}
.tour ul.testimonials li h5 {
	color:#748491;
	font-weight:600;
	font-size:12px;
border: 1px solid #cacac8;
	}
.tour ul.testimonials li h5:after {
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid  #000;
  content: '';
}
a.navi-left{
	background: url(../images/navi.png) no-repeat;
}
a.navi-right{
	background: url(../images/navi.png) no-repeat;
}
a.navi-left{
	display: block;
	height: 16px;
	width: 16px;
	background-position: top left;
	float: right;
	cursor: pointer;
}
a.navi-left:hover{
	background-position: bottom left;
	
}
a.navi-right{
	display: block;
	height: 16px;
	width: 10px;
	background-position: top right;
	float: right;
	margin-left: 4px;
	cursor: pointer;
}
a.navi-right:hover{
	background-position: bottom right;
}
.tour{
width:250px
}
#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}