/***************************************
**** CSS style for main galleries page 
****************************************/

/*ul#galleries {
	margin:0;
	width:90%;
	border:0;
	list-style-type:none;
}*/




	ul#galleries
	{
		width: 100%;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	
	ul#galleries li
	{
		width: 120px;
		text-align: center;
		float: right;
	}

	
	ul#galleries li a
	{
		display: block; /** makes sure the image is in a different line than the description**/
	}







	
	
	
	#gal_tree a, #gal_tree a:link, #gal_tree a:active, #gal_tree a:visited
	{
		color: black;
	}
	#gal_tree a:hover {
		font-weight:bold; color:black;
	}
	
	
	#gal_tree .new_faces
	{
		position: relative;
		
		width: 431px;
		height: 111px;

		margin-bottom: 15px;

		background: url(../../imgs/gal/new_faces_bg.jpg) no-repeat;
	}



	#gal_tree .models
	{
		position: relative;
		
		width: 431px;
		height: 111px;

		margin-bottom: 15px;

		background: url(../../imgs/gal/models_bg.jpg) no-repeat;
	}



	#gal_tree .child_dep
	{
		position: relative;
		
		width: 431px;
		height: 111px;

		margin-bottom: 15px;

		background: url(../../imgs/gal/child_dep_bg.jpg) no-repeat;
	}



	#gal_tree .singers_dep
	{
		position: relative;
		
		width: 431px;
		height: 111px;

		background: url(../../imgs/gal/singers_dep.jpg) no-repeat;
	}



	#gal_tree .actors
	{
		position: relative;
		
		width: 431px;
		height: 111px;

		margin-bottom: 15px;

		background: url(../../imgs/gal/actors_bg.jpg) no-repeat;
	}



	#gal_tree .dance_dep
	{
		position: relative;
		
		width: 431px;
		height: 111px;

		margin-bottom: 15px;

		background: url(../../imgs/gal/dance_dep.jpg) no-repeat;
	}
