/*----------------------------------------------------------------------------------------------------------*/
/*----Gallery CSS-------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/

	.album_image_pic
	{
		margin: 4px;
		background: URL(../../../images/gallery/frames/image_frame_2.png) top no-repeat;	
	}
	
	.album_image_list div
	{
		width: 144px;
		height: 169px;
	}
	
	.album_image_list div table
	{
		width: 144px;
		height: 144px;
	}
	
	.album_image_list a img
	{
		border: 0;
	}
	
	.album_image
	{
		margin: 4px;
		margin-top: 6px;
		padding: 2px;
		border: 1px solid #CCCCCC;		
		width: 138px !important;
		height: 156px !important;
	}
	
	.album_image:hover
	{
		background: #dfe2f0 !important;
		cursor: pointer;
	}
	
	.album_image table
	{
		position: relative;
		left: -3px;
	}
	
/*----------------------------------------------------------------------------------------------------------*/
/*----Gallery CSS-------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/