/* CSS Document */
.wooslider-direction-nav a:before {
	display: none;	
}
.wooslider{
	box-shadow:none;
	height:400px;
}
.slide-excerpt h2.slide-title{
	font-weight:normal;
	font-size:25px;
	color:#402511;
}
.slide-excerpt p{
	font-size:14px;
}
body .wooslider-control-nav img {
	width:75px;
}
.wooslider .slides > li{
	height:370px;
}
.wooslider .layout-text-left img{
	width:100%;
}
.wooslider .layout-text-left .slide-excerpt{
	position:absolute;
	padding:10px;
	background-color: #fff;
	width:45%;   
	height: 350px;
	-moz-hyphens:none;
    word-wrap: break-word;
}
.wooslider a.slideshow-button{
	padding:10px;
	border:1px solid #402511;
	background-color:#DCC3B0;
	float:right;
	font-size:14px;
	text-decoration:none;
	color:#402511;
}
.slide-excerpt h2.slide-title a{
	text-decoration:none;
	color:#402511;
	font-size:25px;
}
body.single .wooslider .slides img{
	max-height:500px;
	width:auto;
}
body.single .wooslider .slides > li{
	height:auto;
}
.entry-content .wooslider .wooslider-control-nav .wooslider-control-thumbs li img{
	width:75px;
}
.wooslider .slides img {
	width:auto;
	max-height:330px !important;
}
.wooslider .wooslider-control-nav.wooslider-control-thumbs li {
	margin:5px;
}
.wooslider-control-thumbs li {
	width:75px;
}
@media screen and (max-width: 750px) {
 
.wooslider.wooslider-type-posts img, body .wooslider.wooslider-type-attachments img{
	display:none;
}
.wooslider .layout-text-left .slide-excerpt{
	width:100%;
	height:auto;
}
}


@media screen and (max-width: 590px) {

.wooslider .layout-text-left .slide-excerpt{
	width:100%;
	height:auto;
}
}