/* container */
.carouselcongress_wrapper {
	position:relative;
	padding:3px 0 10px;
	margin: 0 0 20px;
	background-color:#fff;
}
.carouselcongress_wrapper .carouselcongress {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.carouselcongress_wrapper .carouselcongress li {
	color: #999;
	width:82px;
	padding: 0;
	margin: 10px;
	display: block;
	float: left;
}
.carouselcongress_wrapper .carouselcongress li a, 
.carouselcongress_wrapper .carouselcongress li a:link, 
.carouselcongress_wrapper .carouselcongress li a:active, 
.carouselcongress_wrapper .carouselcongress li a:visited {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.carouselcongress_wrapper .carouselcongress li a:hover,
.carouselcongress_wrapper .carouselcongress li a:focus {
}
.carouselcongress_wrapper .carouselcongress li img {margin-bottom:5px;} 
.carouselcongress_wrapper .carouselcongress li a img, 
.carouselcongress_wrapper .carouselcongress li a:link img, 
.carouselcongress_wrapper .carouselcongress li a:active img, 
.carouselcongress_wrapper .carouselcongress li a:visited img {
	border:1px solid #ccc;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.carouselcongress_wrapper .carouselcongress li a:hover img,
.carouselcongress_wrapper .carouselcongress li a:focus img {
	border-color:#999;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}
.carouselcongress_wrapper .clearfix {
	float: none;
	clear: both;
}
.carouselcongress_wrapper a.carouselcongress_prev,
.carouselcongress_wrapper a.carouselcongress_next,
.carouselcongress_wrapper span.carouselcongress_prev,
.carouselcongress_wrapper span.carouselcongress_next {
	bottom:10px;
	position: absolute;
	width: 16px;
	height: 29px;
	overflow: hidden;
	text-indent: -1000em;
	background: transparent url(sprite_carousel.png) 0 -538px no-repeat;
	cursor:pointer;
}
.carouselcongress_wrapper a.carouselcongress_prev,
.carouselcongress_wrapper span.carouselcongress_prev {
	left:20px;
}
.carouselcongress_wrapper a.carouselcongress_next,
.carouselcongress_wrapper span.carouselcongress_next {
	right:20px;
	background-position: 0 -480px;
}
.carouselcongress_wrapper a.carouselcongress_prev:hover,
.carouselcongress_wrapper a.carouselcongress_prev:focus,
.carouselcongress_wrapper span.carouselcongress_prev:hover,
.carouselcongress_wrapper span.carouselcongress_prev:focus {
	background-position: 0 -567px;
}
.carouselcongress_wrapper a.carouselcongress_next:hover,
.carouselcongress_wrapper a.carouselcongress_next:focus,
.carouselcongress_wrapper span.carouselcongress_next:hover,
.carouselcongress_wrapper span.carouselcongress_next:focus{
	background-position: 0 -509px;
}
.carouselcongress_wrapper .carouselcongress_pager {
	margin-top:1em;
	text-align: center;
	padding: 0 45px 0;
	height:29px;
}
.carouselcongress_wrapper .carouselcongress_pager span {
	margin: 10px 3px 0;
	text-decoration: none;
	border:1px solid #ccc;
	display:inline-block;
	width:10px;
	height:10px;
	padding: 0;
	text-indent: -9999px;
	outline: 0;
	background-color:#fff;
	border-radius:10px;
	-moz-box-shadow: inset 0px 1px 1px #999;
	-webkit-box-shadow: inset 0px 1px 1px #999;
	box-shadow: inset 0px 1px 1px #999;
}
.carouselcongress_wrapper .carouselcongress_pager span:hover,
.carouselcongress_wrapper .carouselcongress_pager span:focus {
	border-color:#666;
	background-color:#ccc;
}
.carouselcongress_wrapper .carouselcongress_pager span.selected {
	border-color:#888;
	background-color:#666;
	-moz-box-shadow: inset 0px 1px 1px #333;
	-webkit-box-shadow: inset 0px 1px 1px #333;
	box-shadow: inset 0px 1px 1px #333;
}

/***********************
Mobile Support
***********************/
@media screen and (max-width: 980px) {

}
@media screen and (max-width: 650px) {
	
}
@media screen and (max-width: 480px) {
	.carouselcongress_wrapper .carouselcongress_pager {
		display:none !important;
	}
	.carouselcongress_wrapper {
		padding:3px 0 30px;
	}
}

/***********************
Print styles
***********************/
@media print {
	 .carouselcongress_wrapper {display:none;}
}