/*
	Page Style
*/

#news_container {
	width:220px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
	border: 0px solid blue;
	top: 10px;
}

#news_container #example {
	width:220px;
	height:288px;
	position:relative;
	border: 0px solid red;
}

/*
	Slideshow style
*/

#news_container #slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	border: 0px solid green;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

#news_container .slides_container {
	width:200px;
	height:288px;
	overflow:hidden;
	position:relative;
	display:none;
	border: 0px solid black;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#news_container #slides .slide {
	padding: 0px;
	width: 200px;
	height: 310px;
	display: block;
	text-align: left;
	font-size:12px;
}
#news_container #slides .slide h1 {
	color: #DBC998;
	padding: 0px;
	font-size:14px;
}
#news_container #slides .slide h3 {
	padding: 0px;
	font-size:12px;
}
#news_container #slides .slide a {
	padding: 0px;
	font-size:12px;
	color:#CCCCCC;
	text-decoration:underline;
}

/*
	Next/prev buttons
*/
#news_container #slides .next,#slides .prev {
	position:absolute;
	top:-54px;
	left:-20px;
	width:40px;
	height:40px;
	display:block;
	z-index:101;
	border: 0px solid red;
}

#news_container #slides .next {
	left:180px;
}

/*
	Pagination
*/

.pagination {
	margin:12px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 10px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	tourtable
*/
.tourtable {
	border: 1px solid #312A1D;
}

.tourtable td {
	padding: 4px;
	line-height: 20px;
}

.tourtable .row1 {
	background: url(/img/tourtable_td_bgr02.png) repeat-x top;
}

.tourtable .row2 {
	background: url(/img/tourtable_td_bgr01.png) repeat-x top;
}
