/*-----------------------------------------------------------------------------------*/
/*	Slideshow
/*-----------------------------------------------------------------------------------*/
#slideshow { margin: 0 auto; width:940px; height:390px; background-repeat: no-repeat; }


/* carousel */
	
	.carousel {
		width:940px; 
		margin:0 auto; 
		position:relative; 
		overflow:hidden; 
		height:425px; 
		padding:0; 
		margin:-0
		}
	
	.wide .carousel, .wide_alternative .carousel{
		width:940px;
		margin:0 auto;
		position:relative;
		overflow:hidden;
		height:425px;
		padding:0;
		margin-top:0
	}
	
	.slider {display:none; height:390px}
	
	.wide .slider {display:none; height:390px;}
	
	#prev2 { position:absolute; left:0px; top:230px; width:38px; height:40px; z-index:150; background-image: url(images/banner/arrow.png); background-repeat: repeat; background-position: 0% 0%; 		}
	
	#prev2:hover {background:url(images/banner/arrow.png) repeat 100% 0%;}
	
	#next2 {
		position:absolute;
		right:0px;
		top:230px;
		width:38px; 
		height:40px; 
		background:url(images/banner/arrow.png) repeat 100% 100%; z-index:150
		}
	
	#next2:hover { background:url(images/banner/arrow.png) repeat 0% 100%;}
	
	
		/* Pagination dot*/
		
	#nav {overflow:hidden; text-align:center; padding:8px 0 30px }
	
	#nav a {
		display:inline-block;
		background:url(images/banner/slider_dot.png) repeat 0% 0%; width:8px; 
		height:8px; 
		text-indent:-9000px; 
		margin-right:4px 
		}
	
	#nav a:hover, .activeSlide {
		background:url(images/banner/slider_dot.png) repeat 100% 0% !important; width:8px; height:8px;
		}

	
  .info_text {
	position:absolute;
	top:60px;
	right:0;
	padding:22px 22px 22px 22px;
	color:#fbe8c5;
	font-size:36px;
	min-width:311px;
	letter-spacing:0px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-style:italic;
	background-image: url(images/banner/slider-bg.png);
	background-repeat: repeat;
	width:450px;
	text-align:center;
}
		
	.info_text2 {
	position:absolute;
	top:300px;
	left:0;
	padding:22px 17px 22px 18px;
	color:#fbe8c5;
	font-size:18px;
	min-width:311px;
	letter-spacing:1px;
	font-family: 'Crimson Text', serif;
	background:url(banner/slider-bg.png);
		
		}
		
	