	div.prettyGallery {
		/*background: transparent url(../images/box_console_media.gif) no-repeat left top;*/
		display: inline-block;
		height: 325px !important;
		/*width: 452px !important;*/
		/*width: 436px !important;*/
		width: 436px !important;
		position: relative;
	}

	div.prettyGallery ul.prettyGallery {
		background-color: #fff !important;
		display: block !important;
		display: inline;
		list-style: none;
		float: left;
		/*margin: 5px 0 2px 0;*/
		margin: 0;
		height: 295px !important;
		/*width: 436px !important;*/
		width: 436px !important;
	}
	
		div.prettyGallery ul.prettyGallery li {
			display: block;
			float: left;
			/*height: 295px !important;*/
			/*margin-right: 5px;*/
			/*width: 200px !important;*/
			text-align: center;
			/*width: 436px !important;*/
			width: 436px !important;
		}
		
		div.prettyGallery ul.prettyGallery li a {
			text-align: center;
			height: 295px;
			/*width: 436px;*/
			width: 436px;
			margin-left: 0 !important;
		}		
			div.prettyGallery ul.prettyGallery li a img {
				border: none !important;
				margin: 0 auto;
			}
	ul.prettyNavigation {
		clear: left;
		/*float: left;*/
		height: 25px !important;
		left: 0;
		list-style: none;
		margin: 0;
		/*border: 1px #e6e6e6 solid;*/
		position: absolute;
		right: 5px;
		bottom: 0 !important;
		/*width: 160px !important;*/
	}
	
		ul.prettyNavigation li {
			display: block;
			float: left;
			/*width: 215px;*/
			/*height: 25px;*/
			line-height: 22px;
			/*font-size: 0.8em;*/
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			color: #666;
			margin: 0; padding: 0;
		}
			ul.prettyNavigation li.media_title {
				text-align: left !important;
				width: 275px !important;
			}
			ul.prettyNavigation li a {
				display: block;
				height: 21px;
				outline: 0;
			}
			ul.prettyNavigation li.infoPagination {
				right: 63px;
				text-align: right;
				padding-right: 4px;
				width: 100px !important;					
			}
			ul.prettyNavigation li.infoPagination span {
				height: 15px;
				width: auto;
			}
			ul.prettyNavigation li.prev, ul.prettyNavigation li.next {
				text-indent: -9999px;
				width: 28px !important;
			}
			ul.prettyNavigation li.prev { 
				/*width: 35px;*/
				
			}
			ul.prettyNavigation li.prev a {
				display: block;
				width: 100%;
				/*height: 15px;*/
				margin-left: 0 !important;
				text-indent: -10000px;
				/*background: url(../images/prettyGallery/previous.gif) top left no-repeat;*/
				background: url(../images/sprite_ficha.png) no-repeat -60px -42px;
			}
			
			ul.prettyNavigation li.next { width: 35px; }
			ul.prettyNavigation li.next a {
				display: block;
				width: 100%;
				/*height: 15px;*/
				margin-left: 0 !important;
				text-indent: -10000px;
				/*background: url(../images/prettyGallery/next.gif) top right no-repeat;*/
				background: url(../images/sprite_ficha.png) no-repeat -88px -42px; 
			}
			
			ul.prettyNavigation li.next a:hover {
				background-position: -88px -63px;
			}
			ul.prettyNavigation li.prev a:hover {
				background-position: -60px -63px;
			}
			
			ul.prettyNavigation li.next a.disabled,
			ul.prettyNavigation li.next a.disabled:hover {
				background-position: -88px 0;
				cursor: default;
			}
			ul.prettyNavigation li.prev a.disabled,
			ul.prettyNavigation li.prev a.disabled:hover {
				background-position: -60px 0;
				cursor: default;
			}
				

	
