.projets_gallery_image img
{ width: 100px }

/************ gallery LIST STANDARD *************/
.gallery_items_row {
	width: 660px;
	min-height: 133px;
	float: left;
	background-position: top;
	background-repeat: repeat-x;
    padding: 15px 0;
	}
	
.gallery_items_image {
	width: 240px;
	float: left;
	padding-right: 20px;
	}
	
	.gallery_items_image img {
		display:block;
		}
	
.gallery_wrapper {
	width: 625px;
	float: left;
	padding: 10px 10px 10px 0px;
	}
	
	.gallery_items_headline {
		width: 100%;
		float: left;
		font-size: 18px;
		padding: 0px 0px 5px 0px;
		color: #333333;
		}
		
	.gallery_items_line {
		width: 400px;
		float: left;
		font-size: 12px;
		color: #666666;
		padding: 0px 0px 3px 0px;
		}
		
	.darker {
		color: #333333;
		}
		
		
		
/************ gallery LIST MOBILE *************/
		
.mobile_content .gallery_items_row {
	display: block;
	width: auto;
	min-height: 133px;
	float: left;
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	}
	
.mobile_content .gallery_items_image {
	display: none;
	}

.mobile_content .gallery_wrapper {
	display: block;
	width: auto;
	padding: 10px 10px 10px 10px;
	}
	
	.mobile_content .gallery_items_headline {
		width: 100%;
		color: #333333;
		}
		
	.mobile_content .gallery_items_line {
		display: block;
		font-size: 12px;
		color: #666666;
		padding: 0px 10px 3px 0px;
		}
		
	.mobile_content .darker {
		color: #333333;
		}


/************ GALLERY STANDARD *************/

.projets_gallery_main {
	width: 100%;
	float: left;
	}

	.projets_gallery_row {
		width: 100%;
		float: left;
		}
		
		.projets_gallery_image {
			float: left;
			}
			
		.gallery_padding {
			padding-right: 10px;
			padding-top: 10px;
			}
			
			
.gallery_gallery_content {
	min-height: 133px;
	float: left;
	background-position: top;
	background-repeat: repeat-x;
	}
	
	.gallery_gallery_content .gallery_items_line  {
		font-size: 14px;
		}
		
	.gallery_gallery_text {
		width: 100%;
		float: left;
		padding: 0;
		}	
		


.plugin_gallery_image_thumb {
	cursor: pointer;
}

.projets_gallery_image {
	
}

.gallery_wrapper {
	float: left;
}

.projets_gallery_row {
	height: 90px;
	overflow: hidden;
	position: relative;
	width: 550px;
}

.items {
	width:20000em;
	position:absolute;
}

.prev, .next {
	cursor: pointer;
	display: block;
	float: left;
	height: 105px;
	width: 40px;
}

.prev {
	background: url(../images/the_other_finger.png) no-repeat center center;
	/* right margin balances .gallery_padding right padding */
	margin-right:10px;
	/* left margin helps center */
	margin-left:8px;
}

.next {
	background: url(../images/the_finger.png) no-repeat center center;
}

.disabled {
	cursor: default;
	background: none;
}

/************ GALLERY MOBILE *************/

.mobile_content .projets_gallery_main {
	display: block;
	width: auto;
	}

	.mobile_content .projets_gallery_row {
		display: block;
		width: auto;
		}
				
		.mobile_content .gallery_padding {
			padding-right: 9px;
			padding-top: 9px;
			}
			
			.mobile_content .plugin_gallery_image_full {
				width: 260px;
				}
				
				.mobile_content .gallery_gallery_image {
					width: 121px;
					float: left;
					}
					
				.mobile_content .plugin_gallery_image_thumb {
					width: 121px;
					}
			
.mobile_content .gallery_gallery_content {
	display: block;
	width: auto;
	min-height: 133px;
	float: left;
	background-position: top;
	background-repeat: repeat-x;
	padding: 15px;
	margin-top: 10px;
	}
	
	.mobile_content .gallery_gallery_content .gallery_items_line  {
		font-size: 14px;
		}
		
	.mobile_content .gallery_gallery_text {
		width: 100%;
		float: left;
		padding: 10px 0px 0px 0px;
		}