/*::::::::::::::: SLIDEDECK SLIDE STYLE (BEGIN) :::::::::::::::*/

#slidedeck_frame {
	width: 980px;
	height: 250px;
	position: relative;
	overflow:hidden;
}

dl.slidedeck {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	float: right;
	background: #111;
}

dl.slidedeck > dd {
	position: relative;
	margin: 0;
	overflow: hidden;
}
/*
dl.slidedeck dd.slide_1{
	background: url('../../../../../../medias/images/poitou-charentes/larochelle/ban-larochelle.jpg') center center no-repeat;
}

dl.slidedeck dd.slide_2{
	background: url('../../../../../../medias/images/poitou-charentes/larochelle/ban-larochelle.jpg') center center no-repeat;
}

dl.slidedeck dd.slide_3{
	background: url('../../../../../../medias/images/poitou-charentes/larochelle/ban-larochelle.jpg') center center no-repeat;
}

dl.slidedeck dd.slide_4{
	background: url('../../../../../../medias/images/poitou-charentes/larochelle/ban-larochelle.jpg') center center no-repeat;
}
*/
/*::::::::::::::: SLIDEDECK SLIDE STYLE (END) :::::::::::::::*/

/*::::::::::::::: CAPTION STYLE (BEGIN) :::::::::::::::*/

div.caption{
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 940px;
	padding: 10px 20px 30px 20px ;
	/*
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
	color: #fff;
	position: absolute;
	top: 180px;
	left: 0px;
}

div.caption h3, div.caption p, div.title h3, div.title p{
	margin:0;
	padding:0;
	font-size: 11px;
}

div.caption h3{
	font-size: 14px;
}

div.title{
	padding: 20px 0 0 20px;
	width: 50%;
}

div.title h3{
	font-size:22px;
	margin: 0 0 10px 0;
}

/*::::::::::::::: CAPTION STYLE (END) :::::::::::::::*/

/*::::::::::::::: VERTICAL NAVIGATION STYLE (BEGIN) :::::::::::::::*/

#slidedeck_frame:hover ul.galleryArrows{
	display:block;
}

ul.galleryArrows{
	position:absolute;
	display: none;
	margin: -14px 0 0;
	padding: 0;
	list-style:none;
	overflow:visible;
	top: 50%;
	width:980px;
	z-index:10;
}

ul.galleryArrows li{
	position: absolute;
	margin: 0;
	padding: 0;
}

ul.galleryArrows li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 0;
	line-height:30px;
	padding: 27px 0 0;
	background: url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==') 0 0 no-repeat;
}

ul.galleryArrows li.next a{
	background-position: -27px 0;
}

ul.galleryArrows li.prev{
	left: 10px;
}

ul.galleryArrows li.disabled a{
	cursor: default;
}

ul.galleryArrows li.next.disabled a{
	background-position: -27px -27px;
}

ul.galleryArrows li.prev.disabled a{
	background-position: 0 -27px;
}

ul.galleryArrows li.next{
	right: 10px;
}
	
ul.galleryNav{
	position:absolute;
	bottom: 5px;
	margin: 0;
	padding: 0;
	list-style:none;
	z-index:10;
	left: 50%;
}

ul.galleryNav li{
	display:block;
	float:left;
	margin: 0;
	padding: 0;
}

ul.galleryNav li a{
	display:block;
	position:relative;
	overflow:hidden;			
	height:0;
	width:15px;
	line-height: 20px;
	padding: 15px 0 0;
	background: url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==') -8px -60px no-repeat;
}

ul.galleryNav li.active a{
	background-position: -35px -60px;
}

/*::::::::::::::: VERTICAL NAVIGATION STYLE (END) :::::::::::::::*/