/* STYLE -------------------------------------- */
/* -------------------------------------------- */

img {
	border: 0px;
}


/* LAYOUT ------------------------------------- */
/* -------------------------------------------- */

/* ---- class */
.imgGallery_bar_image {
	float: left;
	width: 120px;
	height: 120px;	
	padding: 5px;
	margin-right: 10px;
	text-align: center;
	background-color: #F5F5F5;
	border: 1px solid #000000;
}

.imgGallery_bar_image img {
	border: 0px;
}


/* ---- id's */

div#imgGallery_container {
	width: 100%;
}

div#imgGallery_bar {
	background-color: #E2C9A2;
	padding: 10px;
}

div#imgGallery_bar_container {
	margin: 0 auto;
	width: 760px;
	height: 130px;
}

div#imgGallery_prev {
	float: left;
	margin-right: 10px;
	margin-top: 55px;
}

div#imgGallery_next {
	float: left;
	margin-top: 55px;
}

div#imgGallery_view {
	background-color: #E2C9A2;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

div#imgGallery_clr {
	clear: both;
}
