#slides {
	float:left;
	width:755px;
	height: 303px;
	z-index:100;
	position: relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:755px;
	overflow:hidden;
	position:relative;
	display:none;
}

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

.slides_container div.slide {
	width:755px;
	height:303px;
	display:block;
	text-align: center;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:0px;
	padding:0px;
	margin:0px auto 0;
	/*position: absolute;*/
	z-index:1500;
}

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

.pagination li a {
	display:block;
	width:13px;
	height:13px;
	background:url(../../images/pagination.png) 0 0 no-repeat;
	float:left;
	overflow:hidden;
}
.pagination li a:hover {
	background:url(../../images/pagination.png) 0 -26px no-repeat;
}
.pagination li.current a {
	background:url(../../images/pagination.png) 0 -13px no-repeat;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	left:0;
	bottom:0;
	height:23px;
	padding:6px 10px 5px 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:735px;
	font-size:13px;
	line-height:1.33;
	color:#ffffff;
	text-shadow:none;
	font-family: "Trebuchet MS";
	
}

.caption p {
	margin:0px;
	padding:0px;
	overflow:hidden;
	text-align: left;
}

.pagination_content {
	margin-right:5px;
	z-index:1500;
	position: absolute;
	right: 0px; top: 7px;
	/*background: url('../../images/tlo_pagination.png');*/
	-moz-border-radius: 3px;-webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px;
}


/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:5.5px 0;
	font-size:1.0em;
}