/* ------------------------------------------------------------------------
	Content Redefinition
------------------------------------------------------------------------- */
#gal {
	float:right;
}
	#fotogallery * { margin: 0; padding: 0; border: 0; } 

	#fotogallery body {
		font: 62.5%/1.2 Verdana, Arial, Sans-Serif;
		letter-spacing: 0.02em;
		text-align: left;
	}

	#fotogallery ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
		#fotogallery ul.gallery li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
		}
		
		#fotogallery ul.gallery li a {
				padding: 2px;
				display: block;
				border: 2px #9db2b9 solid;
				line-height: 0;
			}
			
			#fotogallery ul.gallery li a:hover { border: 2px #313739 solid; }
			
	#fotogallery ul.textGallery li {
		width: 180px;
		text-align: center;
		padding: 10px 10px 0 10px;
		border: 1px #bdc2c4 solid;
		margin: 0 5px 5px 0;
		font-size: 0.8em;
	}
		#fotogallery ul.textGallery li:hover { background: #edeeef; }
	
		#fotogallery ul.textGallery li img { display: block; margin: 0 auto 10px auto; border: 1px #bdc2c4 solid; padding: 3px; }
	
	
	
	
	
		#fotogallery div.prettyGallery { display: inline-block; }

	#fotogallery div.prettyGallery ul.prettyGallery {
		list-style: none;
		float: left;
		margin: 5px 0 2px 0;
	}
	
		#fotogallery div.prettyGallery ul.prettyGallery li { display: block; float: left; margin-right: 5px; }

	#fotogallery ul.prettyNavigation {
		float: left; clear: left;
		list-style: none;
		margin: 0;
		border: 1px #bdc2c4 solid;
	}
	
		#fotogallery ul.prettyNavigation li {
			display: block;
			float: left;
			width: 215px; height: 15px;
			line-height: 15px;
			font-size: 0.8em;
			text-align: center;
			text-transform: uppercase;
			color: #696969;
			margin: 0; padding: 0;
		}
		
			#fotogallery ul.prettyNavigation li.prev { width: 35px; }
			#fotogallery ul.prettyNavigation li.prev a {
				display: block;
				width: 100%; height: 15px;
				text-indent: -10000px;
				background: url(../images/previous.gif) top left no-repeat;
			}
			
			#fotogallery ul.prettyNavigation li.next { width: 35px; }
			#fotogallery ul.prettyNavigation li.next a {
				display: block;
				width: 100%; height: 15px;
				text-indent: -10000px;
				background: url(../images/next.gif) top right no-repeat;
			}
			
			#fotogallery ul.prettyNavigation li.next a:hover { background-position: 100% -18px; }
			#fotogallery ul.prettyNavigation li.prev a:hover { background-position: 0 -18px; }
			
			#fotogallery ul.prettyNavigation li.next a.disabled,
			#fotogallery ul.prettyNavigation li.next a.disabled:hover { background-position: 100% -36px; cursor: default; }
			#fotogallery ul.prettyNavigation li.prev a.disabled,
			#fotogallery ul.prettyNavigation li.prev a.disabled:hover { background-position: 0 -36px; cursor: default; }
				

	

