/*----Image gallery---------------------------------*/
#image_manager
{
	width:100%;
	margin-top:10px;
}

#image_manager ul
{
	padding-bottom:10px;
	margin-bottom:20px;
	float:left;
	display:inline;
	width:100%;
}

#image_manager li
{
	float:left;
	display:inline;
	margin:0;
}

#image_manager a.row_image
{
    display:block;
}

#image_manager img
{
	/*height:100px;
	width:100px;*/
	margin:0;
	background: none;
}
#top_up table, #top_up table th, #top_up table tr, #top_up table td
{
	border:0 none;
}
/*----Image gallery---------------------------------*/
