
/*
	Slideshow
*/

#slides {
/*    height: 445px; */
    position: relative;
    width: 620px;
	margin:0 auto;
	/*top: 45px;*/
	border-bottom:5px solid #5d3673;
}

.slide{
	height:413px;
}

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

.slides_container {
	width: 645px;
	overflow:hidden;
	position:relative;
	margin: -1px 0 0 -1px;
	display:none;
    height:420px;
}

/*
	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 {
	height:413px;
	display:block;
	position:relative;
	width: 620px;
}


/*
	Next/prev buttons
*/

#slides .prev a{
	background-image:url(../images/arrow-prev.jpg);
	position:absolute;
	z-index:101;
	bottom:330px;
	right:575px;
	top:184px;
	width:46px;
	height:46px;
	overflow:hidden;
}

#slides .prev a:hover{
	background-image:url(../images/arrow-prev-hover.jpg);
}

#slides .next a{
	background-image:url(../images/arrow-next.jpg);
	position:absolute;
	z-index:101;
	bottom:330px;
	left:573px;
	top:184px;
	width:46px;
	height:46px;
	overflow:hidden;
}

#slides .next a:hover{
	background-image:url(../images/arrow-next-hover.jpg);
}

#slides .next :hover{

}

#slides .prev img{
	border:0;
}

#slides .next img{
	border:0;
}

/*
	Pagination
*/

.pagination-holder {
    overflow: hidden;
}

.pagination {
    visibility: visible !important;
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
}

.pagination li {
    position: relative;
    float: left;
    display: block;
    right: 50%;
    margin:0 3px;
    list-style:none;
}

.pagination li a {
	display:block;
	width:20px;
	height:20px;
	background-image:url(../images/pagination.png);
	background-position:0px 0px;
	float:left;
	overflow:hidden;
	text-indent:9999px;
}

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

label.latest{
	display:block;
	float:left;
/*	position:absolute; */
	bottom:35px;
	font-size:17px;
	color:#826293;
	font-family:'Lato',sans-serif;
	font-weight:400;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:relative;
	bottom:122px;
	width:100%;
	height:117px;
	color:#fff;
	text-shadow:none;
	font-weight:normal;
    text-align:left;
	background:url(../images/overlay2.png);
}


.caption_bg{
	float:left;
	margin:20px;
}

.p_bg{
	background:url(../../images/opacity.png) repeat;
	max-width:250px;
}

.caption h1{
	font-size:22px;

	margin-bottom:9px;
	margin-top: -3px;
	font-weight:300;
}
.caption h1,
.caption h1 a,
.caption h2 a{
	color:#fc963b;
	font-size:22px;
	color:#ec8224;
}
.caption h1 a:hover,
.caption h2 a:hover{
	color:#f6a20f;
	font-size:22px;

	text-decoration:none;
}

.caption p{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:16px;
	color:#fff;
	line-height: 22px;
	font-weight:400;
}

.breadcrumb_wrapper {
	color: #7a7a7a;
	line-height: 19px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	width: 100%;
	height: auto;
	padding: 5px 0 20px 0;
	float: left;
}
.breadcrumb_wrapper span {
	color: #8753a3;
}

.btn {
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #5f3775;
    padding: 5px 10px;
    width: auto;
    height: auto;
    cursor:pointer;
}

.btn:hover {
    background-color: #8753a3;
}
