#gallery_content {
	
	
	width: 100%;
}

#gallery {
width: 580px;
	
	height: 352px;
	
	position: relative;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

#gallery li {
	display: block;
	
}

/* My Comment */

#gallery_content2 {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}

#gallery2 {
	width: 580px;
	height: 352px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#gallery2 li {
	display: block;
}

/* gallery text */

div#gallery_content #gallery_right {
	width: 960px;
	color: white;
	text-align: justify;
	margin: 0 auto;
}



div#gallery_content div#gallery_right p {
	width: 300px;
	font-size: 12px;
	margin-right: 0;
	margin-top: 15px;
	line-height: 15px;
	float: right;
	clear: right;
}

div#gallery_content div#gallery_right p span#title {
	border-bottom: 1px solid white;
	text-transform: uppercase;
	color: white;
	display: block;
	margin-bottom: 10px;
	font: 16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-bottom: 5px;
}
