#wrapper {
				background-color: #EDF1F2;
				border: 1px solid #DBDFE0;
				border-radius: 10px;
				
				margin:0% auto;
				margin-top:3%;
				padding:10px 0px;
			}
			.caroufredsel_wrapper {
				border-radius: 10px;
				margin:0% auto !important;
				width:600px !important;
			}
			#carousel img {
				width: 201px;
				height: 97px;
				margin: 0 5px;
				float: left;
			}
			#prev, #next {
				background: transparent url( images/carousel_control.png ) no-repeat 0 0;
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width: 15px;
				height: 21px;
				position: absolute;
				top: 65px;
			}
			#prev {
				background-position: 0 0;
				left: 30px;
			}
			#prev:hover {
				left: 29px;
			}			
			#next {
				background-position: -18px 0;
				right: 30px;
			}
			#next:hover {
				right: 29px;
			}			
			
			
			@media only screen and (min-width:480px) and (max-width: 1199px)  {
				.caroufredsel_wrapper {
					border-radius: 10px;
					margin:0% auto !important;
					width:400px !important;
				}
				}