/*CSS file for the SlideShow*/
div#tmpSlideshow {
    margin: 5px;/*0px;*/
    padding: 0;
    position: relative;
    height: 256px;
    /*width: 656px;*/
    width: 700px;
    border: 1px solid rgb(200, 200, 200);
	/*sda -- border-right: none;
	border-top: none;*/
	background: url('http://www.unwater.org/img/boxbg3.gif') no-repeat;
	
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 656px;*/
    width: 700px;
    height: 255px;
    display: none;
    
   /* margin: 5px;*/
    
}
div.tmpSlide img {
    float: right;
    margin: 0px;
    border: 1px solid #000;
	border-top:none;
	border-right:none;
}
div#tmpSlideshowControls {
    position: relative;
    top: 225px;
    left: 30px;
    width: 190px;
    
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 3px 0 0;
    background: url('http://www.unwater.org/img/boxoff.gif') no-repeat;
    width: 29px;
    height: 27px;
    font-family:Calibri;
	font-size:16px;
	font-weight:bold;
	color:#155196;
    text-align: center;
    cursor: pointer;
    
}

div.tmpSlideshowControl span {
    width:27px; 
	line-height: 23px;
    vertical-align: middle;
	text-align:center;
	
}

*html div.tmpSlideshowControl span {padding-left: 10px;}

div.tmpSlideshowControlOn {
    background: url('http://www.unwater.org/img/boxon.gif') no-repeat;
	color: ffffff;
	
}
div.tmpSlideshowControlActive {
    /*border: 1px solid rgb(161, 155, 137);*/
    background: url('http://www.unwater.org/img/boxon.gif') no-repeat;
	color:#ffffff;
	} 
	
div.tmpSlideCopy {
    /*position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;*/
	padding: 20px 30px 30px;
	}
	
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}

div.tmpSlideCopy p {
    color:#FFFFFF;
	font-family:Georgia,Times New Roman,serif;
	font-size:14px;
	line-height:19px;
	margin-top: 6px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	}

div.tmpSlideCopy a {color:#FFA800; text-decoration:none;}
div.tmpSlideCopy a:hover {color:#FFA800; text-decoration:underline;}

div.tmpSlideCopy p img{
    border:none;
	float:none;
}

div.tmpSlideCopy .title {
	/*sda*/
	color:#FFA800;
	/*sda*/
    float: none;
	border:none;
	font-family:Georgia,Times New Roman,serif;
	font-size:20px;
	line-height:19px;
}

div.tmpSlideCopy .title img{
    float: none;
	border:none;
}
