@font-face {
 font-family:Meera;
 src: url("Meera.eot") /* EOT file for IE */
}
@font-face {
 font-family: Meera;
 src: url("Meera.ttf") /* TTF file for CSS3 browsers */
}
div#tmpSlideshow {
    margin:0px 0px 0px 0px;
    padding: 0px;
    height:278px;
    width:633px;
	position: relative;
	float:left;
	
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
	margin:0px;
	padding:0px;
    width:633px;
    height: 278px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 5	px 0 0 0px;
    width:288px;
}
div#tmpSlideshowControls {
    float:right;
    height:20px;
    right: 11px;
    width: 110px;
	padding:0px;
	margin:257px 0px 0px 0px;
}
div.tmpSlideshowControl {
	float:left;
    margin: 0 5px 0 0;
    background-image:url(../img/Feature.png);
	background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    color: #FFFFFF;
    font-family:Meera;
    text-align: center;
    cursor: pointer;
	padding:5px 0px 0px 0px;
}
div.tmpSlideshowControl span {
	   

    line-height: 18px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
	color:#363636;
}
div.tmpSlideshowControlActive {
	color:#363636;
	background-image:url(../img/Feature_over.png);
	background-repeat: no-repeat;
    width: 21px;
    height: 20px;

}
div.tmpSlideCopy {
	float:left;
    left: 0px;
	padding:0px 0px 0px 0px;
	margin:0px;
    top:0px;
    width:340px;
}
div#tmpSlideshow h4 {
    color: #197b30;

    font-family:Meera;
	font-size:22px;
	font-weight:600;
    margin: 0px;
	padding:0px 0px 0px 15px;
}
div.tmpSlideCopy p {
    font-family:Meera;
	font-size:16px;
    line-height: 18px;
	color:#363636;
	padding:8px 0px 0px 15px;
	text-align:justify;
	margin:0px;
}
