/* CSS Document */

#wrapper6 {
				background-color: #e2e5e6;
				
				border:solid thin #c8c6c6;
				width:595px; border-radius: 10px;
				height: 150px;
				padding:0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
				position: relative;
				
			}
			.caroufredsel_wrapper {
				border-radius: 0px;
			}
			#carousel img {
				width: 578px;
				height:124px;
				margin:13px 0px 0px 0px;
				float: left;
			}
			
		
			
		
			
			#prev, #next {
				background: transparent url( img/carousel_control.png ) no-repeat 0 0;
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width: 15px;
				height: 21px;
				position: absolute;
				top: -34px;
			}
			#prev {
				background-position: 0 0;
				left: 552px;
			}
			#prev:hover {
				left: 552px;
			}			
			#next {
				background-position: -18px 0;
				right: 6px;
			}
			#next:hover {
				right:6px;
			}				
			#pager {
				text-align: center;
				margin: 0 auto;
				padding-top: 10px;
			}
			#pager a {
				background: transparent url(img/carousel_control.png) no-repeat -2px -32px;
				text-decoration: none;
				text-indent: -999px;
				display: inline-block;
				overflow: hidden;
				width: 8px;
				height: 8px;
				margin: 0 0px 0 0;
			}
			#pager a.selected {
				background: transparent url(img/carousel_control.png) no-repeat -12px -32px;
				text-decoration: underline;				
			}

			

