/* Created by Wikiwi.be - Raphael De Naeyer */
/* Lambrecht Assurances  */

/* Carousel style */

div#zone_photos {
	position: relative;
	float: right;
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
	margin-left: 5%;

}
div#zone_photos ul {
	margin: 0px;
}
@media screen and (max-width: 1400px) {
div#zone_photos {
	float: left;
	margin: 5px 200px 25px 0px;
}
}
@media screen and (max-width: 1000px) {
div#zone_photos {
	float: left;
	margin: 5px 0px 25px 0px;
}
}

#wrapper {
	width: 100%;
	margin: 0px;
	position: relative;
}

#carousel {
	width: 99%;
	position: relative;-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	margin: 0px;
}
#carousel li {
	font-size: 40px;
	color: #999;
	text-align: left;
	display: block;
	width: 100%;
	padding: 0;
	margin: 1px;
	float: left;
	position: relative;
}

#carousel li img {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	left: 0px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#carousel li p {
	position: absolute;
	width: 50%;
	height: 100%;
	margin-top: 0px;
	right: 0px;
	background-color: #0E2F6E;

	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#carousel li span {
	position: relative;
	float: left;
	display: block;
	width: 85%;
	left: 15%;
	background-color: #0E2F6E;
	color: white;
	font-weight: 300;
	font-size: 30px;
}
#carousel li span.line1 {
	margin-top: 15%;
}
#carousel li span.line2 {
	margin-top: 2px;
}
#carousel li span.line2 {
	margin-top: 2px;
}

#carousel li span.line4 {
	margin-top: 10px;
	font-size: 14px;
}


@media screen and (max-width: 1000px) {
#carousel li span {
	font-size: 24px;
}
#carousel li span.line1 {
	margin-top: 10%;
}
#carousel li span.line4 {
	font-size: 12px;
}
}
@media screen and (max-width: 800px) {
#carousel li span {
	font-size: 17px;
	left: 5%;
}
#carousel li span.line1 {
	margin-top: 5%;
}
#carousel li span.line4 {
	font-size: 11px;
}
}
@media screen and (max-width: 500px) {
	#carousel li span {
		font-size: 14px;
	left: 5%;
	}
	#carousel li span.line4 {
		font-size: 9px;
	}
}
@media screen and (max-width: 400px) {
	#carousel li span {
		font-size: 14px;
	}
	#carousel li span.line4 {
		font-size: 9px;
	}
}


div#nextprev {
	position: absolute;
	width: 100%;
	top: 45%;
	height: 24px;
}
#carousel .prev, #carousel .next {
	position: relative;
	background: transparent url(js/carousel/img/prev_off.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 30px;
	left: 15px;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#carousel .prev {
	background-position: 0 0;
	width: 31px;

	transition: left .50s ease-in-out, background .50s ease-in-out, opacity .50s ease-in-out;
	-moz-transition: left .50s ease-in-out, background .50s ease-in-out, opacity .50s ease-in-out;
	-webkit-transition: left .50s ease-in-out, background .50s ease-in-out, opacity .50s ease-in-out;

}
#carousel .prev:hover, #carousel .next:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
#carousel .next {
	background: transparent url(js/carousel/img/next_off.png) no-repeat 0 0;
	right: 30px;
	float: right;
	transition: right .50s ease-in-out, background .50s ease-in-out;
	-moz-transition: right .50s ease-in-out, background .50s ease-in-out;
	-webkit-transition: right .50s ease-in-out, background .50s ease-in-out;
}

#carousel .pager {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	bottom: 4%;
	height: 11px;
	width: 100%;
}
#carousel .pager a {
	background: transparent url(js/carousel/img/carousel_control.png) no-repeat -2px -30px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 9px;
	height: 11px;
	margin: 0 5px 0 0;
	text-align: left;
}
#carousel .pager a.selected {
	background: transparent url(js/carousel/img/carousel_control.png) no-repeat -12px -30px;
	text-decoration: underline;
}

@media screen and (max-width: 800px) {
#carousel {
	width: 100%;
	position: relative;
}
#carousel .next {
	right: 10px;
}
}












