/*



	gallery






	*/


	#image_holder_main
	{
		background-image:url('../images/loader/ajax-loader.gif');
		background-position:center;
		background-repeat:no-repeat;
		width: 200px;
		height: 200px;
		margin-left:220px;
		display: block;
		float: left;
	}

	.image_holders
	{
		background-image:url('../images/loader/ajax-loader.gif');
		background-position:center;
		background-repeat:no-repeat;
		margin-top: 7px;
		width: 75px;
		height: 80px;
		top: 0px;
		position: absolute;
		z-index:1001;
	}


	#white_hide
	{
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
		display: block;
	}

	#mini_images img
	{
		width: 75px;
		height: 75px;
	}

	#mini_images a:visited
	{
	 border: 0px #FFFFFF none;
	 color: white;
	}

	#mini_images a:hover
	{
	 border: 0px #FFFFFF none;
	 color: white;
	}

	#mini_images img
	{
	 border: 0px #FFFFFF none;
	 color: white;
	 margin-top: 3px;
	}

	#mini_images a:visited
	{
	 border: 0px #FFFFFF none;
	 color: white;
	}

	#gallery_text
	{
		margin-right: 8px;
		width:677px;
		text-align: left;
	}

	#composite_text
	{
		margin-right: 8px;
		text-align: left;
		padding: 0 18px;
	    text-align: left;
	    width: 641px;
		/*font-size: 12px;*/
	}


	.gallery_text_holder
	{
		margin-bottom: 10px;
		font-size: 13px;
	}
	
	#content_body_holder.longpage{
		background-image: url("../images/splices/background-long.png");
	    height: 1100px;
	}

