#container {
	height:400px;
}

.offer-list {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -350px;
}

.offer-list li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    width: 270px;
    text-align: center;
	background:url(../graph/bg-2.png);
	padding:20px;
}

.offer-list li a {
	display:block;
}

.offer-list li a p.button {
	color:#fff;
	background:#0596d5;
	width:150px;
	padding:10px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin:20px auto 0px auto;

}

.offer-list h2 {
    color: #565656;
    padding: 0 0 13px 0;
    font-size: 18px;
    font-weight: 500;
}

.offer-list .txt {
    line-height: 20px;
	color:#000;
}

.offer-list li a:hover {
	opacity:0.8;
}

#top {
	position:relative;
	z-index:50000;
}

#slides img {
    -moz-transform: scale(1.01) rotate(0.02deg);
}

#slides {
	display:none;
	height:400px;
	width:100%;
	background:#f0f0f0;
	position:relative;
	z-index:99;
}

#slides .slidesjs-navigation {
  	margin:10px 0 0 10px;
}

a.slidesjs-next {
	background-image:url(../graph/slider-next-btn.png);
	background-position: 0px -40px;
}

a.slidesjs-previous {
	background-image:url(../graph/slider-prev-btn.png);
}

a.slidesjs-next,
a.slidesjs-previous {
  	background-repeat: no-repeat;
	background-position: 0px 0px;
  	display:block;
  	width:40px;
  	height:40px;
  	overflow: hidden;
  	text-indent: -9999px;
  	float: left;
	display:none;
}

a:hover.slidesjs-next, a:hover.slidesjs-previous {
  	background-position: 0px -40px;
}

a.slidesjs-play,
a.slidesjs-stop {
	display:none;
}

.slidesjs-pagination {
  	float: right;
  	list-style: none;
  	position: fixed;
    bottom: 13%;
    right: 10%;
    z-index:999;
	width:auto
	height:16px;
	text-align:center;
}

.slidesjs-pagination li {
  	float: left;
  	margin: 0 1px;
}

.slidesjs-pagination li a {
  	display: block;
  	width: 16px;
  	height: 16px;
  	background-image: url(../graph/slider-pgn.png);
  	background-position: 0 0;
  	float: left;
  	overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  	background-position: 0 -16px
}

.slidesjs-pagination li a:hover {
  	background-position: 0 -16px
}

#slides a:link,
#slides a:visited {
  	color: transparent;
}





.navbar {
  	overflow: hidden
}

#slides .slidesjs-previous {
    position: fixed;
    bottom: 28%;
    left: 10%;
    z-index:999;
}
#slides .slidesjs-next{
    position: fixed;
    bottom: 28%;
    right: 10%;
    z-index:999;
}


#slides {
	top: 0 !important;
	bottom: auto !important;
	height: 100% !important;
}

.slidesjs-container {
	width: 100% !important;
	height: 100% !important;
}

.slidesjs-control {
	width: 100% !important;
	height: 100% !important;		

}

ul.slidesjs-slide {
	float: left;
	width: 100% !important;
	height: 100% !important;		
}

.slidesjs-container .li {
	background-size: cover;
	background-position: right center;
	height: 100% !important;
	width: 100% !important;
}