.Fl {
	width: 355px; height: 266px;  margin-left:auto; margin-right:auto; margin-top:4px;
}

#image_viewer {
	width: 355px; height: 266px; position: relative;
}

#image_viewer #image_content .image_container {
	left: 0px; top: 0px; display: none; position: absolute;
}
#image_viewer #image_content .image_container img {
	width: 355px; height: 266px;
}
#image_viewer #image_content .image_container .image_title {
	margin: 5px; height: 23px; text-align: center; line-height: 23px; overflow: hidden;
}


#image_viewer #image_index {
	top: 245px; width: 355px; height: 15px; text-align: center; right: 0px; padding-right: 5px; position: absolute;
}
#image_viewer #image_index div {
	width: 15px; height: 18px; color: rgb(51, 51, 51); line-height: 18px; font-size: 13px; margin-right: 5px; float: right; cursor: pointer; background-color: rgb(239, 239, 239);
}



