	
	.content#caroussel {
			margin-top: 60px;
}
		
	
	#carouselwrapper {
				
				margin-top: 60px;
				background-color: #fff;
				width: 100%;
				height: 480px;
				
				overflow: hidden;
				position: relative;
				
				left: 0;
			}
			#carousel img {
				display: block;
				float: left;
			}
			#prev, #next {
				background-color: rgba(255, 255, 255, 0.7);
				display: block;
				height: 480px;
				width: 50%;
				top: 0;
			position: absolute;
			}
			#prev:hover, #next:hover {
				background-color: #fff;
				background-color: rgba(255, 255, 255, 0.8);
			}
			#prev {
				left: -495px;
			}
			#next {
				right: -495px;
			}
			#pager {
				margin-left: -470px;
				position: absolute;
				left: 50%;
				bottom: 10px;
			}
			#pager a {
				border: 2px solid #fff;
				border-radius: 10px;
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 0 5px 0 0;
			}
			#pager a:hover {
				background-color: rgba(255, 255, 255, 0.5);
			}
			#pager a span {
				display: none;
			}
			#pager a.selected {
				background-color: #fff;
			}
			
			@media all and (max-width: 1100px) {
				
				#carouselwrapper {
				display: none;
				}
				
			}