
.slider {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.flexslider {
	margin: 0;
    width: 100%;
}
.flexslider .slides > li {
    display: none;
}
.flexslider .slides img {
    display: block;
    max-width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.flex-control-nav {
    bottom: 75px;
    left: 600px;
    position: absolute;
}
.flex-control-nav li {
    display: block;
    float: left;
    margin-right: 1px;
}
.flex-control-nav li a {
    background: url("../images/pagination.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    text-indent: -5000px;
    width: 24px;
}
.flex-control-nav li a:hover, .flex-control-nav li a.active {
    background-position: 0 -25px;
}
.flex-caption {
    bottom: 170px;
    color: #382C27;
    font: 20px/24px Arial,Helvetica,sans-serif;
    position: absolute;
    width: 100%;
	left:75px;
	background: url(../images/pagination-bg.png) repeat;
	width:600px;
	padding:15px;
	border-radius:10px;
}
.bg-slider {
    background: url("../images/bg-slider.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    height: 115px;
    width: 100%;
}
.main-slider {
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
.main-slider {
    height: 525px;
    padding-left: 0;
    width: 768px;
}
.slider {
    padding: 2px;
    width: 746px;
}
.bg-slider {
    background: url("../images/bg-slider2.png") no-repeat scroll 0 -4px rgba(0, 0, 0, 0);
    width: 755px;
}
.flex-control-nav {
    left: 45%;
}
}
@media only screen and (max-width: 767px) {
.main-slider {
    height: 145px;
    padding-left: 0;
    width: 300px;
}
.slider {
    padding: 2px;
    width: 296px;
}
.bg-slider {
    background: url("../images/bg-slider4.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    width: 300px;
}
.flex-control-nav {
    bottom: 15px;
    left: 38%;
}
.flex-caption {
    display: none;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.main-slider {
    height: 260px;
    padding-left: 0;
    width: 420px;
}
.slider {
    padding: 2px;
    width: 416px;
}
.bg-slider {
    background: url("../images/bg-slider3.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    width: 420px;
}
.flex-control-nav {
    bottom: 15px;
    left: 45%;
}
}
