@charset "utf-8";
/* CSS Document */

.TPNSSwrapper {
				width: 600px;/*anchura total de la definición de pase de diapositivas*/
				_width: 604px;/*SI ES IE6*/  
			}

			#TPNiceSlideShowMenu div img {
				float: left;
				margin:8px;
				background:#000000;
			}
			
			/*Recorra el menú de la derecha*/
			#TPNiceSlideShowMenu div {
				height: 60px;
				width: 246px;
			}
			
			
			/*Elemento de menú*/
			.TPNiceSlideShowMenuContent {
			text-align: left;
			}
			
			/*SlideShow áreas de contenido*/
			#TPNiceSlideShow {
				height: 300px;
				width: 330px;
				float: left;
			}
			
			/*Desplácese por el contenido de la región*/
			#TPNiceSlideShowMenuWrp {
				height: 300px;
				width: 246px;
				overflow:hidden;
			}
			
			/*Barra de desplazamiento*/
			.tpniceslideshow_scrollbar-vert{
				height: 300px;
				width: 22px;
				float:right;
			}
			
			/*Botón de la barra de desplazamiento*/
			.tpniceslideshow_handle-vert{
				width: 22px;
			}
			
			/*Descripción designado*/
			.TPNiceSlideShowGallery .slideInfoZone {
				height: 300px;
				width: 200px;
				background: #333333;
				position: absolute;
				left: 50%;
				top: 50%;
				margin-top: -150px;
     			margin-left: -100px;
					
			}
