﻿#example {
	width:660px;
	height:344px;
	position: relative;
	margin-bottom: 20px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 1;
}

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

.slides_container {
	width:660px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index: -8;
}
.slide a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: 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:660px;
	height:344px;
	display:block;
}

/*
	Pagination
*/

.pagination {
	width:140px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: absolute;
	bottom: 314px;
	z-index: 3;
	left: 596px;
}

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

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:13px;
	background-image:url(../images/homepage/slides/pagination.jpg);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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



/*	Caption
*/
/*
.caption {
	z-index:500;
	position:absolute;
	bottom:-75px;
	left:650px;
	height:70px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:194px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 6px;
	margin-left: 90px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
*/
.caption {
	position:absolute;
	bottom:-75px;
	left:30px;
	height:80px;
	width:150px;
	font-size:12px;
	line-height:1.33;
	color:#1D103A;
	text-shadow:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 0px;
	background:#000;
	background:rgba(0,0,0,.2);
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	background-position: 0;
	z-index: 4;
	display: none;
}
.caption h2 {
	font-size: 25px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 25px;
	text-align: center;
}



.caption p {
	color: #B9296E;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: right;
}
.caption a {
	color: #742D69;
	padding: 2px;
	text-decoration: underline;
}
.caption a:hover {
	color: #1D103A;
	text-decoration: none;
}
