div#tmpSlideshow {
    margin: 0px;
    padding: 30px 0 0 0;
    position: relative;
    height: 300px;
    width: 950px;
    border: 0px solid rgb(200, 200, 200);
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
	padding:0px 0 0 8px;
    width: 923px;
    height: 329px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 30px 0 0 15px;
    width: 453px;
    border: 0px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
	position: absolute;
	bottom: 62px;
	right: 165px;
	width: 135px;
}
div.tmpSlideshowControl {
	border: 1px solid #8CA6A3;
	background-color:#8CA6A3;
	float: left;
	margin: 0 5px 0 0;
	width: 38px;
	height: 36px;
	color: #fff;
	font: 11px Tahoma, Arial, sans-serif;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
	background-color:#fff;
}
div.tmpSlideshowControlActive {
	border: 1px solid #6D8D89;
	background-color:#6D8D89
}
div.tmpSlideCopy {
	position: absolute;
	left: 525px;
	top: 54px;
	width: 370px;
}
div#tmpSlideshow h4 {
	color: #5B7774;
	font-family: "MV Waheed", Faruma, "mv Faseyha", "Mv Iyyu Formal";
	font-size:25px;
	margin:0;
	text-align: center;
	font-weight:normal;
}
div.tmpSlideCopy p {
    font-family: Faruma, "MV Waheed", "mv Faseyha", "Mv Iyyu Formal";
	font-size:17px;
    line-height: 1.75em;
	text-align: center;
	margin:5px 0 0 0;
	color: #333333;
}

