/* Image Gallery */

/* Complete Gallery Container */
.Gallery_Container3{
	border:2px solid #22211D;
	position:relative;
	overflow:hidden;
	text-align:center;
	background: #E3E2EA;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

/* Style for Gallery Title and Image Title */
.Gallery_Container3 .Gallery_Title{
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	height: 32px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}

/* Style for Thumbnails Container */
.Gallery_Container3 .Thumb_Container{
	position: absolute;
	bottom:0px;
	left:0px;
	white-space:nowrap;
	height:72px; 

}

/* Style for Center Images Container */
.Gallery_Container3 .Center_Image{
	position:relative;
	margin:auto;
}

/* Style for Thumbnails Images */
.Gallery_Container3 .Thumb_Container img{
	margin:2px;
	padding:2px;
	background-color:#B9BC57;
}

/* Style for Displacement Left Button */
.Gallery_Container3 .Left_Arrow{
	position: absolute;
	left:0px;
	cursor: pointer;
	width: 30px;
	height:28px;
	bottom:25px;
	background-image:url("left.gif");
	background-repeat: no-repeat;
	background-position: left;
}

/* Style for Displacement Right Button */
.Gallery_Container3 .Right_Arrow{
	position: absolute;
	right:0px;
	cursor: pointer;
	bottom:25px;
	width: 30px;
	height:28px;
	background-image:url("right.gif");
	background-repeat: no-repeat;
	background-position: right;
}

/* Style for Center Image Container */
.Gallery_Container3 .Center_Image{
	position:relative;
	margin:auto;
}

/* Style for Selected Image */
.Gallery_Container3 .Center_Image img{
	padding:2px;
	cursor: pointer;
	background-color:#8E8A49;
}