@charset "UTF-8";

@media screen and (min-width:740px){
	
#slide_block {
 	overflow: hidden;
	margin-top: 0;
}

}

@media screen and (max-width:739px){
	
#slide_block {
 	overflow: hidden;
	margin-top: 61px;
}
	
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEE;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

@media screen and (min-width:740px){
	
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	display: block;
}

.pagination {
	display: none;
}
	
}

@media screen and (max-width:739px){
	
.slider_prev,
.slider_next {
	display: none;
}

.pagination {
	display: none;
	/*bottom: 10px;
	left: 0;
	width: 100%;
	height: 14px;
	text-align: center;
	position: absolute;
	z-index: 300;
	display: block;*/
}
	
}

.slider_prev {background: url(../images/slider/slide_left.png) no-repeat right center;}
.slider_next {background: url(../images/slider/slide_right.png) no-repeat left center;}

.pagination a {
	margin: 0 8px;
	width: 12px;
	height: 12px;
	display: inline-block;
	overflow: hidden;
	background: #CCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}