/*
* Slidershow
*/
.slides-js-style {
	position:relative;
}

.slides-js-style .slides_container {
	overflow:hidden;
	position:relative;
	display:none;
	width: 100%;
}

.slides-js-style .slides_container .slide {
	display:block;
}


/*Home page slidershow*/
#slides-home {
	height: 550px;
}

#slides-home .slides_container .slide {
	width: 700px;
	height: 550px;
}

#slides-home .slide-caption {
	position: absolute;
	left: 740px;
	top: 90px;
	width: 220px;
}

#slides-home .slide-caption h2 {
	font-size: 18px;
	line-height: 24px;
}

#slides-home .slide-caption p {
	margin-top: 15px;
}

#slides-home .slide-caption .post-meta b {
	margin-top: 25px;
	display: block;
}

#slides-home .slide-caption .post-more {
	margin-top: 25px;
}

.slider-next,
.slider-prev,
.home-slider-next,
.home-slider-prev{
	display: none;
	position:absolute;
	top: 262px;
	width: 14px;
	height: 25px;
	z-index: 10;
	text-indent: -999em;
	background-image: url(../images/slider-arrow.png);
	background-position: no-repeat;
}

.post-blog-list-slider .slider-next,
.post-blog-list-slider .slider-prev,
.post-blog-single-slider .slider-next,
.post-blog-single-slider .slider-prev {
	top: 167px;
}

.slider-prev,
.home-slider-prev {
	left: 20px;
	background-position: 0 0;
}

.slider-prev:hover,
.home-slider-prev:hover {
	background-position: -14px 0;
}

.home-slider-next {
	right: 320px;
	background-position: -28px 0;
}

.slider-next {
	right: 20px;
	background-position: -28px 0;
}

.slider-next:hover,
.home-slider-next:hover {
	background-position: -42px 0;
}

.home-slider-pagination {
	position: absolute;
	left: 740px;
	top: 40px;
	height: 9px;
	z-index: 20;
}

.home-slider-pagination li {
	float: left;
	margin-right: 1px;
}

.home-slider-pagination li a {
	display: block;
	text-indent: -999em;
	width: 15px;
	height: 9px;
}



/*List and single page slidershow*/
.post-portfolio-list-slider,
.post-portfolio-single-slider {
	height: 550px;
}

.post-blog-list-slider,
.post-blog-single-slider {
	height: 360px;
}

.post-portfolio-list-slider .slides_container .slide,
.post-portfolio-single-slider .slides_container .slide {
	width: 700px;
	height: 550px;
}

.post-blog-list-slider .slides_container .slide,
.post-blog-single-slider .slides_container .slide {
	width: 520px;
	height: 360px;
}

.slider-pagination {
	position: absolute;
	bottom: 30px;
	height: 5px;
	z-index: 20;
}

.slider-pagination li {
	float: left;
	margin-right: 1px;
}

.slider-pagination li a {
	display: block;
	text-indent: -999em;
	width: 15px;
	height: 5px;
}