.cycle-caption {
	position:absolute;
	left:88px;
	top:133px;
	width: 520px;
	z-index:8;
}
.cycle-caption h1 {
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:25px;
	text-shadow:0px 1px 1px #343333;
}
.cycle-caption h1 span {
	font-size:30px;
	font-weight:bold;
}
.cycle-caption p {
	color:#fff;
	font-size:14px;
	line-height:auto;
	margin:0px 0px 0px 0px;
	text-shadow:0px 1px 1px #343333;
}
.cycle-caption span a.view {
	display: block;
	float: right;
	height: 34px;
	margin:0 18px 0 0;
	width: 58px;
	text-indent:-1000;
	cursor:pointer;
}
.slider-wrapper {
	position:relative;
}
.slider-wrapper .cycle-directionNav a {
	display:block;
	width:44px;
	height:44px;
	text-indent:-9999px;
	border:0;
}
.slider-wrapper a.cycle-prevNav {
	left:15px;
	position:absolute;
	top:45%;
	z-index:999;
}
.slider-wrapper a.cycle-nextNav {
	background-position:-44px 0 !important;
	right:15px;
	position:absolute;
	top:45%;
	z-index:999;
}
.slider-wrapper #cycle_pager {
	position:absolute;
	left:50%;
	bottom:6px;
	margin-left:-40px;
	z-index:999;	
}
.slider-wrapper #cycle_pager a {
	display:block;
	width:22px;
	height:22px;
	background:url(assets/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.slider-wrapper #cycle_pager a.activeSlide {
	background-position:0 -22px;
}
.slider-wrapper .cycle-directionNav a {
	background:url(assets/arrows.png) no-repeat;
	height:44px;
	width:44px;	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.cycle-caption{
	bottom:-39px;
	left:15px;
}
.cycle-caption {
	width:400px;
}
.cycle-caption h1{
	font-size:17px;
	line-height:20px;
	margin-bottom:10px;
}
.cycle-caption h1 span{
	font-size:20px;
}
.cycle-caption p{
	font-size:13px;
	line-height:16px;
}
.slider-wrapper .cycle-directionNav a {
	background:url(assets/arrows1.png) no-repeat;	
	height:20px;
	width:19px;
}
.slider-wrapper a.cycle-nextNav {
	background-position:-19px 0 !important;
}
.cycle-caption{
	left:35px;
}
.slider-wrapper #cycle_pager a {
	background:url(assets/bullets1.png) no-repeat;
	width:12px;
	height:11px;
}
.slider-wrapper #cycle_pager a.activeSlide{
	background-position:0 -13px;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.cycle-caption {
	display:none;
}
.slider-wrapper .cycle-directionNav a {
	background:url(assets/arrows1.png) no-repeat;	
	height:20px;
	width:19px;
}
.slider-wrapper a.cycle-nextNav {
	background-position:-19px 0 !important;
}
.slider-wrapper #cycle_pager a {
	background:url(assets/bullets1.png) no-repeat;
	width:12px;
	height:11px;
}
.slider-wrapper #cycle_pager a.activeSlide{
	background-position:0 -13px;
}
.slider-wrapper #cycle_pager{
	left:57%;
	bottom:3px;
}
}
@media only screen and (min-width: 240px) and (max-width: 319px) {
.cycle-caption {
	display:none;
}
.slider-wrapper .cycle-directionNav a {
	background:url(assets/arrows1.png) no-repeat;
	height:20px;
	width:19px;
}
.slider-wrapper a.cycle-nextNav {
	background-position:-19px 0 !important;
}
.slider-wrapper #cycle_pager a {
	background:url(assets/bullets1.png) no-repeat;
	width:12px;
	height:11px;
}
.slider-wrapper #cycle_pager a.activeSlide{
	background-position:0 -13px;
}
.slider-wrapper #cycle_pager{
	left:57%;
	bottom:2px;
}
}