
			#c-carousel {
				height: 100%;
				width: 100%;
			}
			.caroufredsel_wrapper{
				width: 100% !important;
				height: 100% !important;
			}
			#wrapper {
				background-color: #fff;
				width: 100% !important;
				height: 100%;
				position: relative;
			}
			#carousel{
				height: 100% !important;
			}
			#carousel div.sld-img {
				float: left;
				height: 100% !important;
			}
			div.sld-img {
				background-attachment: fixed;
				background-size: cover;
				background-position: center;
			}
			div.sld-img img{
				display: none;
			}
/*************************************************/			
			#c-carousel4 {
				height: 90px
			}
			#wrapper4 {
				width: 550px;
				height: 90px;
				padding: 7px 20px;
				position: relative;
			}
			#c-carousel4 .caroufredsel_wrapper {
				overflow: hidden;
			}
			#carousel4 a{
				width: 120px;
				height: 75px;
				display: block;
				float: left;
				margin-left: 9px;
			}
			#carousel4 img {
				width: 120px;
				height: 75px;
			}
			#prev4, #next4 {
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width: 13px;
				height: 13px;
				position: absolute;
				top: 39px;
			}
			#prev4 {
				background: url(images/red-lft.png) center no-repeat;
				left: 5px;
			}
			#prev4:hover {
				left: 4px;
			}			
			#next4 {
				background: url(images/red-rght.png) center no-repeat;
				right: 5px;
			}
			#next4:hover {
				right: 4px;
			}