/* =Slideshow -----*/
	.slidehome {
		/*background-color:red;*/
		height: 278px; width: 743px;
	}
	#slideshow {
		/*background-color:orange;*/
		height: 278px; width: 743px;
		position:relative; left:0; top:0;
		overflow:hidden;
		z-index: 0;
}
	#slider4 {
		/*background-color:pink;*/
		position:relative; top: 0; left: 0; z-index: 1;
		overflow:hidden;
		margin: 0; padding: 0;
		height: 278px; width: 743px;
	}
	#slider4 li,
	#slider4 div {
		/*background-color:RoyalBlue;*/
		height: 278px; width: 743px; }
	#slider4 li a,
	#slider4 div a {
		/*background-color:green;
		display:block;*/
		display:inline-block;
		height: 278px; width: 743px;
	}
	#slider4 li img,
	#slider4 div img {
		/*background-color:SaddleBrown;*/
		display:block;
		height: 278px; width: 743px;
	}
	#slideshow .slidenav {
		position: absolute; right: 20px; top: 0px; z-index: 999;
		overflow:hidden;
		width: 110px;
	}
	#slideshow .slidenav a {
		background-repeat: no-repeat;
		display: block; float:right;
		margin:0 0 0 5px;
		outline: 0 none;
		overflow:hidden;
		text-align: center;
		text-indent: -9999px;
		height: 26px; width: 27px;
	}
	#slideshow .slidenav a#pauseButton { background-image: url("http://www.omint.com.ar/Website2/Portals/0/images/home_btn_pause.jpg"); }
	#slideshow .slidenav a#resumeButton { display:none; background-image: url("http://www.omint.com.ar/Website2/Portals/0/images/home_btn_play.jpg"); }
	#slideshow .slidenav a#prev { background-image: url("http://www.omint.com.ar/Website2/Portals/0/images/home_btn-previous.jpg"); }
	#slideshow .slidenav a#prev.activeSlide { background-image: url("http://www.omint.com.ar/Website2/Portals/0/images/home_btn-previous_on.jpg"); }
	#slideshow .slidenav a#next { background-image: url("http://www.omint.com.ar/Website2/Portals/0/images/home_btn-next.jpg"); }
	#slideshow .slidenav a#next.activeSlide { background-image: url("http://www.omint.com.ar/Website2/Portals/0/images/home_btn-next_on.jpg"); }