#container {
	width:693px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:693px;
	position:relative;
	height: 120px;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	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
*/

.slides_container {
	width:703px;
	height:160px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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
*/

#slides .slide {
	padding:10px;
	width:693px;
	height:120px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:57px;
	left:-10px;
	width:14px;
	height:56px;
	display:block;
	z-index:101;
}

#slides .next {
	left:719px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	width:100px;
	visibility:hidden;
}

.pagination li {
	float:left;
	margin:0 1px;
	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;
}

.title-slide {
	font-family: tahoma;
	font-size: 12px;
	color: #323232;
}

.title-slide2 {
	font-family: tahoma;
	font-size: 12px;
	color: #323232;
}

.slidelink {
	font-family: tahoma;
	font-size: 12px;
	color: #313131;
	text-decoration: none;
	color: #a1471b;
}

.slidelink:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #313131;
	text-decoration: none;
	color: #a1471b;
}

.slidelink:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #313131;
	text-decoration: underline;
	color: #F58220;
}
